home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 May: Tool Chest / Dev.CD May 00 TC.toast / pc / about this cd / may 00 developer cd assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-04-03  |  3.2 MB  |  89,559 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1.  Copyright 1984-1998 FileMaker, Inc. 
  2. HBAM2016AUG95
  3. Pro 3.0
  4. xcmds
  5. xfcns
  6. perform
  7. block@
  8. cancelwindowcheckout@
  9. card@
  10. describes@
  11. fixing@
  12. images@
  13. improving
  14. national@
  15. overview@
  16. pool@
  17. quit@
  18. simpler@
  19. summary@
  20. summary
  21. maccalendar
  22. control
  23. strip
  24. module
  25. displays
  26. summary
  27. xcmds
  28. xfcns
  29. perform
  30. summary
  31. allows
  32. developer
  33. monitor
  34. therefore@
  35. versions@
  36. within@
  37. debug@
  38. network@
  39. stack@
  40. disposeresource
  41. debugging
  42. resource
  43. handles@
  44. multi-processing@
  45. appleevent@
  46. HBAM3016AUG95@
  47. APPLESCRIPT_BROWSER
  48. APPLESCRIPT_OPEN
  49. CDDATE
  50. CDNAME
  51. CDTITLE
  52. CONSTANT
  53. CONTENTS
  54. CURCNT
  55. CURREC
  56. CUSTOMSEARCH
  57. DESCRIPTION
  58.         FINDFIELD
  59. KEYWORDS
  60. KEYWORDSCALC
  61. NEWREVISEDCALC
  62. PATHNAME
  63. PATHNAMECALC
  64. PORTALCOLOR
  65. PORTALFILTERCALC
  66. PORTALSELECTIONCALC
  67. RECEIVED
  68. RECORDID
  69. REQUIREMENTS
  70. SEARCHSELECTED
  71. SHOWPATHNAME
  72. SHOWTEXT
  73. STATUS
  74. UPDATED
  75. WEB_FTP_URL
  76. _COLOR
  77. _CONTENT
  78. _CUSTOMFIND
  79. 2)    _HELPTEXT
  80.     _KEYWORDS
  81. _NAME
  82. _PORTALCLICK
  83. _PORTALFILTER
  84. _PORTALFILTERFIND
  85. _PORTALSELECTION
  86. _PORTALSELECTIONMATCH
  87.     _RECEIVED
  88. _REQUIREMENTS
  89. _SEARCH
  90. _SEARCHFIELD
  91. _SEARCHPACKAGE
  92. _SHOWPATHFLAG
  93. _UPDATED
  94. Sunday
  95. Monday
  96. Tuesday
  97.     Wednesday
  98. Thursday
  99. Friday
  100. Saturday
  101. January
  102. February
  103. March
  104. April
  105. August
  106.     September
  107. October
  108. November
  109. December
  110. 1st Quarter
  111. 2nd Quarter
  112. 3rd Quarter
  113. 4th Quarter
  114. ?P9W#P
  115. 4/3/0009
  116. Closing Screen
  117. Intro
  118. Browser
  119. Package Info
  120. @>A    Developer
  121. Find Fewer Choices
  122. Find More Choices
  123. RecordID
  124. Custom Find
  125. Browser Custom Search
  126. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  127. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  128.  "") & "
  129. ! & "
  130.  "new") 
  131.  "updated") 
  132.  "New & Revised" 
  133.  "" )
  134. All Packages
  135. Mac OS SDK Edition
  136. Tool Chest Edition
  137. Reference Library Edition
  138. System Software Edition
  139. updatedG
  140. New & Revised
  141. PortalSelectionCalc
  142. ^("") )
  143. NameB
  144. CurCntB
  145. CurRecB
  146. DescriptionB
  147. ContentsB
  148. ReceivedB
  149. UpdatedB
  150. RequirementsB
  151. KeywordsB
  152. PathNameB
  153. PathNamecalcB
  154. ) - 1 )
  155. " & " - ")
  156. _SearchB
  157. SearchSelectedB
  158. _PortalClickB
  159. _ShowPathFlagB
  160. ShowTextB
  161.  = 1 
  162.  "Hide Path" 
  163.  "Show Path" )
  164.     Hide Path
  165.     Show Path2
  166. RecordIDB
  167. 62601
  168. _ColorB
  169. ConstantB
  170. A    FindFieldB
  171.  & " " & 
  172.      & " " & 
  173.  & " " & 
  174.  & " " & 
  175.  & " " & 
  176.  & " " & 
  177.  & " " & 
  178. PortalColorB
  179.  "" )
  180. _PortalSelectionMatchB
  181. ShowPathNameB
  182.  = 1 
  183.  "" )
  184. CDDateB
  185. CDNameB
  186.  3) + 1 
  187.  1) - 
  188.  " " 
  189.  3 ) - 1 )
  190. _SearchFieldB
  191. _SearchPackageB
  192. CustomSearchB
  193.  "Custom Search"
  194.  "" )
  195. Custom Search
  196.  "new")
  197.  "New"  
  198.  "updated") 
  199.  "Revised" 
  200.  "" )
  201. updatedG
  202. Revised
  203. AppleScript_OpenB
  204. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  205.  "" & "
  206. "try" & "
  207. "    tell application ""Finder""" & "
  208. "        open item """ & 
  209.  & """
  210. "        activate" & "
  211. "    end tell" & "
  212. "on error errMsg number errNum" & "
  213. "    --enter statements to perform when no records are found such as..." & "
  214. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  215. "    return" & "
  216. "end try"
  217. A--set theItem to choose file -- uncomment to test in an AS editor
  218.     tell application "Finder"
  219.         open item "
  220.         activate
  221.     end tell
  222. on error errMsg number errNum
  223. F    --enter statements to perform when no records are found such as...
  224. E    display dialog "Sorry, the item you selected could not be found."
  225.     return
  226. end try
  227. AppleScript_BrowserB
  228. StatusB
  229. KeywordsCalcB
  230.  ", " 
  231. _NameB
  232. _PortalFilterFindB
  233. _DescriptionB
  234. _RequirementsB
  235. +A    _KeywordsB
  236. ,A    _ReceivedB
  237. _UpdatedB
  238. _ContentB
  239. Web_FTP_URLB
  240. _WebB
  241. CDTitleB
  242.  1) - 1 )
  243. l Packages
  244. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  245.  "" & "
  246.  "try" & "
  247. "    tell application ""Finder""" & "
  248. "        open item """ & 
  249.  & """
  250. "        activate" & "
  251. "    end tell" & "
  252. "on error errMsg number errNum" & "
  253. "    --enter statements to perform when no records are found such as..." & "
  254. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  255. "    return" & "
  256. "end try"
  257. A--set theItem to choose file -- uncomment to test in an AS editor
  258.     tell application "Finder"
  259.         open item "
  260.         activate
  261.     end tell
  262. on error errMsg number errNum
  263. F    --enter statements to perform when no records are found such as...
  264. G    display dialog "Sorry, the folder you selected could not be found."
  265.     return
  266. end try
  267. elds then click Find or hit Enter.
  268. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  269.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  270.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  271. ackages list on the Browser screen.
  272. 0_    Any Field`
  273. All Packages
  274. HelpB
  275.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  276. IntroB
  277. Homem
  278. Quitn
  279. Browsero
  280. Find...p
  281. Homem
  282. Quitn
  283. Browsero
  284. Find...
  285. BrowserB
  286. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  287. navigating content on the Developer CD Series from Apple Developer Connection.
  288. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  289. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  290. tly to the package folder on the CD.
  291. The Find... button allows you to do full-text searches on all content available on the 
  292. Developer CD Series.
  293. More complete usage instructions are accessed by clicking the Help button.
  294. To quit the Developer CD Series Assistant, click Quit.
  295. Helpe
  296. Find...f
  297. Quith
  298. Browser
  299. Package InfoB
  300. Current Selection:{    <<
  301. ABBF>>
  302. F!Double-click title for more info.
  303. Find...
  304. Open Folder
  305. Package Info
  306. Export List
  307. Browser
  308. Open Folder
  309. Package Info
  310. Export List
  311. A    DeveloperB
  312. DescriptionR
  313. Revision InfoS
  314. FilesV
  315. RequirementsW
  316. Keywords[    Released:\
  317. Revised:b
  318. ABAI>> of <<
  319. ABAH>>h
  320. Current Selection: <<
  321. ABAB>>o    <<
  322. ABCC>>
  323. Web/FTP URL
  324. Open Folder
  325. Find...
  326. ABBF>>
  327. Browser
  328. Find Fewer ChoicesB
  329. A    DeveloperC
  330. Package InfoH
  331. HelpI
  332. Find...J
  333. Open Folder
  334. Current Selection:Q
  335. (Double-click to open)T
  336. QuitY    <<
  337. ABBF>>[.Import with auto update for record ID numbers.`
  338. Portal Selectiona
  339. Show Path Flagd
  340. Click Selecth
  341. Color for Portal Row Selectionk
  342. Show Portal Path}    Released:~
  343. Revised:
  344. Open Folder
  345. ABAI>> of <<
  346. ABAH>>
  347. From Package Info
  348. From Browser
  349. From Browser
  350. From Package Info
  351. Browser
  352. A    DeveloperC
  353. Package InfoH
  354. HelpI
  355. Find...J
  356. Open Folder
  357. Current Selection:Q
  358. (Double-click to open)T
  359. QuitY    <<
  360. ABBF>>[.Import with auto update for record ID numbers.`
  361. Portal Selectiona
  362. Show Path Flagd
  363. Click Selecth
  364. Color for Portal Row Selectionk
  365. Show Portal Path}    Released:~
  366. Revised:
  367. Open Folder
  368. ABAI>> of <<
  369. ABAH>>
  370. From Package Info
  371. From Browser
  372. From Browser
  373. From Package Info
  374. Browser
  375. Find...
  376. Open Folder
  377. ABBF>>
  378. Rectangle Buttons
  379. Find...
  380. Status:
  381. Joint Solutions
  382. Marketing
  383. Specialists
  384. in Web, Print 
  385. and Electronic
  386. Media
  387. 831.471.1500
  388. info@jointsolutions.com
  389. www.jointsolutions.com
  390. Database design: Sheila Kliewer
  391. Data Wizard 831 336-2129
  392. sheilasgk@aol.com
  393. www.DataWizardFMP.com
  394. Find More ChoicesB
  395. Find any package containing:
  396. Cancel
  397. containst    any field
  398. Cancel
  399. More Choices
  400. To search for specific text within package title, package descriptions, or filenames:
  401.  To search any field for a keyword, enter your desired search criteria.
  402.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  403. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  404. Find (fewer choices)
  405. RecordIDB
  406. RecordID
  407. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  408. HTML Text Extractor
  409.  and 
  410. PDF Text Extractor
  411. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  412. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  413. Description
  414. Revision Info
  415. Files
  416. Requirements
  417. Keywords
  418. Released
  419. Revised
  420. Disk/Edition
  421. Web/FTP URL
  422. Cancel
  423. Fewer Choices
  424. Find (more choices)
  425. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  426. gress.
  427. d by your search will appear in the packages listB
  428.  on the Browser screen.
  429. masterB
  430. Unlock Status Bar
  431. Intro
  432. Quit Button
  433. Quit JSM
  434. Browser
  435. Package Info
  436.  = "Custom Search"
  437. Custom Search
  438. Browser Portal
  439. ) = 0    
  440. Show Path
  441. Browser Portal Validation
  442. ) > 0
  443. A    Auto Open
  444. "New & Revised"
  445. New & RevisedB
  446. Go To Record Next
  447. Go To Record First
  448. Go To Record Last
  449. Go To Record Previous
  450. A    Developer
  451. Find Cancel
  452. "All Packages"
  453. All Packages
  454. Find More Choices
  455. Find Fewer Choices
  456. "Any Field"
  457.     Any FieldB.
  458. "All Packages"
  459. All Packages
  460. Find...
  461. "Any Field"
  462.     Any FieldC.
  463. "All Packages"
  464. All PackagesD
  465. Find Execute
  466. A    Find None
  467. )  = 0    
  468.     Try Againgl
  469. cript"
  470.  "1")
  471. CanceloggleDoScript
  472. Toggle
  473. No packages match your request.C+
  474. ) = 1    
  475. "All Packages"
  476. All Packages
  477. A    Find Some
  478. "Custom Search"
  479. Custom Search
  480. A    Find Prep
  481. "Custom Search"
  482. Custom Search
  483. A    Find Prep
  484. Find Request
  485. Find Request
  486. Package Open Folder
  487. Browser Open Folder OLD
  488. ) = "Browser"    
  489. Browser
  490. Z] ow templates in Ne
  491. Canceldialog`
  492. Select a Package to open.D>
  493. ) =  "Package Info"    
  494. Package Info
  495. Import From Master
  496. ) = "Find More Choices"    
  497. Find More Choices
  498.   = "All Packages"
  499. All Packages
  500.  = "Any Field"
  501.     Any Field
  502.  = "Package Title"
  503. Package Title
  504.  = "Any File Name"
  505. Any File Name
  506. Find More Clear
  507. Find More Find
  508. Export List
  509. Cancel
  510. Save the current list to a text file called "Developer CD Search Results"?B+
  511. ) = 2    
  512. AppleScript_Browser
  513. AppleScript_Open
  514. -nulltell application "Developer CD Series Assistant"
  515.     set CDTitle to get data cell "CDTitle" of current record
  516. end tell
  517. tell application "Finder"
  518.     if (disk CDTitle exists) is false then
  519.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  520. end tellFasdUAS 1.101.10
  521. -nulltell application "Developer CD Series Assistant"
  522.     set CDTitle to get data cell "CDTitle" of current record
  523. end tell
  524. tell application "Finder"
  525.     if (disk CDTitle exists) is false then
  526.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  527. end tellFasdUAS 1.101.10
  528. .coregetd****
  529. CDTitle
  530. cdtitle
  531. CDTitle
  532. Developer CD Series Assistant
  533. eAFDCT
  534. Patagrande
  535. Developer CD Series Assistant
  536. 'APPLAFDC
  537. Developer CD S
  538. eries Assistant 
  539. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  540. :Developer CD Series Assistant
  541. Net Ref Zone
  542. tyler.jointsolutions.com
  543. Patagrande
  544. Tyler Stone
  545. .coredoexbool
  546. cdtitle
  547. CDTitle
  548. boovfals
  549. .sysodlogaskr
  550. AThe item you selected could not be found. Please insert the CD - 
  551. cdtitle
  552. CDTitle
  553. Cancel
  554. Continue
  555. Continue
  556.     thechoice
  557.     theChoice
  558. Finder
  559. Patagrande
  560. Finder
  561.     l@FNDRMACS
  562. System Folder
  563. Patagrande:System Folder:Finder
  564. Ref Zone
  565. tyler.jointsolutions.com
  566. Patagrande
  567. Tyler Stone
  568. .aevtoappnull
  569. .aevtoappnull
  570. .coregetd****
  571. cdtitle
  572. CDTitle
  573. .coredoexbool
  574. Button: Web
  575. Browser Portal OLD
  576. Find Prep OLD
  577. .coregetd****
  578. CDTitle
  579. cdtitle
  580. CDTitle
  581. Developer CD Series Assistant
  582. Patagrande
  583. Developer CD Series Assistant
  584. 'APPLAFDC
  585. Developer CD S
  586. eries Assistant 
  587. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  588. :Developer CD Series Assistant
  589. Net Ref Zone
  590. tyler.jointsolutions.com
  591. Patagrande
  592. Tyler Stone
  593. .coredoexbool
  594. cdtitle
  595. CDTitle
  596. boovfals
  597. .sysodlogaskr
  598. AThe item you selected could not be found. Please insert the CD - 
  599. cdtitle
  600. CDTitle
  601. Cancel
  602. Continue
  603. Continue
  604.     thechoice
  605.     theChoice
  606. Finder_
  607. Patagrande
  608. Finder
  609.     l@FNDRMACS
  610. System Folder
  611. Patagrande:System Folder:Finder
  612. Ref Zone
  613. tyler.jointsolutions.com
  614. Patagrande
  615. Tyler Stone
  616. .aevtoappnull
  617. .aevtoappnull
  618. .coregetd****
  619. cdtitle
  620. CDTitle
  621. .coredoexbool
  622. .sysodlogaskr
  623.     thechoice
  624.     theChoice
  625. ) = -128    
  626. cdtitle
  627. CDTitle
  628. boovfals
  629. .sysodlogaskr
  630. Import From Master
  631.     Developer
  632. Unlock Status Bar
  633.     Auto Open
  634. Intro
  635. Package Info
  636. Browser
  637. Quit Button
  638. Quit JSM
  639. Button: Web
  640. Package Open Folder
  641. Browser Open Folder OLD
  642. Browser Portal
  643. Browser Show Path
  644. Browser Portal Validation
  645. Go To Record First
  646. Go To Record Previous
  647. Go To Record Next
  648. Go To Record Last
  649. Find Cancel
  650. Find More Choices
  651. Find Fewer Choices
  652. Find...
  653. Find Execute
  654. :    Find Prep
  655. Find Request
  656. >    Find None
  657. @    Find Some
  658. Find More Clear
  659. Find More Find
  660. Export List
  661. AppleScript_Browser
  662. AppleScript_Open
  663. Browser Portal OLD
  664. Find Prep OLD
  665. _    Any Field`
  666. All Packages
  667. 58886
  668. 58887
  669. 58888
  670. 58889
  671. 58890
  672. 58891
  673. 58892
  674. 58893
  675. 58894
  676. 58895
  677. 58896
  678. 58897
  679. 58898
  680. 58899
  681. 58900
  682. 58901
  683. 58902
  684. 58903
  685. 58904
  686. 58905
  687. 58906
  688. 58907
  689. 58908
  690. 58909
  691. 58910
  692. 58911
  693. 58912
  694. 58913
  695. 58914
  696. 58915
  697. 58916
  698. 58917
  699. 58918
  700. 58919
  701. 58920
  702. 58921
  703. 58922
  704. 58923
  705. 58924
  706. 58925
  707. 58926
  708. 58927
  709. 58928
  710. 58929
  711. 58930
  712. 58931
  713. 58932
  714. 58933
  715. 58934
  716. 58935
  717. 58936
  718. 58937
  719. 58938
  720. 58939
  721. 58940
  722. 58941
  723. 58942
  724. 58943
  725. 58944
  726. 58945
  727. 58946
  728. 58947
  729. 58948
  730. 58949
  731. 58950
  732. 58951
  733. 58952
  734. 58953
  735. 58954
  736. 58955
  737. 58956
  738. 58957
  739. 58958
  740. 58959
  741. 58960
  742. 58961
  743. 58962
  744. 58963
  745. 58964
  746. 58965
  747. 58966
  748. 58967
  749. oqtutwS6
  750. ingVfp;
  751. mtiEi]B
  752. {M{nH
  753. nro`v6Z
  754. nrruq'
  755. nrquj 
  756. nrvxj11*i
  757. ncSitmc-n
  758. peEFQ`h0Gj>Y
  759. xON\mu5MqA`
  760. lpoid
  761. yrrq0b
  762. glnnopn:m
  763. .RPTH
  764. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  765. FaliA
  766. Current
  767. CD_Catalog.FP3
  768. FMP3FMP3
  769. Joint Solns Apple 10/99
  770. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  771. MSPCA
  772. NAMEA
  773. CD_Catalog.FP3
  774. RPTHA
  775. CD_Catalog.FP3
  776. alisA
  777. Current
  778. CD_Catalog.FP3
  779. FMP3FMP3
  780. Joint Solns Apple 10/99
  781. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  782. .RPTH
  783. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  784. Faliali
  785. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  786. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  787. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  788. dcb+`
  789. yrrq0b
  790. glnnopn:m
  791. yzyohe
  792. j]imuiaZT`
  793. oro_vu
  794. }xaUk
  795. zqa]UX^j}
  796. ubZWOUcpsw
  797. oqtutwS6
  798. ingVfp;
  799. |ogn*
  800. ~u[ILMgx
  801. |{{\b
  802. }jglvv
  803. vrn^SW[\hbrng~qtpZnnpprmsnrss
  804. xnLOj
  805. {qabfvr
  806. ub^VLTP\eq
  807. gd^gjhr\
  808. hhfp^f\U][nsxwhrnkv|i|
  809. {K\W][aTY[k_
  810. {z{wv{
  811. wmVHJD]ho|
  812. TXQPSY^esk]{
  813. zh^aou
  814. jRLGic]Rs
  815. qN\R\evaVj
  816. sn\XKOQXcmr{
  817. vkifcceglrz
  818. vetZep
  819. bvYdc
  820. ^vNmige^Nj
  821. zg^[RR[`o
  822. nxlgZWSPRU`s
  823. t~fS_vSaNc
  824. pjhxu}
  825. R^keQVjGOi
  826. fd[QSSitt
  827. cphlktzzernntirzxlsaik\[Y_X]ffponp
  828. znb]]gc_Zb[[UUZ_em}
  829. {j[_l~_~{llbnrnzmvw
  830. emWTNW^]nrp
  831. ti[\[_]YV^PUOPU\bhy
  832. ^`_T]pS`Un
  833. |bZoo
  834. g`XOQK\fZ
  835. pd_aikrtv
  836. peiqg
  837. ljxobk]gsprm~xdqpoysdx
  838. jpecj
  839. o^ccPUNS^\YWWRVNXTZPU_cVc_gw
  840. tTP[Z[_Gfm
  841. ~g_UU`x
  842. pc`p~}iu
  843. }TV_U[k_md
  844. brv}o
  845. [ebnr_VZXo
  846. sSYMVdiNl
  847. ~~pytqo
  848. zjRNT^w
  849. jggha
  850. v_mZhlmmkr
  851. ujqpj{
  852. Xz}|w\]aW_
  853. uhohVWNQ\aYX[W]S[W[OV`eZgekz
  854. uXVbY]T`p
  855. gt|}n
  856. ghbiup`IVT^w
  857. zijgPC\_v
  858. ngKQTjU[_Xal{
  859. jso}j
  860. rxpo}Tcch`tse\upvz{t
  861. rendguqsn
  862. tb_]SD__x
  863. vhcIQRhPQ[T]hw
  864. pad\Qf
  865. a`QS`_afhp
  866. kpWknpldmvfehdkmshl}
  867. yg[YZQh
  868. z[ZNT`[]_ak~
  869. uRPPZeZZz
  870. cuut{tzvw
  871. o[RVg
  872. osz{jf_[ZkWhup_t{
  873. vmgaSUnx
  874. maYb^TOT[jz
  875. ou|yehVQ\hWk
  876. gYNVe|
  877. la|}i
  878. leR_[shMZhSb
  879. eSIHQP
  880. taITbw
  881. wqh`[TROOLLIFMKKSWZkz}
  882. hbW^lz
  883. vfjhn
  884. }vnoVUlv
  885. vc[a]`XY`n
  886. qwniffppy
  887. nihdZVT]em
  888. |plb^fpy~s
  889. qtr`j
  890. yjkmljrqoyu|
  891. sj[[Ob
  892. ]QS[gWg\k}
  893. ~upid
  894. bc__]Z^[_gko~
  895. uebce
  896. o`TWRe
  897. \MOZeN`Xgx
  898. yoia^XZSURPXUW`ek{
  899. ~ca^dw
  900. gL[fU_jj{
  901. {lhhpx
  902. |{[\\gu
  903. }gKYaKZdfw
  904. tjbf_cjsvj
  905. }~wpomXU]^[[]ku}
  906. mqxmir}
  907. tqttsy|z
  908. p`VUcpp
  909. uFumz
  910. packages@
  911. chest@
  912. edition@
  913. library@
  914. edition@
  915. packages@
  916. reference@
  917. tool@
  918. chest
  919. edition@
  920. 0.76@
  921. adbreinit
  922. apple
  923. event
  924. xcmds
  925. 1.0b3@
  926. applesingle/appledou@
  927. broadcast@
  928. digests@
  929. cd-rom@
  930. client@
  931. copy@
  932. data@
  933. dcmd@
  934. demo@
  935. detection@
  936. developer@
  937. directions@
  938. editor@
  939. encodings@
  940. content
  941. extractor@
  942. format@
  943. postscript
  944. sample@
  945. gxgraphics@
  946. installer@
  947. 1.0fc1@
  948. language@
  949. lite@
  950. runtime
  951. 1.0.1b1c2@
  952. macro@
  953. menuscripter
  954. debug@
  955. news@
  956. FaliA
  957. VDEFA
  958. FaliA
  959. VDEFA
  960. s{y]\Q^
  961. n][LWb`Qb
  962. Q`MGP~pHu
  963. hajny
  964. ~iXM]TQay
  965. mTVU]QZh`a
  966. ~la\e
  967. hGy^_VEAjhM
  968. {n]Zr{
  969. mheMFRh}
  970. z\TRTKSb[Wt
  971. {m]W{
  972. xg]UUi_q_ii
  973. |tqomr
  974. vPZ`dTZl\w
  975. thVJXl
  976. tPp`|nuwv
  977. ~wmigbce`ceducfnjffoec|wx
  978. {f]O\qfVqV_MJT
  979. _DESCRIPTION
  980. )    _HELPTEXT
  981.     _KEYWORDS
  982. _NAME
  983. _PORTALCLICK
  984. _PORTALFILTER
  985. _PORTALFILTERFIND
  986. _PORTALSELECTION
  987. _PORTALSELECTIONMATCH
  988.     _RECEIVED
  989. _REQUIREMENTS
  990. _SEARCH
  991. _SEARCHFIELD
  992. _SEARCHPACKAGE
  993. _SHOWPATHFLAG
  994. _UPDATED
  995. lSERp
  996. xhXVaSO`TX[WYZ`bfJaWgj_cWfuseab_ex
  997. }ukP_m
  998. {wn^v^PZT_^puW
  999. ||plfMbo
  1000. je_Wm
  1001. VMXZ^]kuX
  1002. yhkhw
  1003. zaWJOg|
  1004. sGfTzw
  1005. uiYpb[LWeOTQ_|
  1006. hqubiNVn
  1007. mVVKUfQPO\t}
  1008. l`RIM`
  1009. {^{nQ{
  1010. qfc^fz
  1011. xKVnTECZijy
  1012. vh[UVZSc_M\SZt
  1013. kXNWn
  1014. ml|Zk
  1015. tbPTr
  1016. c^Wc\KhLI`
  1017. kJI^x
  1018. zldZhZO^`ZTPWQYUa[\d_`khtrfV]lonnsge\UMTk
  1019. roRVj
  1020. d]oaa
  1021. ~{akhkz
  1022. }vqf\a`gx
  1023. P_eZjaSD\
  1024. xH?Xy
  1025. wu]MMZz
  1026. qbRLqRcTMZSUIVQRgmf`\XS[Y`ikepwri\ddichtlXNK]w
  1027. $ ceWV
  1028. paV_[Q`aMZU\x
  1029. wiglf]Yq
  1030. h]\\XcJeQUV^WVP`klmspi]RUlh^[aYXhUMQOWT\]^W_owlYNOs
  1031. QOtns
  1032. j`qRa`Y`WVPs
  1033. seikt
  1034. rpb[pOaa]c`RMn
  1035. fUWTe
  1036. QfwlTPWLxwcf
  1037. Ih~eQSXJ{~gb
  1038. ~h[DV
  1039. ~b[Td[`~
  1040. qj^yr
  1041. ]rpcylYy
  1042. g][T^[dgkp
  1043. pRNWP
  1044. MCLls
  1045. _W_i]XHa
  1046. kdPnq
  1047. Ug|We
  1048. tt`[TIR_dZh`
  1049. ^DRwl~mtTv
  1050. `_]lh
  1051. {kcHLW[TEGLTRHwZi|xrqql_hbYN[OYYPaG[XRbURNEO^d^POjxnZESn
  1052. ^tReg
  1053. pdtWS
  1054. }|opz
  1055. xjho~
  1056. zhRzv
  1057. wZciRZXYWURMFZ`clu{|kc_^fc^IeX\MI\ZGL^RNTUR_T]Xdsp\KZZolVO^
  1058. QANot
  1059. yeEY^UKVZW]R[IPwkfdcb[^ZQUaQRITITZMSWPY`ojticiUR]afryeY`Oh_fM[}
  1060. PioMt
  1061. qjeimkr
  1062. wtyiFf
  1063. \ng`u_W
  1064. wor~vp__ewx~
  1065. eWTf~
  1066. wXnliSS]K^\SWT`iwbZaXBNPILOu
  1067. owijjujcT\\hdRrr_^mklY^gk*
  1068. yv{~|
  1069. }rnnqk
  1070. }pijgb
  1071. [vX\XY[^aep
  1072. zn`\\Yy
  1073. `ayyXXUKMUKjwojoddaUYTP\NUr
  1074. cG\swserm|cZej]d_\
  1075. U_lhzj
  1076. teW_U{
  1077. xyuam
  1078. y{o{_X=QW=Vnt
  1079. tmbg`U^VosQVl
  1080. JVmzsoZU
  1081. iTg]\V]
  1082. ZWS^nTo
  1083. ~xtoqnqomnqu{
  1084. wofed`gbafjov
  1085. gI_ce
  1086. oFcvs{[Ft
  1087. qUpzz
  1088. ucYyamrVq
  1089. |mlq}
  1090. oVS[|
  1091. ykfomq
  1092. uc\UQ``u\ftvrlgvlf
  1093. kccOILVw
  1094. `Yqk[bxiy
  1095. ^XfnovUE
  1096. W`{qn_rRigqnfY
  1097. udYVXLevu
  1098. {saIAJd~
  1099. nmk[gx
  1100. |rkMMc
  1101. u~vQW
  1102. biyqgxMMihoZO
  1103. {hgfb
  1104. wgpmj~
  1105. }^UJPTS`qxmjmkbUUr
  1106. oci_caOjQWZkZZ
  1107. dBGgoaRt
  1108. ykZ[W`t[`lXyM
  1109. lih_j
  1110. {XFLYJ\
  1111. MTWa]IXZ
  1112. Ygui*osb\ZYZb~
  1113. [MVFJLepXimJ\
  1114. rjVZVUatn\}
  1115. ohuWpdWU^Qit
  1116. ^Yi]ly
  1117. ENi^y
  1118. ~q`Te~
  1119. vaRIj
  1120. `TXsjwjYzqscBl
  1121. uWynomjI]ZpnZt
  1122. hQRbw
  1123. pY_iuvehpnqdPx
  1124. Yisgx|lThpmd^
  1125. ~ijdv
  1126. `KDTz
  1127. [Z[Vw
  1128. W~ancYgvlgguoqNN
  1129. eCmgsjeIeZtv\r
  1130. w[DHi
  1131. }gvaiy
  1132. ^@|}x
  1133. vX`MGHdzPW
  1134. iYdFTha[r
  1135. ^PTs^du
  1136. MC\JNorid
  1137. jSW]ZjUe*
  1138. HIY^^n
  1139. OFKOHJNM
  1140. OKNNOO'POORH-79<,2=<=C>=AC< ':2@:8@@
  1141. (;KOO
  1142. 88/!-<FB1 (<DKNORSPTRFJNLMMJIOPRPKLNNKLMNONNMMNOQSTN%,) -,'+% 
  1143. 4,*2*.>?*:*#08CLONON
  1144. N    QVQONMJF:2
  1145. aaR[_gr
  1146. rwYNUm
  1147. i]mjaImisontkioH\
  1148. fOrroh]ZcjsUW
  1149. c]X`aPKRWU?&6DQYVYZZ
  1150. Y]\\ZZTVSXZXR\W
  1151. a`a``]TSTUSTNMTL:!%7IV^b
  1152. `\TUTSC8SXY_
  1153. bcdba
  1154. ^FZXRN>26BL=CZ
  1155. ^`bacba`a
  1156. cbbaabaX]
  1157. b$abfV.4;>,0=<>B>?=B;#2C1?=@??$2;>7 2I^
  1158. b=\X]EBPZP]\?7T]GDS`PHVMH^TJT\^`bb`b`X]a`_`^^abb`_`a``a`abaa``ba
  1159. `bF>a`5VKBZ<SY;WEFZ\HSV:DS^b
  1160. baabcbaba]XI;a]^
  1161. b_LG8/?4.)',4@PY^_\ZZ\]][ZXZ][Z`
  1162. XY[]\XZ`Y[^\^^]\]^_^\\Z
  1163. \[Z]^^
  1164. _]^^]^`a__^^_`^]]\]^^
  1165. W&a[S[\I01CD/#,,3>@<CFAGDAFH>D@>AFBGDNPVZ
  1166. ]\XRB<@J<<413.#
  1167. $3CPX[\]^
  1168. Z[ZXTGB52
  1169. 06PRQV
  1170. Z]b]YZYZR<TT6$//2.
  1171. ->RXYXUVXX^Y
  1172. YXX^Z
  1173. WNTXQRWVWVVXTVVWW
  1174. X"\L#()-
  1175. (-16+.0/*
  1176. -7!,)+.*
  1177. QF;7<*@:0>3,288;<BB:?LF<>9?IRUVZ[Y\YKOTSRSPPTUXYS
  1178. R*TRSUSSRQSTVYYWF63DH-:8+:66<4:7>FA>9>2:FPSRT
  1179. NJ?5QOOPPQNORRQPQRCPOQIDOB0&!$,6BKPPMKKLNNLJILOLLRPPOHKLNNILQJLONPPONOPQPLLINLKNPQTTUSO
  1180. UVRQPQSTQPPOPQQPP
  1181. Q#KJUOGOOB@BOQ6
  1182. -8DLNJMPLONLPQKPMKLPNN
  1183. LOOMJCHMTJJB@E@.
  1184.  ,<FMPRTTSR
  1185. NIDNDE9/GIGM
  1186. PTXTO
  1187. J5JJ2#,*,8./8J
  1188. MNOPVPNNOOPPOOVQPPOP
  1189. c0bcfbA0
  1190. !$#$#)/7BR[`a_]]^``^\[^`^^baa^Z\^`_[^b\^a_
  1191. `_^a`_
  1192. cabbaadd
  1193. yrrq0b
  1194. glnnopn:m
  1195. nrquj 
  1196. nrvxj11*i
  1197. ncSitmc-n
  1198. peEFQ`h0Gj>Y
  1199. xON\mu5MqA`
  1200. lpoidcb+`
  1201. mtiEi]B
  1202. {M{nH
  1203. nro`v6Z
  1204. nrruq'
  1205. oqtutwS6
  1206. ingVfp;
  1207. All Packages
  1208. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  1209. Dev.CD Jan 94
  1210. Dev.CD Oct 93
  1211. Dev.CD Jul 93
  1212. Dev.CD Apr 93PDDev.CD Apr 94
  1213. Dev.CD Jan 94
  1214. Dev.CD Oct 93
  1215. Dev.CD Jul 93
  1216. Dev.CD Apr 9V
  1217. 62486X
  1218. Apr 94
  1219. --set theItem to choose file -- uncomment to test in an AS editor
  1220.     tell application "Finder"
  1221.         open item "Dev.CD Apr 94
  1222. Dev.CD Jan 94
  1223. Dev.CD Oct 93
  1224. Dev.CD Jul 93
  1225. Dev.CD Apr 93"
  1226.         activate
  1227.     end tell
  1228. on error errMsg number errNum
  1229.     --enter statements to perform when no records are found such as...
  1230.     display dialog "Sorry, the item you selected could not be found."
  1231.     return
  1232. end try
  1233. All Packages
  1234. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  1235. Dev.CD Jan 94
  1236. Dev.CD Oct 93
  1237. Dev.CD Jul 93
  1238. Dev.CD Apr 93PDDev.CD Apr 94
  1239. Dev.CD Jan 94
  1240. Dev.CD Oct 93
  1241. Dev.CD Jul 93
  1242. Dev.CD Apr 9V
  1243. 62487X
  1244. Apr 94
  1245. essence
  1246. essential
  1247. essentials
  1248. established
  1249. establishing
  1250. establishment
  1251. .sysodlogaskr
  1252.     thechoice
  1253.     theChoice
  1254. ) = -128    
  1255.  to the previous package.
  1256. To find all new and revised packages on the current CD:
  1257.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1258.  Double-click an interesting-looking item in the packages list to see information about that package.
  1259. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1260. To search for specific text within package title, package descriptions, 
  1261. or filenames:
  1262.     Click the Find... button on the toolbar at the bottom of any screen.
  1263.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1264.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1265.     Click the Find button. The packages found by your search will appear in t
  1266. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1267.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1268. To Display the full path to a package on the CD:
  1269.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1270.  click the Show Path button in the toolbar at the bottom of the screen.
  1271. To Open a package
  1272. s folder on the CD:
  1273.     From the Browser, select the package from the list and click the Open Folder button.
  1274.     From a package info screen, click the Open Folder button.
  1275. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1276. Browser Show Path
  1277. Browser Show Path
  1278. ^("")
  1279. ^("")
  1280. @ @0`
  1281. `0@ p
  1282. P @0`
  1283. `0@ p
  1284. @ @0`
  1285. `0@ p
  1286. P @0`
  1287. `0@ p
  1288. @ @0`
  1289. `0@ p
  1290. P @0`
  1291. `0@ p
  1292. `@p0p 
  1293. `@p0p 
  1294. `@p0p 
  1295. 99:CD_Catalog.FP3
  1296. FaliA
  1297. Current
  1298. CD_Catalog.FP3
  1299. FMP3FMP3
  1300. Joint Solns Apple 10/99
  1301. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1302. MSPCA
  1303. NAMEA
  1304. CD_Catalog.FP3
  1305. RPTHA
  1306. CD_Catalog.FP3
  1307. alisA
  1308. Current
  1309. CD_Catalog.FP3
  1310. FMP3FMP3
  1311. Joint Solns Apple 10/99
  1312. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1313. .RPTH
  1314. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1315. 2T!941
  1316. ncSitmc-n
  1317. peEFQ`h0Gj>Y
  1318. xON\mu5MqA`
  1319. dcb+`
  1320. yrrq0b
  1321. glnnopn:m
  1322. nubusI
  1323. objectI
  1324. octoberJ
  1325. onlyA
  1326. openF
  1327. openedA
  1328. orientedJ
  1329. otherD
  1330. outlinesJ
  1331. overE
  1332. packageC
  1333. packagesA
  1334. packetK
  1335. packetsK
  1336. parserM
  1337. partF
  1338. particularF
  1339. pascalO
  1340. patchesN
  1341. patchingL
  1342. patternsC
  1343. physicalL
  1344. platformI
  1345. plug-inA
  1346. plug-insA
  1347. portK
  1348. portableA
  1349. powerbookN
  1350. powerpcD
  1351. pre-translateD
  1352. prerequisitesJ
  1353. previouslyA
  1354. printF
  1355. printingF
  1356. problemM
  1357. processD
  1358. productD
  1359. productsD
  1360. providedD
  1361. providesA
  1362. quadraM
  1363. quadrasM
  1364. quickdrawF
  1365. quicklyA
  1366. quitF
  1367. +RPTH
  1368. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1369. FaliA
  1370. Current
  1371. Catalog.txt
  1372. TEXTttxt
  1373. Joint Solns Apple 10/99
  1374. +Current:Joint Solns Apple 10/99:Catalog.txt
  1375. MSPCA
  1376. NAMEA
  1377. Catalog.txt
  1378. RPTHA
  1379. Catalog.txt
  1380. alisA
  1381. Current
  1382. Catalog.txt
  1383. TEXTttxt
  1384. Joint Solns Apple 10/99
  1385. +Current:Joint Solns Apple 10/99:Catalog.txt
  1386. QRPTH
  1387. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1388. MSPCA
  1389. NAMEA
  1390. Developer CD Search Results
  1391. RPTHA
  1392. Developer CD Search Results
  1393. FaliA
  1394. Current
  1395. ADC_Master.FP3
  1396. FMP3FMP3
  1397. Joint Solns Apple 10/99
  1398. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1399. MSPCA
  1400. NAMEA
  1401. ADC_Master.FP3
  1402. RPTHA
  1403. ADC_Master.FP3
  1404. alisA
  1405. Current
  1406. ADC_Master.FP3
  1407. FMP3FMP3
  1408. Joint Solns Apple 10/99
  1409. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1410. FMRLA
  1411. SORTA
  1412. FMRLA
  1413. FMRLA
  1414. FMRLA
  1415. FMRLA
  1416. FilterB    SelectionC
  1417. ClickedE
  1418. CUstom
  1419. (LIST
  1420. LISTA
  1421. New & Revised
  1422. Mac OS SDK Edition
  1423. System Software Edition
  1424. Tool Chest Edition
  1425. Reference Library Edition
  1426. All Packages
  1427. Custom Search
  1428. VDEFA(
  1429. (LIST
  1430. LISTA%Any Field
  1431. Package Title
  1432. Any File Name
  1433. VDEFA(
  1434. (LIST
  1435. LISTAPAll Packages
  1436. New & Revised
  1437. Tool Chest CD
  1438. Reference Library CD
  1439. System Software CD
  1440. VDEFA(
  1441. (LIST
  1442. VDEFA(
  1443. (LIST
  1444. VDEFA(
  1445. (LIST
  1446. VDEFA(
  1447. (LIST
  1448. (LIST
  1449. PortalFilterB
  1450. SearchFieldC
  1451. SearchFilterD
  1452. PortalFilterCalcE
  1453. ReceivedF
  1454. UpdatedG
  1455. Keywords
  1456. VDEFA(
  1457.     Helvetica
  1458. Geneva
  1459. Palatino
  1460. Chicago
  1461. Verdana
  1462. Arial
  1463. NewRevisedCalcB
  1464.  "new")
  1465.  "New"  
  1466.  "updated") 
  1467.  "Revised" 
  1468.  "" )
  1469. updatedG
  1470. Revised
  1471. AppleScript_OpenB
  1472. t_OpenB
  1473. Pro 3.0 - 4.1F!
  1474. USENGLSH.MPR
  1475. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1476. ore Choices button, then choo
  1477. Custom FindB
  1478. CustomFind
  1479. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1480. HTML Text Extractor
  1481.  and 
  1482. PDF Text Extractor
  1483. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1484. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1485. 61584T
  1486. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1487.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1488.     Click the Find button. The packages found by your search will appear in t
  1489. 61584 packages list. The full path will be displayed on the right.
  1490. "Custom Search"
  1491. Custom SearchB+
  1492. ) > 0    
  1493. needsE
  1494. networkE
  1495. noteN
  1496. notesI
  1497. D!All Packages
  1498. Tool Chest Edition
  1499. 4PM 5.0
  1500. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1501. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1502. JK4PM 5 0 Doc.pdf
  1503. 4PM 5.0
  1504. 4PM Library 1 0 Doc.pdf
  1505. 4PMLibrary 1.0
  1506. 4PMLibrary.hK
  1507. Jun 99L
  1508. Jul 99M
  1509. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O8Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:P@Dev.CD May 00 TC
  1510.  - Tool Chest
  1511.  - Testing & Debugging
  1512.  - 4PM 5.0V
  1513. 61368X
  1514. May 00^
  1515. #M 5.0V
  1516. 53895X
  1517. Jul 99^
  1518. Excellent CD (I)V
  1519. 37081X
  1520. Excellent CD (I)V
  1521. 27676X
  1522. _DESCRIPTION
  1523. Closing ScreenB
  1524. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1525. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1526. nro`v6Z
  1527. nrruq'
  1528. nrquj 
  1529. nrvxj11*i
  1530. Current Selection:{    <<
  1531. ABBF>>
  1532. Double-click for more info.
  1533. Find...
  1534. Open Folder
  1535. Package Info
  1536. Export List
  1537. Find...
  1538. Open Folder
  1539. Package Info
  1540. Export List
  1541. "Any Field"
  1542.     Any FieldC.
  1543. "All Packages"
  1544. All PackagesD
  1545. Find Execute
  1546. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1547. Tool Chest Edition
  1548. appletalk
  1549. component
  1550. _PortalFilterB
  1551. _PortalSelectionB
  1552. A    _HelpTextB
  1553. PortalFilterCalcB
  1554. C"All Packages" & "
  1555.  "SDK") 
  1556.  "Mac OS SDK Edition"
  1557.  = "TC" 
  1558.  "Tool Chest Edition" 
  1559.  = "RL" 
  1560.  "Reference Library Edition"
  1561.  "SSW")
  1562.  "System Software Edition"  
  1563.  "") & "
  1564. ! & "
  1565.  "new") 
  1566.  "updated") 
  1567.  "New & Revised" 
  1568.  "" )
  1569. All Packages
  1570. Mac OS SDK Edition
  1571. Tool Chest Edition
  1572. Reference Library Edition
  1573. System Software Edition
  1574. updatedG
  1575. New & Revised
  1576. PortalSelectionCalc
  1577. Browser Custom SearchM
  1578. New & RevisedB
  1579. 61584
  1580. To get information about a package on the CD:
  1581.     Click the Browser button below to go to the Browser screen.
  1582.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1583.     Double-click a title in the Browser list to go to the information screen for that package.
  1584.     Click Next to advance to the next package in the current selection, or Back to gor Back to go
  1585. _CustomFindB
  1586. script
  1587. scriptable
  1588. search
  1589. sherlock
  1590. softwareI
  1591. tokenI
  1592. token
  1593. ringI
  1594. tokentalk
  1595. video
  1596. oqtutwS6
  1597. ingVfp;
  1598. mtiEi]B
  1599. {M{nH
  1600. stack@
  1601. walltowalldialog
  1602. disposeresource
  1603. debugging
  1604. resource
  1605. handles@
  1606. multi-processing@
  1607. optimizing@
  1608. deleted@
  1609. appleevent@
  1610. server
  1611. sample
  1612. 1.0.1@
  1613. 9600@
  1614. apple
  1615. detectors
  1616. technology
  1617. scans
  1618. searchi@
  1619. code-resources@
  1620. computing@
  1621. designed@
  1622. enabled@
  1623. horizon@
  1624. intended@
  1625. iscii-compatible@
  1626. mode@
  1627. models@
  1628. particular@
  1629. resizeable@
  1630. suitable@
  1631. summary
  1632. evenbetterbuserror
  1633. helps
  1634. catch
  1635. reneg@
  1636. summary
  1637. audio
  1638. palette
  1639. developer
  1640. documentation
  1641. contains
  1642. summary
  1643. xcmds
  1644. xfcns
  1645. perform
  1646. summary
  1647. software
  1648. apple
  1649. macintosh
  1650. display@
  1651. summary
  1652. small
  1653. application
  1654. control
  1655. encoding
  1656. converter
  1657. allows
  1658. convert
  1659. thinks@
  1660. program
  1661. shows
  1662. create
  1663. sample
  1664. shows
  1665. write
  1666. fully
  1667. asynchronous
  1668. block
  1669. using@
  1670. works
  1671. under
  1672. appearance@
  1673. developer
  1674. notes
  1675. devnotes
  1676. hypercard@
  1677. 61696X
  1678. May 00^
  1679. --set theItem to choose file -- uncomment to test in an AS editor
  1680.     tell application "Finder"
  1681.         open item "Dev.CD May 00 TC:Language Kits:Language Kit Updater f/MacOS8:"
  1682.         activate
  1683.     end tell
  1684. on error errMsg number errNum
  1685.     --enter statements to perform when no records are found such as...
  1686.     display dialog "Sorry, the item you selected could not be found."
  1687.     return
  1688. end try
  1689. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  1690. Dev.CD May 00 TC
  1691. D!All Packages
  1692. Tool Chest Edition
  1693. LaserWriter 8 API
  1694.        tell application "Finder"
  1695.         open item "Dev.CD May 00 TC:Sample Code:"
  1696.         activate
  1697.     end tell
  1698. on error errMsg number errNum
  1699.     --enter statements to perform when no records are found such as...
  1700.     display dialog "Sorry, the item you selected could not be found."
  1701.     return
  1702. end try
  1703. e    No Change we provide the DragLib library that you use to link with your appl
  1704. traceroute
  1705. traditional
  1706. traffic
  1707. transaction
  1708. translationy
  1709. translation
  1710. macintosh
  1711. translator
  1712. translator
  1713. transport
  1714. traversing
  1715. traversing
  1716. related
  1717. tables
  1718. referential
  1719. integrity
  1720. rules
  1721. valida
  1722. tsmte
  1723. tsmte
  1724. textedit
  1725. inline
  1726. input
  1727. japanese
  1728. internationalizatio
  1729. tuning
  1730. tutorial
  1731. types
  1732. typography
  1733. storage
  1734. class
  1735. driver
  1736. systems
  1737. workstation
  1738. solaris
  1739. hp-ux
  1740. update
  1741. updater
  1742. updates
  1743. usagew
  1744. usedistanthdwrmem
  1745. uselocalhdwrmem
  1746. utilities
  1747. utility
  1748. utility
  1749. space
  1750. variable
  1751. variables
  1752. vector
  1753. --set theItem to choose file -- uncomment to test in an AS editor
  1754.     tell application "Finder"
  1755.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  1756.         activate
  1757.     end tell
  1758. on error errMsg number errNum
  1759.     --enter statements to perform when no records are found such as...
  1760.     display dialog "Sorry, the item you selected could not be found."
  1761.     return
  1762. end try
  1763. soled
  1764. somes
  1765. somethingU
  1766. soulj
  1767. soundP
  1768. sourcec
  1769. speakj
  1770. speaksj
  1771. specialT
  1772. specifics
  1773. specificationo
  1774. specifiersn
  1775. specifyT
  1776. speed`
  1777. spoolingg
  1778. spreadsheets
  1779. spreadsheetss
  1780. stackn
  1781. stakingj
  1782. standards
  1783. standardsv
  1784. stateU
  1785. stept
  1786. stopc
  1787. storyj
  1788. stragegyj
  1789. strategicj
  1790. strategyj
  1791. strictlyo
  1792. strongestj
  1793. studyj
  1794. stylew
  1795. sub-folderss
  1796. substitutions
  1797. successfulf
  1798. successfullyx
  1799. suchQ
  1800. suitj
  1801. suiteN
  1802. suitesm
  1803. summarizationb
  1804. All Packages
  1805. QuickDraw GXO
  1806. Dev.CD Jul 95P
  1807. Dev.CD Jul 9V
  1808. 61967X
  1809. Jul 95
  1810. b--set theItem to choose file -- uncomment to test in an AS editor
  1811.     tell application "Finder"
  1812.         open item "Dev.CD Jul 95"
  1813.         activate
  1814.     end tell
  1815. on error errMsg number errNum
  1816.     --enter statements to perform when no records are found such as...
  1817.     display dialog "Sorry, the item you selected could not be found."
  1818.     return
  1819. end try
  1820. All Packages
  1821. QuickDraw GXO
  1822. Dev.CD Jul 95P
  1823. Dev.CD Jul 9V
  1824. 61968X
  1825. Jul 95
  1826. b--set theItem to choose file -- uncomment to test in an AS editor
  1827.     tell application "Finder"
  1828.         open item "Dev.CD Jul 95"
  1829.         activate
  1830.     end tell
  1831. on error errMsg number errNum
  1832.     --enter statements to perform when no records are found such as...
  1833.     display dialog "Sorry, the item you selected could not be found."
  1834.     return
  1835. end try
  1836. All Packages
  1837. QuickDraw GXO
  1838. Dev.CD Jul 95P
  1839. Dev.CD Jul 9V
  1840. 61969X
  1841. Jul 95
  1842. Agent VU,
  1843. ity Apple Data Detectors (control panel) - allows user to configure which detectors and actions should be enabled
  1844. Apple Data Detectors Scripting (scripting addition) - provides terminology to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  1845. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  1846. later
  1847. Detector Editor requires Mac OS 8 or later
  1848. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  1849. summary
  1850. package
  1851. provides
  1852. something
  1853. replacement
  1854. summary
  1855. piece
  1856. intended
  1857. assist
  1858. non-us
  1859. developers
  1860. summary
  1861. program
  1862. illustrates
  1863. menus
  1864. window
  1865. summary
  1866. resedit
  1867. editor
  1868. prepare
  1869. localized
  1870. numbe
  1871. summary
  1872. resedit
  1873. contains
  1874. macsbug
  1875. summary
  1876. sample
  1877. illustrates
  1878. determine
  1879. summary
  1880. sample
  1881. demonstrates
  1882. compress
  1883. decompr
  1884. summary
  1885. sample
  1886. demonstrates
  1887. write
  1888. simple
  1889. summary
  1890. sample
  1891. extracts
  1892. finder
  1893. strings
  1894. summary
  1895. sample
  1896. shows
  1897. manager
  1898. summary
  1899. support
  1900. quicktake
  1901. quicktake
  1902. rrNum
  1903.     --enter statements to perform when no records are found such as...
  1904.     display dialog "Sorry, the item you selected could not be found."
  1905.     return
  1906. end try
  1907. All Packages
  1908. PowerTalk (PPC)O
  1909. Dev.CD Oct 94P
  1910. Dev.CD Oct 9V
  1911. 58155X
  1912. Oct 94
  1913. usingA
  1914. packagetool
  1915. palette
  1916. palette&gworld
  1917. palette&gworld
  1918. paper
  1919. rserV
  1920. partmaker
  1921. partmaker
  1922. pascal
  1923. pascal
  1924. sample
  1925. 3.0b10
  1926. manager
  1927. pccardnetworksample
  1928. pccts
  1929. pccts
  1930. sound
  1931. input
  1932. driver
  1933. pdlog
  1934. pdlog
  1935. expand
  1936. viewer
  1937. peoplesoft/apple
  1938. performance
  1939. photoshop
  1940. player
  1941. plugins
  1942. postscript
  1943. powerbook
  1944. primer
  1945. Dev.CD Apr 95
  1946. Dev.CD Jan 95P
  1947. Dev.CD Apr 95
  1948. Dev.CD Jan 9V
  1949. 61860X
  1950. Apr 95
  1951. p--set theItem to choose file -- uncomment to test in an AS editor
  1952.     tell application "Finder"
  1953.         open item "Dev.CD Apr 95
  1954. Dev.CD Jan 95"
  1955.         activate
  1956.     end tell
  1957. on error errMsg number errNum
  1958.     --enter statements to perform when no records are found such as...
  1959.     display dialog "Sorry, the item you selected could not be found."
  1960.     return
  1961. end try
  1962. All Packages
  1963. F    PowerTalkO
  1964. Dev.CD Apr 95
  1965. Dev.CD Jan 95P
  1966. Dev.CD Apr 95
  1967. Dev.CD Jan 9V
  1968. 61861X
  1969. Apr 95
  1970. p--set theItem to choose file -- uncomment to test in an AS editor
  1971.     tell application "Finder"
  1972.         open item "Dev.CD Apr 95
  1973. Dev.CD Jan 95"
  1974.         activate
  1975.     end tell
  1976. on error errMsg number errNum
  1977.     --enter statements to perform when no records are found such as...
  1978.     display dialog "Sorry, the item you selected could not be found."
  1979.     return
  1980. end try
  1981. All Packages
  1982. F    PowerTalkV
  1983. 61862X
  1984. 60198X
  1985. counterpart
  1986. 61571X
  1987. Apr 00^
  1988. --set theItem to choose file -- uncomment to test in an AS editor
  1989.     tell application "Finder"
  1990.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  1991.         activate
  1992.     end tell
  1993. on error errMsg number errNum
  1994.     --enter statements to perform when no records are found such as...
  1995.     display dialog "Sorry, the item you selected could not be found."
  1996.     return
  1997. end try
  1998. e    No Change
  1999. Display Manager
  2000. window arrangement
  2001. display mode
  2002. pixel depth
  2003. scan timing
  2004. display
  2005. display ID
  2006. video device
  2007. monitor
  2008. HTML rendering
  2009. web browser
  2010. HTML tags
  2011. Apple Help
  2012. World Wide Web
  2013. Help Center
  2014. HTML link
  2015. Unicode Utilities
  2016. Unicode
  2017. locales
  2018. collation
  2019. characters
  2020. Window Manager
  2021. windows
  2022. structure region
  2023. content region
  2024. window class
  2025. window classes
  2026. window layers
  2027. window attributes
  2028. scrolling
  2029. Menu Manager
  2030. menus
  2031. Carbon
  2032. Apple menu
  2033. menu items
  2034. /developer.apple.com/techpubs/index.html
  2035. Jan 96
  2036. g--set theItem to choose file -- uncomment to test in an AS editor
  2037.     tell application "Finder"
  2038.         open item "Dev.CD Jan 96 SDK1"
  2039.         activate
  2040.     end tell
  2041. on error errMsg number errNum
  2042.     --enter statements to perform when no records are found such as...
  2043.     display dialog "Sorry, the item you selected could not be found."
  2044.     return
  2045. end try
  2046. All Packages
  2047. QuickDraw GXO
  2048. Dev.CD Jan 96 SDK1P
  2049. Dev.CD Jan 96 SDKV
  2050. 61955X
  2051. Jan 96
  2052. g--set theItem to choose file -- uncomment to test in an AS editor
  2053.     tell application "Finder"
  2054.         open item "Dev.CD Jan 96 SDK1"
  2055.         activate
  2056.     end tell
  2057. on error errMsg number errNum
  2058.     --enter statements to perform when no records are found such as...
  2059.     display dialog "Sorry, the item you selected could not be found."
  2060.     return
  2061. end try
  2062. All Packages
  2063. QuickDraw GXO
  2064. Dev.CD Jan 96 SDK1P
  2065. Dev.CD Jan 96 SDKV
  2066. 61956X
  2067. Jan 96
  2068. Videor
  2069. launch@
  2070. games@
  2071. 6761X
  2072. 1e    No Change
  2073. 61403X
  2074. Apr 98^
  2075. --set theItem to choose file -- uncomment to test in an AS editor
  2076.     tell application "Finder"
  2077.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  2078.         activate
  2079.     end tell
  2080. on error errMsg number errNum
  2081.     --enter statements to perform when no records are found such as...
  2082.     display dialog "Sorry, the item you selected could not be found."
  2083.     return
  2084. end try
  2085. Deletedf
  2086. Appearance Managerq
  2087. Dev.CD Apr 98 SDK1
  2088. %D!All Packages
  2089. Mac OS SDK Edition
  2090. Appearance SDK 1.0.4
  2091. 7This is an update to the Appearance 1.0.3 SDK.
  2092. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  2093. 61404X
  2094. 1e    No Change
  2095. -byteOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:erV
  2096. Summary: This is the electronic version of develop magazine.
  2097.  Issue 2 highlights:
  2098. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  2099. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  2100. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  2101. Speed Your Software Development with MacApp.  Let MacApp 
  2102. take care of the user so you can focus on writing
  2103. and reusing
  2104. code.
  2105. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  2106. Unofficial C++ Style Guide.  How to harness C++
  2107. s power without getting tripped up by some of its less savory features.
  2108. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  2109. J(develop Issue  2:
  2110. develop Issue  2 code:K
  2111. Vol IIIL
  2112. Jun 95izeMust to false on ent
  2113. reliable
  2114. reliably
  2115. reliancep
  2116. relief
  2117. relies
  2118. relish
  2119. relocation
  2120. relstring
  2121. remaino
  2122. remains
  2123. remapz
  2124. remedies
  2125. remember
  2126. remoteS
  2127. remotelyB
  2128. removable
  2129. remove
  2130. removed
  2131. removes
  2132. removevmsversionnumb
  2133. removing
  2134. rename
  2135. renamed
  2136. renames
  2137. renaming
  2138. renderer
  2139. rendering
  2140. renders
  2141. renegade
  2142. renewed
  2143. repeated
  2144. repeatedly
  2145. repertoire
  2146. replace
  2147. replacementU
  2148. replacesn
  2149. replaces
  2150. postscript
  2151. sample
  2152. replacing
  2153. replies
  2154. reply
  2155. on and print a document.print a document.
  2156. --set theItem to choose file -- uncomment to test in an AS editor
  2157.     tell application "Finder"
  2158.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:"
  2159.         activate
  2160.     end tell
  2161. on error errMsg number errNum
  2162.     --enter statements to perform when no records are found such as...
  2163.     display dialog "Sorry, the item you selected could not be found."
  2164.     return
  2165. end try
  2166. drawtkl
  2167. n application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  2168. J*Apple Event XCMDs b3
  2169. Apple Event XCMDs DocK
  2170. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  2171.  - Tool Chest
  2172.  - Development Kits
  2173.  - HyperCard Related
  2174.  - XCMDs & XFCNs
  2175.  - Apple Event XCMDs 1.0b3ndwidth
  2176. presents a C shell you can use to build your own high-performance ACGIs.
  2177. Using Newton Internet Enabler to Create a Web Server by Ray Rischspater
  2178. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  2179. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  2180. How to make e
  2181. fficient use of memory in the OpenDoc environment isn
  2182. t always obvious, but there are basic guidelines to help
  2183. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  2184. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  2185. s the right way.
  2186. ACCORDING TO SCRIPT: User Interactions in Apple Event
  2187. Driven Applications 
  2188. How and when to interact with the user in response to Apple Events can be tricky, but there
  2189. s a method t
  2190. appearance-aware
  2191. appeared
  2192. appearing
  2193. appears
  2194. append
  2195. appendages
  2196. appendditl
  2197. appending
  2198. appendix
  2199. appendixesw
  2200. appkit
  2201. appkit
  2202. reference
  2203. appleO
  2204. architectures
  2205. encodingsv
  2206. license
  2207. readme
  2208. samplecode
  2209. samplecode
  2210. previous
  2211. specific
  2212. files
  2213. macapp
  2214. macapp
  2215. cdent
  2216. stuff
  2217. macapp
  2218. developer
  2219. survey
  2220. macapp
  2221. r13u5
  2222. macapp
  2223. r14d5
  2224. macbinary
  2225. macbinary-ii-conf
  2226. macbinary-ii-conf2
  2227. macbinary-ii-standar
  2228. 61509X
  2229. Apr 00^
  2230. --set theItem to choose file -- uncomment to test in an AS editor
  2231.     tell application "Finder"
  2232.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:"
  2233.         activate
  2234.     end tell
  2235. on error errMsg number errNum
  2236.     --enter statements to perform when no records are found such as...
  2237.     display dialog "Sorry, the item you selected could not be found."
  2238.     return
  2239. end try
  2240. e    No Changef%Control Strip
  2241. PowerBook
  2242. Control Panelq
  2243. Dev.CD Apr 00 SDK1
  2244. ControlBackground
  2245. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  2246. Don't have the Appearance Manager running.
  2247. Sample Code.imgK
  2248. Aug 97N$color, controls, draw, window, tableaw, window, table
  2249. legal
  2250. length
  2251. lessj
  2252. lesser
  2253. lessons
  2254. letsr
  2255. letter
  2256. letters
  2257. r errNum
  2258.     --enter statements to perform when no records are found such as...
  2259.     display dialog "Sorry, the item you selected could not be found."
  2260.     return
  2261. end try
  2262. e    No Changeq
  2263. Dev.CD May 00 TC
  2264. D!All Packages
  2265. Tool Chest Edition
  2266. HotSauce (Project X)
  2267.     eatures that offer professional control of still, video and web graphics and a greatly improved user interface.
  2268. Jul 98
  2269. About Rinaldi Collection 95/02
  2270. Align 2.7 (US)
  2271. ArchiveContent 1.1 (US)
  2272. ATalkZones 1.5 (US)
  2273. Calendoid 1.6 (US)
  2274. CapsLock 1.0 (US)
  2275. Chartoid 1.4 (US)
  2276. ChooseColor 1.1 (US)
  2277. Chooser 2.2 (US)
  2278. ClipInfo 1.0 (US)
  2279. ClipToPict 1.5 (US)
  2280. CompressPictFile 1.2 (US)
  2281. CopyFolder 2.5 (US)
  2282. CopyRes 2.1 (US)
  2283. CreateAlias 1.0 (US)
  2284. CreateCustomIcon 1.1 (US)
  2285. CreateFolder 1.2 (US)
  2286. CreateMenuHelp 1.0 (US)
  2287. CreateThumbnail 1.2 (US)
  2288. DataMaster 1.3 (US)
  2289. DateConverter 1.2 (US)
  2290. DocCreator 1.5 (US)
  2291. DocTypes 1.6 (US)
  2292. DoMenu 1.0 
  2293. EraseFile 1.2 (US)
  2294. ExtractItems 1.4 (US)
  2295. FileCopy 2.7 (US)
  2296. FileIsOpen 1.2 (US)
  2297. FileMaker 1.3 (US)
  2298. FileSharingMaster 1.0 (US)
  2299. FindFolder 1.1 (US)
  2300. FolderSize 1.5 (US)
  2301. FontMaster 1.3 (US)
  2302. FormatNum 1.0 (US)
  2303. FullBalloons 1.0 (US)
  2304. FullDrag 1.3 (US)
  2305. FullFind 1.5 (US)
  2306. FullHPop 1.7 (US)
  2307. FullMove 1.2 (US)
  2308. FullOffset 1.0 (US)
  2309. FullRemove 1.1 (US)
  2310. FullRename 1.4 (US)
  2311. FullReplace 1.1 (US)
  2312. FullResList 2.2 (US)
  2313. FullSFPack 1.7 (US)
  2314. FullSort 3.9 (US)
  2315. FullText 2.1 (US)
  2316. GetBootVol 1.1 (US)
  2317. GetDInfo 1.1 
  2318. csmp-digest-v3-072
  2319. csmp-digest-v3-073
  2320. csmp-digest-v3-074
  2321. csmp-digest-v3-075
  2322. csmp-digest-v3-076
  2323. csmp-digest-v3-077
  2324. csmp-digest-v3-078
  2325. csmp-digest-v3-079
  2326. csmp-digest-v3-080
  2327. csmp-digest-v3-081
  2328. csmp-digest-v3-082
  2329. csmp-digest-v3-083
  2330. csmp-digest-v3-084
  2331. csmp-digest-v3-085
  2332. csmp-digest-v3-086
  2333. csmp-digest-v3-087
  2334. csmp-digest-v3-088
  2335. csmp-digest-v3-089
  2336. csmp-digest-v3-090
  2337. csmp-digest-v3-091
  2338. csmp-digest-v3-092
  2339. csmp-digest-v3-093
  2340. csmp-digest-v3-094
  2341. csmp-digest-v3-095
  2342. csmp-digest-v3-096
  2343. csmp-digest-v3-097
  2344. csmp-digest-v3-098
  2345. csmp-digest-v3-099
  2346. csmp-digest-v3-100
  2347. csmp-digest-v3-101
  2348. csmp-digest-v3-102
  2349. csmp-digest-v3-103
  2350. csmp-digest-v3-104
  2351. csmp-digest-v3-105
  2352. csmp-digest-v3-106
  2353. cwpro2t
  2354. datah
  2355. databasem
  2356. database
  2357. suitem
  2358. dcmda
  2359. debug]
  2360. debuggingu
  2361. demo_
  2362. detectorsh
  2363. change
  2364. developeru
  2365. developmentm
  2366. directionsj
  2367. disku
  2368. [3-129
  2369. csmp-digest-v3-130
  2370. csmp-digest-v3-131
  2371. csmp-digest-v3-132
  2372. csmp-digest-v3-133
  2373. csmp-digest-v3-134
  2374. csmp-digest-v3-135
  2375. csmp-digest-v3-136
  2376. csmp-digest-v3-138
  2377. csmp-digest-v3-139
  2378. csmp-digest-v3-140
  2379. csmp-digest-v3-141
  2380. csmp-digest-v3-142
  2381. csmp-digest-v3-143
  2382. csmp-digest-v3-144
  2383. csmp-digest-v3-145
  2384. csmp-digest-v3-146
  2385. csmp-digest-v3-147
  2386. csmp-digest-v3-148
  2387. em you selected could not be found."
  2388.     return
  2389. end try
  2390. os-compatible
  2391. os-only
  2392. osaactiveproc
  2393. osaka
  2394. osasendproc
  2395. osborne
  2396. oserr
  2397. osl-compliant
  2398. ot/ppp
  2399. others
  2400. otherwise
  2401. othmer
  2402. otioctl
  2403. otlifo
  2404. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  2405. Features: User can specify an ADB command to trigger the capture.
  2406. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  2407. ADB AnalyzerK
  2408. Mar 92M%Mac SE or later machine for the host.OIDev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD May 00 TC
  2409.  - Tool Chest
  2410.  - Devices
  2411.  - Apple Desktop Bus
  2412.  - ADB Analyzer 1.0d6em 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  2413. Features:
  2414. - WindowPicker Menu next to the Help Menu
  2415. - popup WindowPicker Menu
  2416. - arrow keys to switch between open windows and applications
  2417. - customizable modifier keys
  2418. - help for setting preferences
  2419. J Read Me
  2420. Read Me.txt
  2421. WindowPickerK
  2422. Jul 92L
  2423. Aug 93M
  2424. System 7 & Any Macintosh, MRJon un
  2425. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemOIDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:PTDev.CD Mar 00 RL Disk 1
  2426.  - What's New
  2427.  - Sample Code
  2428.  - Graphics 2D
  2429.  - New NewGWorldV
  2430. 61789X
  2431. Mar 00^    RL Disk 1
  2432. --set theItem to choose file -- uncomment to test in an AS editor
  2433.     tell application "Finder"
  2434.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:"
  2435.         activate
  2436.     end tell
  2437. on error errMsg number errNum
  2438.     --enter statements to perform when no records are found such as...
  2439.     display dialog "Sorry, the item you selected could not be found."
  2440.     return
  2441. end try
  2442. denberg.   Some good methods for handling the different number formats around the world.
  2443. Somewhere in QuickTime: What
  2444. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  2445. Print Hint
  2446. 61640X
  2447. May 00^
  2448. --set theItem to choose file -- uncomment to test in an AS editor
  2449.     tell application "Finder"
  2450.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  2451.         activate
  2452.     end tell
  2453. on error errMsg number errNum
  2454.     --enter statements to perform when no records are found such as...
  2455.     display dialog "Sorry, the item you selected could not be found."
  2456.     return
  2457. end try
  2458. e    No Changeq
  2459. Dev.CD May 00 TC
  2460. D!All Packages
  2461. Tool Chest Edition
  2462. HotSauce (Project X)
  2463.     s sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  2464. 60556X
  2465. ProfileRenamer
  2466. What is the name of ColorSync
  2467.  Profile?
  2468. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  2469. Many applications correctly use the more descriptive internal 
  2470. 61907X
  2471. cts you need to implement your graphical, event-driven user interface.
  2472. Foundation
  2473. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  2474. AppKit
  2475. Foundation
  2476. Mar 99L
  2477. Jul 99K1:What's New:Reference Library:Technical Publications:MacOSXServer:V
  2478. 60069X
  2479. 1e    No Change
  2480. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  2481. Advanced Web Site Technique.pdf
  2482. Avoid Audio Pitfalls Guide.pdf
  2483. CompbasedMediaBroadcastEnv
  2484. Creating MIDI for the Web3.pdf
  2485. DeBabelizer 3.0.pdf
  2486. Design For Reuse.pdf
  2487. DesignForRobustness
  2488. Digital Asset Management.pdf
  2489. Digital Storyboard.pdf 
  2490. DVD Development.pdf
  2491. DVD_Primer.pdf
  2492. Enhanced CD Survival Guide.pdf
  2493. EOModeler
  2494. Frameworks.pdf
  2495. Gender-Based Title Creation.pdf
  2496. Int_Media_Writer_Resources.pdf
  2497. Java Survival Guide.pdf
  2498. Making Cool QD3D Apps.pdf
  2499. Music on the Net.pdf
  2500. New Audio Features QT3.pdf
  2501. Porting
  2502. Jul 98velopmentm
  2503. directionsj
  2504. disku
  2505. Jan 98M
  2506. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO4Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:P6Dev.CD Mar 00 RL Disk 1
  2507.  - Interactive Media ResourcesW
  2508. tcp/ip
  2509. administration
  2510. macintosh
  2511. v2.0.4
  2512. tcp/ip
  2513. connection
  2514. macintosh
  2515. v2.0.4
  2516. tcp/ip/lpr
  2517. tcpclose
  2518. tcpreceive
  2519. tcpsend
  2520. teamf
  2521. tear-off
  2522. techj
  2523. technicalS
  2524. technical
  2525. overview
  2526. d command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  2527. Issues:  Blank lines that are full of space characters confuses the tool
  2528. J%DocumentationAndSample
  2529. GXOverrideToolK
  2530. Feb 96M
  2531. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD May 00 TC
  2532.  - Tool Chest
  2533.  - QuickDraw GX
  2534.  - GXOverrideToolV
  2535. 60396X
  2536. May 00^
  2537. # Sample
  2538. Read Me - Sample
  2539. Sample documents:
  2540. Source:
  2541. THINK Pascal files:K
  2542. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  2543. 59348X
  2544. Deleted
  2545. Advanced Web Site Technique.pdf
  2546. Avoid Audio Pitfalls Guide.pdf
  2547. CompbasedMediaBroadcastEnv
  2548. Creating MIDI for the Web3.pdf
  2549. DeBabelizer 3.0.pdf
  2550. Design For Reuse.pdf
  2551. DesignForRobustness
  2552. Digital Asset Management.pdf
  2553. Digital Storyboard.pdf 
  2554. DVD Development.pdf
  2555. DVD_Primer.pdf
  2556. Enhanced CD Survival Guide.pdf
  2557. EOModeler
  2558. Frameworks.pdf
  2559. Gender-Based Title Creation.pdf
  2560. Int_Media_Writer_Resources.pdf
  2561. Java Survival Guide.pdf
  2562. Making Cool QD3D Apps.pdf
  2563. Music on the Net.pdf
  2564. New Audio Features QT3.pdf
  2565. Porting
  2566. kObjectiveCtoJava
  2567. Push Tech Survival Gd.pdf
  2568. QT3-More Than Dig. Video.pdf
  2569. Simplified Stream Audio.pdf
  2570. Web Animation Guide.pdf
  2571. WebObjects Database Part I.pdf
  2572. WebObjects Database Part II.pdf
  2573. WebObjects Memory Mgmt.pdf
  2574. WebObjects Tools and Techniques
  2575. WebObjectsCategories&Posers.pdf
  2576. WebObjectsPerformanceTuning
  2577. Working with WebObjects.pdf
  2578. Writing for Interactive Media
  2579. 1.0.1
  2580. 1.0.1b1c2
  2581. 1.0.1b3U
  2582. 1.0.2d
  2583. 1.0.3
  2584. 1.0.4e
  2585. 1.0.6
  2586. 1.0.7
  2587. 1.0.8
  2588. 1.0a13
  2589. 1.0b2
  2590. 1.0b3n
  2591. 1.0b5
  2592. 1.0d6T
  2593. 1.0fc1
  2594. 1.1.1
  2595. 1.1.3
  2596. 1.1.4
  2597. 1.1b1
  2598. 1.1b8
  2599. 1.2.1Q
  2600. 1.2.3
  2601. 1.3.4
  2602. 1.3.6
  2603. 1.3a6
  2604. 1.3b5
  2605. 1.4.1f4
  2606. 1.4.2_
  2607. 1.4.9
  2608. 1.4d5
  2609. issue
  2610. developeru
  2611. developmentm
  2612. diagrams
  2613. digital
  2614. digital
  2615. asset
  2616. management
  2617. digital
  2618. storyboard
  2619. directionsj
  2620. disku
  2621. 61485X
  2622. May 97
  2623. e--set theItem to choose file -- uncomment to test in an AS editor
  2624.     tell application "Finder"
  2625.         open item "Dev.CD May 97 TC"
  2626.         activate
  2627.     end tell
  2628. on error errMsg number errNum
  2629.     --enter statements to perform when no records are found such as...
  2630.     display dialog "Sorry, the item you selected could not be found."
  2631.     return
  2632. end try
  2633. wD!All Packages
  2634. Tool Chest Edition
  2635. Chinese Handwriting Kit 1.0
  2636. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  2637. either in simplified or traditional form
  2638. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  2639. Requiring no trW
  2640. regardless
  2641. regards
  2642. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  2643. What Chines
  2644. e Dictation Kit Can Do For You
  2645. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  2646. Features:
  2647.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  2648.  In contrast to most other Chinese dictation software, CDK  allows
  2649. summary
  2650. xcmds
  2651. xfcns
  2652. perform
  2653. summary
  2654. three
  2655. tools
  2656. written
  2657. hardwar
  2658. summary
  2659. simple
  2660. window
  2661. based
  2662. debugger
  2663. kernel
  2664. summary
  2665. which
  2666. plays
  2667. sounds
  2668. summary
  2669. helper
  2670. formerly
  2671. monthly
  2672. posting
  2673. summary
  2674. simpletext
  2675. source
  2676. shows
  2677. summary
  2678. definition
  2679. binhex
  2680. protocol
  2681. summary
  2682. developer
  2683. edition
  2684. quickview
  2685. devel
  2686. summary
  2687. developer's
  2688. transl
  2689. summary
  2690. electronic
  2691. version
  2692. develop
  2693. magazine
  2694. summary
  2695. prgram
  2696. guide
  2697. macintosh
  2698. power
  2699. on-line
  2700. on-line-service
  2701. on-screen
  2702. on/off
  2703. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  2704. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  2705. Sample code showing how to create a QuickTime
  2706.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  2707. Mac OS-only at this time
  2708. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  2709. Does not work with the original Apple QuickTake 100 digital camera.
  2710. JbDocumentation:
  2711. Interfaces&Libraries:
  2712. QuickTime
  2713.  IC SDK 1.0 contents
  2714. Sample Code:
  2715. Supporting Files:K
  2716. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  2717.  IC SDK 1.01:
  2718. ication
  2719. 1e    No Change
  2720. }D!All Packages
  2721. Tool Chest Edition
  2722. GetEnetAddrDirect.ppc
  2723. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  2724. Includes source code, and CodeWarrior Pro v3.0 IDE project file.ev.CD May 00 TC
  2725.  - Sample CodeV
  2726. 60582X
  2727. May 00^
  2728. r--set theItem to choose file -- uncomment to test in an AS editor
  2729.     tell application "Finder"
  2730.         open item "Dev.CD May 00 TC:Sample Code:"
  2731.         activate
  2732.     end tell
  2733. on error errMsg number errNum
  2734.     --enter statements to perform when no records are found such as...
  2735.     display dialog "Sorry, the item you selected could not be found."
  2736.     return
  2737. end try
  2738. e    No Changef;open transport
  2739. port registry
  2740. OTGetIndexedPort
  2741. Dev.CD May 00 TC
  2742. AD!All Packages
  2743. Tool Chest Edition
  2744. OTEndpointInfo
  2745.     a Access Manager
  2746. packages
  2747. bouncingsprites
  2748. bring-up
  2749. mpw's
  2750. mucha
  2751. mueller
  2752. multi-interface
  2753. multi-platform
  2754. multibuffering
  2755. multimediaj
  2756. multipane
  2757. multipled
  2758. multiprocessing
  2759. musicj
  2760. music
  2761. quicktime
  2762. music
  2763. architecture
  2764. david
  2765. mustZ
  2766. mysteries
  2767. mystery
  2768. naked
  2769. nameb
  2770. names
  2771. natick
  2772. nationalv
  2773. native
  2774. natural
  2775. navigateZ
  2776. navigationi
  2777. nearly
  2778. necessaryq
  2779. needo
  2780. developing
  2781. drivers
  2782. sometimes
  2783. resedit
  2784. whenever
  2785. whereX
  2786. whereas
  2787. whereverp
  2788. whetherp
  2789. whichW
  2790. Wr statements to perform when no records are found such as...
  2791.     display dialog "Sorry, the item you selected could not be found."
  2792.     return
  2793. end try
  2794. e    No Changeq
  2795. Dev.CD May 98 TC
  2796. RD!All Packages
  2797. Tool Chest Edition
  2798. Async driver testerp
  2799. All Packages
  2800. v.CD Dec 99 RL Disk 1
  2801.  - Technical Documentation
  2802.  - ABS Technical NotesV
  2803. 60153X
  2804. Dec 99^    RL Disk 1
  2805. --set theItem to choose file -- uncomment to test in an AS editor
  2806.     tell application "Finder"
  2807.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  2808.         activate
  2809.     end tell
  2810. on error errMsg number errNum
  2811.     --enter statements to perform when no records are found such as...
  2812.     display dialog "Sorry, the item you selected could not be found."
  2813.     return
  2814. end try
  2815. Deletedf-ESD
  2816. AppleSearch
  2817. AppleShare
  2818. IP Gatewayq
  2819. Dev.CD Dec 99 RL Disk 1
  2820. D!All Packages
  2821. Tool Chest Edition
  2822. ADB Analyzer 1.0D6
  2823.     em, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  2824. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  2825. A list of client (word processor) and server (spelling a
  2826. network-aware
  2827. network-connected
  2828. network/hard-disk
  2829. networkable
  2830. networkingj
  2831. networks
  2832. networksetuphelpers
  2833. networkstream
  2834. never
  2835. never-before-possibl
  2836. nevertheless
  2837. newgworld
  2838. newsi
  2839. newsgroup
  2840. newsgroups
  2841. Summary: This is the electronic version of develop magazine.
  2842.  Issue 24 highlights:
  2843. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  2844. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  2845. re used to: it needs to support storing different kinds of 
  2846. data, written by different part editors, in the same file or container.
  2847. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  2848. s use of sound.
  2849. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  2850. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  2851. f--set theItem to choose file -- uncomment to test in an AS editor
  2852.     tell application "Finder"
  2853.         open item "Dev.CD Jun 97 SSW"
  2854.         activate
  2855.     end tell
  2856. on error errMsg number errNum
  2857.     --enter statements to perform when no records are found such as...
  2858.     display dialog "Sorry, the item you selected could not be found."
  2859.     return
  2860. end try
  2861. ss' systems 
  2862.     on a target drive, name the Chooser on a newly installed system on a target, 
  2863.     and move files (i.e. hiding 
  2864. the system file from the finder for 
  2865.     non-blessed systems) plus several other features.  All features are
  2866.     implemented with radio buttons or text strings (such as path names to hard
  2867.     drives and system files).
  2868.     Requirements:  ShimmerMate must be launched from the same volume 
  2869.     which you will be changing system information on (i.e. de-blessing
  2870.     system folders).
  2871.   VU Aid 1.0.8
  2872.     VU Aid is a tool which is installed on any VU target to help the Virtual
  2873.     User Age
  2874. 61440X
  2875. Apr 98^
  2876. --set theItem to choose file -- uncomment to test in an AS editor
  2877.     tell application "Finder"
  2878.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:"
  2879.         activate
  2880.     end tell
  2881. on error errMsg number errNum
  2882.     --enter statements to perform when no records are found such as...
  2883.     display dialog "Sorry, the item you selected could not be found."
  2884.     return
  2885. end try
  2886. e    No Changef(AppleTalk Wide Area
  2887. Router
  2888. Internetq
  2889. Dev.CD Apr 98 SDK1
  2890. JD!All Packages
  2891. Tool Chest Edition
  2892. AppsToGo
  2893. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  2894. Issues:  Free -- use at own risk
  2895. Sample Code.imgK
  2896. May 93L
  2897. Nov 94M
  2898. Development-caliber Mac.:Sample Code:V
  2899. 61441X
  2900. Moved
  2901. Driver Installer
  2902.     7:Sample Code:V
  2903. 53846X
  2904. 1e    No Change
  2905. J<Documentation:
  2906. SOMobjects
  2907.  - Read Me First
  2908. System Additions:K
  2909. Jan 96L
  2910. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  2911.  for Mac OS:PIDev.CD Apr 98 SDK2
  2912.  - Development Kits (Disc 2)
  2913.  - SOMobjects
  2914.  for Mac OS
  2915. hypertalk
  2916. scripter
  2917. display
  2918. summary
  2919. supplementing
  2920. documentation
  2921. summary
  2922. validator
  2923. utility
  2924. testing
  2925. sierra/i
  2926. summary
  2927. simple
  2928. macintosh
  2929. application
  2930. supports
  2931. summary
  2932. network
  2933. software
  2934. installer
  2935. insta
  2936. sun's
  2937. sunsoft
  2938. supersedes
  2939. suport
  2940. supplement
  2941. supplementing
  2942. supplied
  2943. supply
  2944. supportN
  2945. QuickTime, Java, MRJO
  2946. Dev.CD May 00 TC:Sample Code:P
  2947. Dev.CD May 00 TC
  2948.  - Sample CodeV
  2949. 61524X
  2950. May 00^
  2951. r--set theItem to choose file -- uncomment to test in an AS editor
  2952.     tell application "Finder"
  2953.         open item "Dev.CD May 00 TC:Sample Code:"
  2954.         activate
  2955.     end tell
  2956. on error errMsg number errNum
  2957.     --enter statements to perform when no records are found such as...
  2958.     display dialog "Sorry, the item you selected could not be found."
  2959.     return
  2960. end try
  2961. e    No Changef
  2962. QuickTime
  2963. Dev.CD May 00 TC
  2964. All Packages
  2965. Cyrillic Language KitO!Dev.CD May 97 TC
  2966. Dev.CD May 96 TCP Dev.CD May 97 TC
  2967. Dev.CD May 96 TV
  2968. 61525X
  2969. May 97
  2970. MP management agent for your application or service. Not just for networking but for all applications.
  2971. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  2972. 1e    No Change
  2973. wanted
  2974. wanting
  2975. wants
  2976. complete
  2977. apple
  2978. hardware
  2979. developer
  2980. documentation
  2981. where
  2982. complexity
  2983. compliance
  2984. compliant
  2985. complies
  2986. componentP
  2987. component-based
  2988. components
  2989. composersj
  2990. composit
  2991. composite
  2992. composited
  2993. compositepictures
  2994. compositing
  2995. composition
  2996. compositor
  2997. compound
  2998. compound-document
  2999. comprehensive
  3000. compress
  3001. compressed
  3002. compressimage
  3003. compressionP
  3004. Dev.CD May 00 TC:Sample Code:P
  3005. Dev.CD May 00 TC
  3006.  - Sample CodeV
  3007. 61654X
  3008. May 00^
  3009. r--set theItem to choose file -- uncomment to test in an AS editor
  3010.     tell application "Finder"
  3011.         open item "Dev.CD May 00 TC:Sample Code:"
  3012.         activate
  3013.     end tell
  3014. on error errMsg number errNum
  3015.     --enter statements to perform when no records are found such as...
  3016.     display dialog "Sorry, the item you selected could not be found."
  3017.     return
  3018. end try
  3019. e    No Changef
  3020. QuickTime
  3021. Dev.CD May 00 TC
  3022. ImportExportI
  3023. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  3024. Sample Code.imgK
  3025. Feb 00
  3026. - Common
  3027.     - Sun Compliant Java Runtime Environment 1.1
  3028.     - QuickTime 3 
  3029.     - QTJava.zip
  3030.     - QTJava media samples
  3031. - Mac OS:
  3032.     - System 8 or later
  3033.     - Macintosh Runtime for Java (MRJ) 2.1
  3034. - Windows 95, 98, or NT::
  3035.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3036. Inc. recommended
  3037. All Packages
  3038. System 7.5 Update 1.0O
  3039. Dev.CD Jan 96 SSWP
  3040. Dev.CD Jan 96 SSV
  3041. 62239X
  3042. Jan 96
  3043. f--set theItem to choose file -- uncomment to test in an AS editor
  3044.     tell application "Finder"
  3045.         open item "Dev.CD Jan 96 SSW"
  3046.         activate
  3047.     end tell
  3048. on error errMsg number errNum
  3049.     --enter statements to perform when no records are found such as...
  3050.     display dialog "Sorry, the item you selected could not be found."
  3051.     return
  3052. end try
  3053. All Packages
  3054. System 7.5 Update 1.0O
  3055. Dev.CD Jan 96 SSWP
  3056. Dev.CD Jan 96 SSV
  3057. 62240X
  3058. Jan 96
  3059. f--set theItem to choose file -- uncomment to test in an AS editor
  3060.     tell application "Finder"
  3061.         open item "Dev.CD Jan 96 SSW"
  3062.         activate
  3063.     end tell
  3064. on error errMsg number errNum
  3065.     --enter statements to perform when no records are found such as...
  3066.     display dialog "Sorry, the item you selected could not be found."
  3067.     return
  3068. end try
  3069. All Packages
  3070. System 7.5 Update 1.0V
  3071. 62241X
  3072. p--set theItem to choose file -- uncomment to test in an AS editor
  3073.     tell application "Finder"
  3074.         open item "Dev.CD Apr 94
  3075. Dev.CD Jan 94"
  3076.         activate
  3077.     end tell
  3078. on error errMsg number errNum
  3079.     --enter statements to perform when no records are found such as...
  3080.     display dialog "Sorry, the item you selected could not be found."
  3081.     return
  3082. end try
  3083. examine
  3084. projector
  3085. luther
  3086. PFDev.CD May 00 TC
  3087.  - Tool Chest
  3088.  - Testing & Debugging
  3089.  - General tools
  3090.     tell application "Finder"
  3091.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  3092.         activate
  3093.     end tell
  3094. on error errMsg number errNum
  3095.     --enter statements to perform when no records are found such as...
  3096.     display dialog "Sorry, the item you selected could not be found."
  3097.     return
  3098. end try
  3099. d uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.BDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Mar 00 RL
  3100.  - Technical Documentation
  3101.  - develop
  3102.  - develop Issue  3sh. Most of them are also SuperCard compatible.
  3103. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  3104. Issues: Send any comments, bug reports, suggestions to:
  3105. AppleLink: RINALDI1
  3106. CalvaCom : FR10
  3107. Compuserve : 71170,2111
  3108. Internet : RINALDI1@APPLELINK@APPLE.COM  
  3109. Deleted
  3110. 61731X
  3111. Dec 99^
  3112. --set theItem to choose file -- uncomment to test in an AS editor
  3113.     tell application "Finder"
  3114.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  3115.         activate
  3116.     end tell
  3117. on error errMsg number errNum
  3118.     --enter statements to perform when no records are found such as...
  3119.     display dialog "Sorry, the item you selected could not be found."
  3120.     return
  3121. end try
  3122. Deletedq
  3123. Dev.CD Dec 99 RL
  3124. All Packages
  3125. Macintosh Technotes and Q&As
  3126.     APThe latest and greatest Technotes and Q&As from our web site. 
  3127. Updated 1/25/2000
  3128. J.index.html
  3129. index.html.1
  3130. style.css
  3131. technotesK
  3132. Jan 00L
  3133. Jan 00M
  3134. web browserN
  3135. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  3136.  - What's New
  3137.  - Technical Documentation
  3138.  - Macintosh Technotes and Q&AsV
  3139. 61732X
  3140. 1e    No Changeo.http://developer.apple.com/techpubs/index.html
  3141. transport
  3142. debug
  3143. transport
  3144. debug
  3145. transport
  3146. lights:
  3147. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  3148. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  3149. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  3150. The Perils of Postscript.  Mixing the models: Postscript and Qui
  3151. xckDraw; tricks for the mix.
  3152. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  3153. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  3154. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  3155. J(develop Issue  1:
  3156. develop Issue  1 code:K
  3157. Vol IIIL
  3158. Jun 95
  3159. aegizmos
  3160. 1.4.2]
  3161. aete]
  3162. editor
  3163. stack
  3164. 1.0b3]
  3165. resedit
  3166. template^
  3167. aetracker]
  3168. aetracker
  3169. aetracker
  3170. aetracker
  3171. monitor`
  3172. aetracker
  3173. read`
  3174. aeusertermtypes^
  3175. aeusertermtypes
  3176. aeut^
  3177. resource^
  3178. protocol
  3179. agent
  3180. agfile
  3181. agfile
  3182. aiatb
  3183. manual
  3184. changes
  3185. readmeb
  3186. alchemist
  3187. alerts
  3188. aliasc
  3189. alias
  3190. alias
  3191. aliases
  3192. aliaslab
  3193. align
  3194. align
  3195. htmlt
  3196. alphaselector
  3197. alphaselector
  3198. amazonbooks
  3199. amazonbooks
  3200. amazonmusic
  3201. amazonmusic
  3202. analysis
  3203. analyzerT
  3204. animation
  3205. omenabler
  3206. antlr
  3207. aoceapi
  3208. aocesam
  3209. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  3210. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  3211. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  3212. MegaMovies
  3213. Read Me
  3214. Read Me.txtK
  3215. Jul 92L
  3216. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  3217.  1.0 extensionO7Dev.CD May 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD May 00 TC
  3218.  - Tool Chest
  3219.  - QuickTime
  3220.  - MegaMovies 1.6.2nder.
  3221.     -Using drag data which makes sense only to your own application. 
  3222.     -Dragable lists.
  3223.  List Manager
  3224.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  3225.     -Non standard text styles in lists.
  3226.     -Dragable lists. 
  3227. 62546X
  3228. Sep 97^
  3229. --set theItem to choose file -- uncomment to test in an AS editor
  3230.     tell application "Finder"
  3231.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:"
  3232.         activate
  3233.     end tell
  3234. on error errMsg number errNum
  3235.     --enter statements to perform when no records are found such as...
  3236.     display dialog "Sorry, the item you selected could not be found."
  3237.     return
  3238. end try
  3239. Deletedf+QuickView
  3240. Toolbox Assistant
  3241. quick referenceq
  3242. Dev.CD Sep 97 RL
  3243. D(All Packages
  3244. Reference Library Edition
  3245. Toolbox Assistant Update
  3246.     ager SDKV
  3247. 59098X
  3248. Apr 00^
  3249. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  3250.         activate
  3251.     end tell
  3252. on error errMsg number errNum
  3253.     --enter statements to perform when no records are found such as...
  3254.     display dialog "Sorry, the item you selected could not be found."
  3255.     return
  3256. end try
  3257. All Packages
  3258. QuickDraw GXO
  3259. Dev.CD Aug 96 TCP
  3260. Dev.CD Aug 96 TV
  3261. 58281X
  3262. scriptswitcher8
  3263. quick
  3264. modify
  3265. resources
  3266. scriptx
  3267. scang
  3268. image
  3269. scannerg
  3270. scanner
  3271. addendumg
  3272. scanner
  3273. scannersg
  3274. scheduleR
  3275. scpt]
  3276. scrap
  3277. scrap
  3278. color
  3279. documentation
  3280. scrapbook
  3281. scrapbook
  3282. scrapcolor
  3283. scrapcolor
  3284. scrapcolor
  3285. library
  3286. scrapcolordemo
  3287. scrapxcmds
  3288. scrapxcmds
  3289. script
  3290. scriptableprinting
  3291. scriptableprinting
  3292. scriptableprinting
  3293. scriptablestuffiteng
  3294. scriptablestuffiteng
  3295. scripting
  3296. scriptingadditions
  3297. scripts
  3298. scriptswitcher
  3299. scriptswitcher
  3300. scriptx
  3301. scriptx
  3302. platforms
  3303. scriptx
  3304. differences
  3305. tools
  3306. tools
  3307. scsimonitor
  3308. scsimonitor
  3309. restartB
  3310. restarting
  3311. restore
  3312. restored
  3313. resulta
  3314. resulting
  3315. results`
  3316. resumej
  3317. resumegl
  3318. resuming
  3319. retailj
  3320. retrace
  3321. retrain
  3322. retreived
  3323. retrieval
  3324. retrieve
  3325. retrieved
  3326. retrievepictinfo
  3327. retrieving
  3328. retryz
  3329. return
  3330. returned`
  3331. returnsj
  3332. revisionw
  3333. revisited
  3334. revolution
  3335. rewrite
  3336. rewritten
  3337. rgbforecolor
  3338. rhapsody
  3339. ricardo
  3340. richard
  3341. richery
  3342. rightZ
  3343. Dev.CD Jun 97 SSV
  3344. 61941X
  3345. Jun 97
  3346. f--set theItem to choose file -- uncomment to test in an AS editor
  3347.     tell application "Finder"
  3348.         open item "Dev.CD Jun 97 SSW"
  3349.         activate
  3350.     end tell
  3351. on error errMsg number errNum
  3352.     --enter statements to perform when no records are found such as...
  3353.     display dialog "Sorry, the item you selected could not be found."
  3354.     return
  3355. end try
  3356. D!All Packages
  3357. Mac OS SDK Edition
  3358. QuickDraw 3D for Windows 1.5.2
  3359. QuickDraw
  3360.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  3361. QuickDraw 3D v1.5.2K
  3362. Sep 97N
  3363. QuickDraw 3D, Windows, Metafileange
  3364. resolutiong
  3365. resolutionsg
  3366. resolvec
  3367. resolvealiastopathc
  3368. resolverelativealias
  3369. resolving
  3370. resorting
  3371. resouce
  3372. resourceY
  3373. resourcesX
  3374. respect
  3375. respective
  3376. respectively
  3377. respond
  3378. responseo
  3379. responses
  3380. responsible
  3381. ressler
  3382. sample
  3383. demonstrating
  3384. certain
  3385. kinds
  3386. f--set theItem to choose file -- uncomment to test in an AS editor
  3387.     tell application "Finder"
  3388.         open item "Dev.CD Jan 96 SSW"
  3389.         activate
  3390.     end tell
  3391. on error errMsg number errNum
  3392.     --enter statements to perform when no records are found such as...
  3393.     display dialog "Sorry, the item you selected could not be found."
  3394.     return
  3395. end try
  3396. se file -- uncomment to test in an AS editor
  3397.     tell application "Finder"
  3398.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  3399.         activate
  3400.     end tell
  3401. on error errMsg number errNum
  3402.     --enter statements to perform when no records are found such as...
  3403.     display dialog "Sorry, the item you selected could not be found."
  3404.     return
  3405. end try
  3406. e    No Changef!AppleScript
  3407. Apple events
  3408. AEGizmosq
  3409. Dev.CD May 00 TC
  3410.  D!All Packages
  3411. Tool Chest Edition
  3412. AETracker 3.0
  3413.     lity
  3414. utility
  3415. space
  3416. variable
  3417. variables
  3418. vector
  3419. general-purpose
  3420. generally
  3421. generate
  3422. generated
  3423. generatesn
  3424. generating
  3425. generation
  3426. ss LAN module.
  3427.    The developer note includes information about
  3428.    - the features of the Power Mac G4
  3429.    - compatibility issues
  3430.    - the internal logic of the Power Mac G4
  3431.    - the I/O ports and built-in I/O devices
  3432.    - the RAM expansion DIMM
  3433.    - the PCI expansion slots
  3434.    - the system software that comes
  3435.  with the Power Mac G4
  3436. =============
  3437. MAC OS 8 and 9:
  3438. =============
  3439. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  3440. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  3441. ------------------------------------------------
  3442. csmp-digest-v3-002
  3443. csmp-digest-v3-003
  3444. csmp-digest-v3-004
  3445. csmp-digest-v3-005
  3446. csmp-digest-v3-006
  3447. csmp-digest-v3-007
  3448. csmp-digest-v3-008
  3449. csmp-digest-v3-009
  3450. csmp-digest-v3-010
  3451. csmp-digest-v3-011
  3452. csmp-digest-v3-012
  3453. csmp-digest-v3-013
  3454. csmp-digest-v3-014
  3455. csmp-digest-v3-015
  3456. csmp-digest-v3-016
  3457. csmp-digest-v3-017
  3458. csmp-digest-v3-018
  3459. csmp-digest-v3-019
  3460. csmp-digest-v3-020
  3461. csmp-digest-v3-021
  3462. csmp-digest-v3-022
  3463. csmp-digest-v3-023
  3464. csmp-digest-v3-024
  3465. csmp-digest-v3-025
  3466. csmp-digest-v3-026
  3467. csmp-digest-v3-027
  3468. csmp-digest-v3-028
  3469. csmp-digest-v3-029
  3470. csmp-digest-v3-030
  3471. csmp-digest-v3-031
  3472. csmp-digest-v3-032
  3473. csmp-digest-v3-033
  3474. csmp-digest-v3-034
  3475. csmp-digest-v3-035
  3476. csmp-digest-v3-036
  3477. cwpro2t
  3478. datah
  3479. databasem
  3480. database
  3481. suitem
  3482. dcmda
  3483. debug]
  3484. debuggingu
  3485. demo_
  3486. detectorsh
  3487. change
  3488. developeru
  3489. developmentm
  3490. directionsj
  3491. disku
  3492. Summary:  Drop
  3493. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  3494. Features:  This updated version fixes a bug which prevented Drop
  3495. PS from seeing printers in zones other than the default one.
  3496. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  3497. PS is freeware, provided by Bare Bones Software.
  3498. J-!NOT AN APPLE PRODUCT!:
  3499. About Drop
  3500. Nov 94L
  3501. Sep 95M
  3502. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  3503. PS 1.1.3:PFDev.CD Nov 99 TC
  3504.  - Tool Chest
  3505.  - Developer Utilities
  3506.  - Drop
  3507. PS 1.1.32
  3508. enabled@
  3509. enabler@
  3510. engine@
  3511. entire@
  3512. erases@
  3513. everyone@
  3514. examples@
  3515. expands@
  3516. extending@
  3517. extensions@
  3518. features
  3519. features
  3520. includes
  3521. demonstration
  3522. documentation
  3523. complete@
  3524. fileinfo@
  3525. fills
  3526. filter@
  3527. finder's@
  3528. first-person@
  3529. flashing@
  3530. flicker-free@
  3531. folders@
  3532. years
  3533. multimedia
  3534. developers
  3535. regarded
  3536. equilibrium's
  3537. forwarders@
  3538. foundation
  3539. reference@
  3540. four@
  3541. freed@
  3542. front@
  3543. fully@
  3544. functions/methods@
  3545. general-purpose@
  3546. generator@
  3547. events@
  3548. gives@
  3549. goodies@
  3550. grabber@
  3551. graphics@
  3552. group@
  3553. groups@
  3554. gunther@
  3555. handling@
  3556. hands@
  3557. happens@
  3558. haun's@
  3559. haven't@
  3560. health@
  3561. held@
  3562. helps@
  3563. high-visibility@
  3564. hints@
  3565. summarizationb
  3566. f--set theItem to choose file -- uncomment to test in an AS editor
  3567.     tell application "Finder"
  3568.         open item "Dev.CD Jul 96 SSW"
  3569.         activate
  3570.     end tell
  3571. on error errMsg number errNum
  3572.     --enter statements to perform when no records are found such as...
  3573.     display dialog "Sorry, the item you selected could not be found."
  3574.     return
  3575. end try
  3576. topping
  3577. total
  3578. totally
  3579. totals
  3580. touch
  3581. touches
  3582. tough
  3583. toward
  3584. towards
  3585. tpifile
  3586. tpifile
  3587. sample
  3588. module
  3589. tpifile
  3590. traceT
  3591. traceback
  3592. traceroute
  3593. ocket
  3594. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  3595. This is final draft copy from Apple Directions, 
  3596.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  3597. Apple Directions 01/95
  3598. Apple Directions 02/95
  3599. Apple Directions 03/95
  3600. Apple Directions 04/95
  3601. Apple Directions 05/95
  3602. Apple Directions 06/95
  3603. Apple Directions 07/95
  3604. Apple Directions 08/95
  3605. Apple Directions 09/95
  3606. Apple Directions 10/95
  3607. Apple Directions 11/95
  3608. Apple Directions 12/95
  3609. Mar 95L
  3610. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  3611.  - Programs & Marketing
  3612.  - Apple Directions
  3613.  - Apple Directions 1995f input for Japanese encodings.
  3614.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  3615. Vol IIIL
  3616. May 95M
  3617. HyperCard,SuperCard, PlusO_Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:PjDev.CD Nov 99 TC
  3618.  - Tool Chest
  3619.  - Development Tools & Languages
  3620.  - HyperCard Related
  3621.  - Rinaldi CollectionV
  3622. 62127X
  3623. Nov 99^
  3624. --set theItem to choose file -- uncomment to test in an AS editor
  3625.     tell application "Finder"
  3626.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:"
  3627.         activate
  3628.     end tell
  3629. on error errMsg number errNum
  3630.     --enter statements to perform when no records are found such as...
  3631.     display dialog "Sorry, the item you selected could not be found."
  3632.     return
  3633. end try
  3634. Deletedq
  3635. Dev.CD Nov 99 TC
  3636. yD!All Packages
  3637. Tool Chest Edition
  3638. Robix & sources
  3639. 62128X
  3640. May 00^
  3641. --set theItem to choose file -- uncomment to test in an AS editor
  3642.     tell application "Finder"
  3643.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  3644.         activate
  3645.     end tell
  3646. on error errMsg number errNum
  3647.     --enter statements to perform when no records are found such as...
  3648.     display dialog "Sorry, the item you selected could not be found."
  3649.     return
  3650. end try
  3651. e    No Changeq
  3652. Dev.CD May 00 TC
  3653. zD!All Packages
  3654. Tool Chest Edition
  3655. ROM Build/Download 3.2.4
  3656. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  3657. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  3658. J--Read Me
  3659. CRCPatch folder
  3660. Data folder
  3661. tjs commK
  3662. Oct 92L
  3663. Aug 95M
  3664. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  3665. 62129X
  3666. 1e    No Change
  3667. s SDK:
  3668. All Packages
  3669. System Enabler 111 (PB 160/180)O
  3670. Dev.CD Apr 93P
  3671. Dev.CD Apr 9V
  3672. 62407X
  3673. Apr 93
  3674. b--set theItem to choose file -- uncomment to test in an AS editor
  3675.     tell application "Finder"
  3676.         open item "Dev.CD Apr 93"
  3677.         activate
  3678.     end tell
  3679. on error errMsg number errNum
  3680.     --enter statements to perform when no records are found such as...
  3681.     display dialog "Sorry, the item you selected could not be found."
  3682.     return
  3683. end try
  3684. All Packages
  3685. System Enabler 111 (PB 160/180)O
  3686. Dev.CD Apr 93P
  3687. Dev.CD Apr 9V
  3688. 62408X
  3689. Apr 93
  3690. b--set theItem to choose file -- uncomment to test in an AS editor
  3691.     tell application "Finder"
  3692.         open item "Dev.CD Apr 93"
  3693.         activate
  3694.     end tell
  3695. on error errMsg number errNum
  3696.     --enter statements to perform when no records are found such as...
  3697.     display dialog "Sorry, the item you selected could not be found."
  3698.     return
  3699. end try
  3700. All Packages
  3701. 62409X
  3702. QuickTime, Java, MRJ
  3703. doesn'tj
  3704. doesn't
  3705. documents
  3706. properly
  3707. doesnt
  3708. dogcow
  3709. doinj
  3710. doing
  3711. domain
  3712. domestic
  3713. don'td
  3714. doneB
  3715. oubler
  3716. doubles
  3717. doubletrouble
  3718. down`
  3719. downfall
  3720. download
  3721. downloaded
  3722. downloading
  3723. downloads
  3724. dozens
  3725. draftj
  3726. drafting
  3727. dragN
  3728. drag-and-drop
  3729. dragable
  3730. dragged
  3731. dragging
  3732. draglib
  3733. draglow
  3734. dramatic
  3735. dramatically
  3736. drawback
  3737. drawbacks
  3738. drawing
  3739. drawn
  3740. draws
  3741. drawsprcoket
  3742. sparcstations
  3743. spawn
  3744. spbgetdeviceinfo
  3745. spbrecord
  3746. spbsetdeviceinfo
  3747. speakj
  3748. speakerphone
  3749. speakers
  3750. speaking
  3751. speaksj
  3752. specfically
  3753. specialT
  3754. specialized
  3755. specially
  3756. specifics
  3757. specifically
  3758. specificationo
  3759. : This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  3760. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  3761. J@MacTCP+ Tool
  3762. README for MacTCP+ Tool
  3763. README for MacTCP+ Tool.txtK
  3764. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  3765. 59259X
  3766. 1e    No Change
  3767.     ExAPPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  3768. Js !NOT AN APPLE PRODUCT!
  3769.  Scrap Color Documentation
  3770.  ScrapColor Demo
  3771. Demo source
  3772. scrapcolor library
  3773. ScrapColorDemo.
  3774. Sep 96O6Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD May 00 TC
  3775.  - Tool Chest
  3776.  - QuickDraw
  3777.  - Scrap Color 1.0return
  3778. end try
  3779. All Packages
  3780. System Enabler 111 (PB 160/180)O
  3781. Dev.CD Apr 93P
  3782. Dev.CD Apr 9V
  3783. 58683X
  3784. Apr 93
  3785. b--set theItem to choose file -- uncomment to test in an AS editor
  3786.     tell application "Finder"
  3787.         open item "Dev.CD Apr 93"
  3788.         activate
  3789.     end tell
  3790. on error errMsg number errNum
  3791.     --enter statements to perform when no records are found such as...
  3792.     display dialog "Sorry, the item you selected could not be found."
  3793.     return
  3794. end try
  3795. All Packages
  3796. System Enabler 111 (PB 160/180)O
  3797. Dev.CD Apr 93P
  3798. Dev.CD Apr 9V
  3799. 58684X
  3800. Apr 93
  3801. Updatedq
  3802. Dev.CD May 00 TC
  3803. (D!All Packages
  3804. Tool Chest Edition
  3805. UniversalHIDModuleTestI
  3806. Sample Code.imgK
  3807. Feb 00M
  3808. Dev.CD May 00 TC:Sample Code:P
  3809. Dev.CD May 00 TC
  3810.  - Sample CodeV
  3811. 62559X
  3812. May 00^
  3813. r--set theItem to choose file -- uncomment to test in an AS editor
  3814.     tell application "Finder"
  3815.         open item "Dev.CD May 00 TC:Sample Code:"
  3816.         activate
  3817.     end tell
  3818. on error errMsg number errNum
  3819.     --enter statements to perform when no records are found such as...
  3820.     display dialog "Sorry, the item you selected could not be found."
  3821.     return
  3822. end try
  3823. e    No Changeq
  3824. Dev.CD May 00 TC
  3825. UnmountIt 1.2
  3826. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  3827. All Metrowerks Pascal source code included.
  3828. ncluded.
  3829.  leaks.
  3830. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  3831. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  3832. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  3833. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  3834. t this Macintosh" dialog.
  3835. Virtual User tools.imgK
  3836. Jul 93L
  3837. Aug 94
  3838. Memory Monitor requires System Software 7.0 or greater, and Apple
  3839.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  3840. N(Testing, Memory, Virtual User, DebuggingOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  3841. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  3842. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  3843. , especially in background.
  3844. JYDeveloper Information
  3845. New API  sample
  3846. New API documentation
  3847. Read me before using new API!K
  3848. Nov 93L
  3849. Nov 93M
  3850. System Software 6.0.7 or later.O7Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD May 00 TC
  3851.  - Tool Chest
  3852.  - Printing
  3853.  - LaserWriter 8 APIPC PCI based MacintoshN
  3854. PCI ndrv driver loaderO
  3855. Dev.CD May 00 TC:Sample Code:P
  3856. Dev.CD May 00 TC
  3857.  - Sample CodeV
  3858. 59223X
  3859. May 00^
  3860. #that you get a renderer that is has the capabilities you want.
  3861. May 00^
  3862. r--set theItem to choose file -- uncomment to test in an AS editor
  3863.     tell application "Finder"
  3864.         open item "Dev.CD May 00 TC:Sample Code:"
  3865.         activate
  3866.     end tell
  3867. on error errMsg number errNum
  3868.     --enter statements to perform when no records are found such as...
  3869.     display dialog "Sorry, the item you selected could not be found."
  3870.     return
  3871. end try
  3872. e    No Changef
  3873. QuickTime
  3874. Dev.CD May 00 TC
  3875. aD!All Packages
  3876. Tool Chest Edition
  3877. PopupFuncs 2.6.1
  3878. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  3879. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  3880. MPW etc.imgK
  3881. Nov 97N
  3882. power macintosh debuggerO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  3883.  - Tool Chest
  3884.  - Development Kits
  3885.  - MPW etc.V
  3886. 61852X
  3887. May 00^
  3888. --set theItem to choose file -- uncomment to test in an AS editor
  3889.     tell application "Finder"
  3890.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  3891.         activate
  3892.     end tell
  3893. on error errMsg number errNum
  3894.     --enter statements to perform when no records are found such as...
  3895.     display dialog "Sorry, the item you selected could not be found."
  3896.     return
  3897. end try
  3898. e    No Changef
  3899. power macintosh debuggerq
  3900. Dev.CD May 00 TC
  3901. fD!All Packages
  3902. Tool Chest Edition
  3903. Power Macintosh Prod. Artwork 
  3904. follow
  3905. followed
  3906. following
  3907. follows
  3908. fonte
  3909. fonts
  3910. We    No Changeq
  3911. Dev.CD May 98 TC
  3912. XD!All Packages
  3913. Tool Chest Edition
  3914. PeopleSurveyor 2.1.2
  3915. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  3916. Features: 
  3917.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  3918.   Sixteen question formats.  
  3919.  Six page printable Help.  
  3920.  Enforces expiration date, discourages multiple responses.
  3921. PeopleSurveyor 2.1.2K
  3922. Oct 92M
  3923. HyperCard 2.1OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  3924.  - Tool Chest
  3925.  - Development Kits
  3926.  - HyperCard Related
  3927.  - PeopleSurveyor 2.1.2V
  3928. 61839X
  3929. May 98^
  3930. #Msg number errNum
  3931.     --enter statements to perform when no records are found such as...
  3932.     display dialog "Sorry, the item you selected could not be found."
  3933.     return
  3934. end try
  3935. N"quicktime jpeg compress decompress the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  3936. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  3937. In order to install a working SNMP client on your Macintosh, you n
  3938. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  3939. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  3940. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  3941. This package includes both the Open Transport v1.3 Debug Installer and the Open Transport v1.3 SDK
  3942. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  3943. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  3944. J'Open Transport Debug
  3945. Open Transport SDKK
  3946. Jun 95L
  3947. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  3948.  - Development Kits
  3949.  - Mac OS
  3950.  - Open Transport 1.3nit which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  3951. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th
  3952. 7PBDev.CD May 00 TC
  3953.  - Tool Chest
  3954.  - Hardware
  3955.  - OpenFWBridgeFixJul97t to test in an AS editor
  3956.     tell application "Finder"
  3957.         open item "Dev.CD May 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  3958.         activate
  3959.     end tell
  3960. on error errMsg number errNum
  3961.     --enter statements to perform when no records are found such as...
  3962.     display dialog "Sorry, the item you selected could not be found."
  3963.     return
  3964. end try
  3965. e    No Changeq
  3966. Dev.CD May 00 TC
  3967. D!All Packages
  3968. Tool Chest Edition
  3969. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J
  3970. Sample Code.imgK
  3971. Feb 00
  3972. - Common
  3973.     - Sun Compliant Java Runtime Environment 1.1
  3974.     - QuickTime 3 
  3975.     - QTJava.zip
  3976.     - QTJava media samples
  3977. - Mac OS:
  3978.     - System 8 or later
  3979.     - Macintosh Runtime for Java (MRJ) 2.1
  3980. - Windows 95, 98, or NT::
  3981.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3982. :Sample Code:V
  3983. 60291X
  3984. 1e    No Change
  3985. 2140X
  3986. apple
  3987. ethernet
  3988. apple
  3989. video
  3990. example
  3991. example
  3992. sounds
  3993. example
  3994. examples
  3995. experimental
  3996. experimental
  3997. interfacelib
  3998. explnd
  3999. explosionframes
  4000. explosionframes
  4001. export
  4002. exrom-1func
  4003. exrom-1func
  4004. sresource
  4005. extendprintrecord
  4006. extendprintrecord
  4007. extendprintrecord
  4008. extensione
  4009. extension
  4010. extension
  4011. extensions
  4012. extensions-applebuil
  4013. extensions-mcwbuilt
  4014. extractitems
  4015. extractitems
  4016. extractors
  4017. extras
  4018. f-french
  4019. features
  4020. feedback
  4021. feedback
  4022. request
  4023. 9/1/93
  4024. D-ROM
  4025.  - CD-ROM Validator 1.1V
  4026. 60246X
  4027. May 00^
  4028. 5.0.7V
  4029. 5.3.2
  4030. 5thcolumn
  4031. 6.0.3
  4032. 6.0.4
  4033. 6.0.5
  4034. 6.1b9
  4035. processor
  4036. upgrade
  4037. enablerC
  4038. 7.0.1O
  4039. 7.1p2
  4040. 7.1p5
  4041. 7.1p6
  4042. 7.5.5
  4043. 61668X
  4044. Jan 98^
  4045. --set theItem to choose file -- uncomment to test in an AS editor
  4046.     tell application "Finder"
  4047.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  4048.         activate
  4049.     end tell
  4050. on error errMsg number errNum
  4051.     --enter statements to perform when no records are found such as...
  4052.     display dialog "Sorry, the item you selected could not be found."
  4053.     return
  4054. end try
  4055. DeletedfCreturn on investment
  4056. business processes
  4057. interactive media solutionsq
  4058. Dev.CD Jan 98 SDK1
  4059. D!All Packages
  4060. Mac OS SDK Edition
  4061. International NSI 1.5.1
  4062.     ac OS Runtime Architectures
  4063. Read Me - Other SSW DocsK
  4064. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  4065.  - Technical Documentation
  4066.  - More SSW Documentationp-digest-v3-069
  4067. csmp-digest-v3-070
  4068. csmp-digest-v3-071
  4069. csmp-digest-v3-072
  4070. csmp-digest-v3-073
  4071. csmp-digest-v3-074
  4072. csmp-digest-v3-075
  4073. csmp-digest-v
  4074. 61677X
  4075. May 00^
  4076. --set theItem to choose file -- uncomment to test in an AS editor
  4077.     tell application "Finder"
  4078.         open item "Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:"
  4079.         activate
  4080.     end tell
  4081. on error errMsg number errNum
  4082.     --enter statements to perform when no records are found such as...
  4083.     display dialog "Sorry, the item you selected could not be found."
  4084.     return
  4085. end try
  4086. e    No Changeq
  4087. Dev.CD May 00 TC
  4088. D!All Packages
  4089. Tool Chest Edition
  4090. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J
  4091. Sample Code.imgK
  4092. Feb 00
  4093. - Common
  4094.     - Sun Compliant Java Runtime Environment 1.1
  4095.     - QuickTime 3 
  4096.     - QTJava.zip
  4097.     - QTJava media samples
  4098. - Mac OS:
  4099.     - System 8 or later
  4100.     - Macintosh Runtime for Java (MRJ) 2.1
  4101. - Windows 95, 98, or NT::
  4102.     - JRE/JDK from Sun Microsystems, Inc. recommended
  4103. QuickTime, Java, MRJckTime, Java, MRJPrint Hint
  4104. summary
  4105. 5thcolumn
  4106. allows
  4107. control
  4108. informatiB
  4109. summary
  4110. collection
  4111. scripts
  4112. tools
  4113. summary
  4114. collection
  4115. reports
  4116. multimedia
  4117. standards
  4118. summary
  4119. macsbug
  4120. helps
  4121. detect
  4122. memory
  4123. summary
  4124. fills
  4125. disposed
  4126. memory
  4127. error
  4128. summary
  4129. guide
  4130. support
  4131. development
  4132. macintosh
  4133. summary
  4134. hypercard
  4135. create
  4136. resolve
  4137. aliasesc
  4138. summary
  4139. macsbug
  4140. macro
  4141. debugging
  4142. summary
  4143. snippet
  4144. showing
  4145. determine
  4146. currently
  4147. summary
  4148. technical
  4149. notes
  4150. contain
  4151. latest
  4152. summary
  4153. parser
  4154. allow
  4155. access
  4156. system'sV
  4157. summary
  4158. aetracker
  4159. init/control
  4160. panel
  4161. allows
  4162. summary
  4163. which
  4164. known
  4165. finderevents
  4166. summary
  4167. apple
  4168. peoplesoft
  4169. launched
  4170. partnership
  4171. summary
  4172. apple
  4173. computer
  4174. espana
  4175. prepared
  4176. guide
  4177. --set theItem to choose file -- uncomment to test in an AS editor
  4178.     tell application "Finder"
  4179.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  4180.         activate
  4181.     end tell
  4182. on error errMsg number errNum
  4183.     --enter statements to perform when no records are found such as...
  4184.     display dialog "Sorry, the item you selected could not be found."
  4185.     return
  4186. end try
  4187. be found."
  4188.     return
  4189. end try
  4190. All Packages
  4191. System Enabler 111 (PB 160/180)O
  4192. Dev.CD Apr 93P
  4193. Dev.CD Apr 9V
  4194. 61182X
  4195. Apr 93
  4196. b--set theItem to choose file -- uncomment to test in an AS editor
  4197.     tell application "Finder"
  4198.         open item "Dev.CD Apr 93"
  4199.         activate
  4200.     end tell
  4201. on error errMsg number errNum
  4202.     --enter statements to perform when no records are found such as...
  4203.     display dialog "Sorry, the item you selected could not be found."
  4204.     return
  4205. end try
  4206. All Packages
  4207. 61183X
  4208. system
  4209. samples
  4210. system
  4211. tune-up
  4212. system
  4213. system
  4214. system
  4215. update
  4216. system
  4217. update
  4218. system
  4219. 7.5.5
  4220. update
  4221. system
  4222. enabler
  4223. system
  4224. enabler
  4225. system
  4226. enabler
  4227. centris/quadra
  4228. system
  4229. enabler
  4230. ColorSync 3.0 Mac SDK
  4231. The complete ColorSync
  4232.  3.0 SDK for Mac developers. It includes the following:
  4233. Interfaces & Link Libraries
  4234. Documentation
  4235. Sample Code
  4236. Goodies
  4237. ColorSync
  4238.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  4239. What's New in ColorSync
  4240.       - Device Profiles and Document Profiles
  4241.       - ColorSync Workflows
  4242.       - Apple CMM
  4243.       - Calibration Assistant Expert mode
  4244.       - Profile path balloons
  4245.       - Profile descriptions in double byte languages
  4246.       - Profile First Aid
  4247. ColorSync Features
  4248.       - AppleScript support
  4249.       - JPEG and GIF support
  4250.       - Profile Cache File
  4251.       - Profiles Folder Location and Subfolders
  4252.       - Photoshop Plug-ins
  4253.       - Multiprocessing support
  4254.       - support for 16 bits per channel images
  4255.       - What gets installed with ColorSync
  4256. ColorSync 3.0.imgK
  4257. Mar 93L
  4258. Dec 99p
  4259. change
  4260. Requires: 
  4261. - Sun Compliant Java Runtime Environment 1.1
  4262. - QuickTime 3 
  4263. - QTJava.zip
  4264. - Windows 95, 98, or NT:
  4265. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  4266. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  4267.  - What's New?
  4268.  - Development Kits
  4269.  - Cross Platform
  4270.  - QuickTime Java Windows SDKV
  4271. 62114X
  4272. Feb 00^
  4273. --set theItem to choose file -- uncomment to test in an AS editor
  4274.     tell application "Finder"
  4275.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  4276.         activate
  4277.     end tell
  4278. on error errMsg number errNum
  4279.     --enter statements to perform when no records are found such as...
  4280.     display dialog "Sorry, the item you selected could not be found."
  4281.     return
  4282. end try
  4283. e    No Changef
  4284. QuickTime
  4285. Windowso
  4286. http://developer.apple.com/sdk/q
  4287. Dev.CD Feb 00 TC
  4288. lD!All Packages
  4289. Tool Chest Edition
  4290. QuickTime TMON User AreaW
  4291. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  4292. This entire modular architecture will provide advantages for application developers, camera
  4293.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  4294. Deletedq
  4295. Dev.CD Nov 99 TC
  4296. XD!All Packages
  4297. Tool Chest Edition
  4298. Audit app & dcmd
  4299. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  4300. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  4301. General tools.imgK
  4302. Feb 94N
  4303. testing, debuggingO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  4304.  - Tool Chest
  4305.  - Testing & Debugging
  4306.  - General toolsV
  4307. 61455X
  4308. May 00^
  4309. #ctivate
  4310.     end tell
  4311. on error errMsg number errNum
  4312.     --enter statements to perform when no records are found such as...
  4313.     display dialog "Sorry, the item you selected could not be found."
  4314.     return
  4315. end try
  4316. All Packages
  4317. F)System Enabler 131 (PB 160/165c/180/180c)V
  4318. 61185X
  4319. b--set theItem to choose file -- uncomment to test in an AS editor
  4320.     tell application "Finder"
  4321.         open item "Dev.CD Jul 95"
  4322.         activate
  4323.     end tell
  4324. on error errMsg number errNum
  4325.     --enter statements to perform when no records are found such as...
  4326.     display dialog "Sorry, the item you selected could not be found."
  4327.     return
  4328. end try
  4329. previews
  4330. previousa
  4331. previouslyn
  4332. prgeneral
  4333. prgram
  4334. price
  4335. pricesj
  4336. primarily
  4337. primary
  4338. primer
  4339. primitive
  4340. primitivesd
  4341. principles
  4342. printN
  4343. print2
  4344. printable
  4345. printer-specific
  4346. printersj
  4347. All Packages
  4348. QuickDraw 3DO
  4349. Dev.CD Jun 97 SSWP
  4350. Dev.CD Jun 97 SSV
  4351. 61939X
  4352. Jun 97
  4353. f--set theItem to choose file -- uncomment to test in an AS editor
  4354.     tell application "Finder"
  4355.         open item "Dev.CD Jun 97 SSW"
  4356.         activate
  4357.     end tell
  4358. on error errMsg number errNum
  4359.     --enter statements to perform when no records are found such as...
  4360.     display dialog "Sorry, the item you selected could not be found."
  4361.     return
  4362. end try
  4363. All Packages
  4364. QuickDraw 3DO
  4365. Dev.CD Jun 97 SSWP
  4366. Dev.CD Jun 97 SSV
  4367. 61940X
  4368. Jun 97
  4369. f--set theItem to choose file -- uncomment to test in an AS editor
  4370.     tell application "Finder"
  4371.         open item "Dev.CD Jun 97 SSW"
  4372.         activate
  4373.     end tell
  4374. on error errMsg number errNum
  4375.     --enter statements to perform when no records are found such as...
  4376.     display dialog "Sorry, the item you selected could not be found."
  4377.     return
  4378. end try
  4379. All Packages
  4380. QuickDraw 3DO
  4381. Dev.CD Jun 97 SSWV
  4382. 61941X
  4383. scriptx
  4384. 1.5.1
  4385. scroll
  4386. samples
  4387. tools
  4388. sdec/scomP
  4389. security
  4390. security
  4391. sedit
  4392. sedit
  4393. 1.0b3
  4394. selectors
  4395. server
  4396. server
  4397. remote
  4398. control
  4399. services
  4400. setdefaultdtp
  4401. setdeskcpatdemo
  4402. setled
  4403. aegizmos_
  4404. aerecordsn
  4405. aesenda
  4406. aete]
  4407. aetracker`
  4408. aeut^
  4409. aevta
  4410. affect
  4411. affected
  4412. affects
  4413. affordable
  4414. affordanceo
  4415. afloat
  4416. after
  4417. aiatb
  4418. aimedd
  4419. airport
  4420. alertj
  4421. alerts
  4422. alexander
  4423. algorithmb
  4424. algorithms
  4425. aliasesc
  4426. alignment
  4427. alivej
  4428. all-new
  4429. allocatingg
  4430. allocation
  4431. allocators
  4432. allowV
  4433. allowing
  4434. allowsB
  4435. All Packages
  4436. F    QuickTimeO
  4437. Dev.CD Jun 97 SSWP
  4438. Dev.CD Jun 97 SSV
  4439. 62097X
  4440. Jun 97
  4441. f--set theItem to choose file -- uncomment to test in an AS editor
  4442.     tell application "Finder"
  4443.         open item "Dev.CD Jun 97 SSW"
  4444.         activate
  4445.     end tell
  4446. on error errMsg number errNum
  4447.     --enter statements to perform when no records are found such as...
  4448.     display dialog "Sorry, the item you selected could not be found."
  4449.     return
  4450. end try
  4451. All Packages
  4452. F    QuickTimeO
  4453. Dev.CD Jun 97 SSWP
  4454. Dev.CD Jun 97 SSV
  4455. 62098X
  4456. Jun 97
  4457. f--set theItem to choose file -- uncomment to test in an AS editor
  4458.     tell application "Finder"
  4459.         open item "Dev.CD Jun 97 SSW"
  4460.         activate
  4461.     end tell
  4462. on error errMsg number errNum
  4463.     --enter statements to perform when no records are found such as...
  4464.     display dialog "Sorry, the item you selected could not be found."
  4465.     return
  4466. end try
  4467. All Packages
  4468. F    QuickTimeO
  4469. Dev.CD Jun 97 SSWP
  4470. Dev.CD Jun 97 SSV
  4471. 62099X
  4472. Jun 97
  4473. All Packages
  4474. System Enabler 003 (LC III)OEDev.CD Apr 94
  4475. Dev.CD Jan 94
  4476. Dev.CD Oct 93
  4477. Dev.CD Jul 93
  4478. Dev.CD Apr 93PDDev.CD Apr 94
  4479. Dev.CD Jan 94
  4480. Dev.CD Oct 93
  4481. Dev.CD Jul 93
  4482. Dev.CD Apr 9V
  4483. 62319X
  4484. Apr 94
  4485. --set theItem to choose file -- uncomment to test in an AS editor
  4486.     tell application "Finder"
  4487.         open item "Dev.CD Apr 94
  4488. Dev.CD Jan 94
  4489. Dev.CD Oct 93
  4490. Dev.CD Jul 93
  4491. Dev.CD Apr 93"
  4492.         activate
  4493.     end tell
  4494. on error errMsg number errNum
  4495.     --enter statements to perform when no records are found such as...
  4496.     display dialog "Sorry, the item you selected could not be found."
  4497.     return
  4498. end try
  4499. All Packages
  4500. System Enabler 003 (LC III)O7Dev.CD Apr 94
  4501. Dev.CD Jan 94
  4502. Dev.CD Oct 93
  4503. Dev.CD Aug 93P6Dev.CD Apr 94
  4504. Dev.CD Jan 94
  4505. Dev.CD Oct 93
  4506. Dev.CD Aug 9V
  4507. 62320X
  4508. Apr 94
  4509. 2.1.3
  4510. 2.1.4
  4511. 2.3.0
  4512. 2.4b6z
  4513. 2.6.1
  4514. 2.6.5X
  4515. 2/94w
  4516. 2400c
  4517. 61803X
  4518. Jan 97^
  4519. --set theItem to choose file -- uncomment to test in an AS editor
  4520.     tell application "Finder"
  4521.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  4522.         activate
  4523.     end tell
  4524. on error errMsg number errNum
  4525.     --enter statements to perform when no records are found such as...
  4526.     display dialog "Sorry, the item you selected could not be found."
  4527.     return
  4528. end try
  4529. DeletedfPOpenDoc
  4530. Component Software
  4531. Compound Document Architecture
  4532. Objects
  4533. CORBAq
  4534. Dev.CD Jan 97 SDK2
  4535. 5D!All Packages
  4536. Mac OS SDK Edition
  4537. F(OpenDoc Development Framework, Release 3
  4538. Dev.CD Apr 98 SDK2
  4539. &D!All Packages
  4540. Tool Chest Edition
  4541. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  4542. Ex Apple Video ROM
  4543. Example Vid ROM from C&D
  4544. ExROM-1Func sResource
  4545. MinimalDeclROM.a
  4546. ROM diagramsK
  4547. Oct 92nge
  4548.  Snippet to illustrate how to use CopyB
  4549. e    No Changef
  4550. ADBOp
  4551. CFM-68Kq
  4552. Dev.CD May 00 TC
  4553. D.All Packages
  4554. Tool Chest Edition
  4555. New & RevisedF
  4556. SetupGL
  4557. Version 1.1: Adds windowed mode that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  4558. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  4559. SetupGL is a set of functions that can beips
  4560. objectcode
  4561. objectppc
  4562. objects
  4563. objectsupportlib
  4564. obsolete
  4565. obsolete
  4566. pre-asip
  4567. obsolete&unsupported
  4568. obtain
  4569. install
  4570. image
  4571. sample
  4572. image
  4573. tools
  4574. image
  4575. sample
  4576. parts
  4577. odf-interest
  4578. odf-interest
  4579. archive
  4580. odfdev
  4581. odflibrary
  4582. odflibrary
  4583. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  4584. http://www.apple.com/quicktime/developers
  4585. JmCheck the QuickTime 3 SDK
  4586. folder for more information
  4587. integrated with QuickTime.
  4588.  QuickTime VR is now fully K
  4589. Jul 97L
  4590. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  4591.  VR:PADev.CD Apr 00 SDK1
  4592.  - Development Kits
  4593.  - Mac OS
  4594.  - QuickTime
  4595.  VRdentification
  4596. image
  4597. imagewriter
  4598. imaging
  4599. inactive
  4600. eevent
  4601. apple
  4602. event
  4603. dcmda
  4604. managerd
  4605. manualsw
  4606. memory
  4607. menuh
  4608. missA
  4609. mixed
  4610. modulet
  4611. monitor
  4612. networkQ
  4613. networking
  4614. newsi
  4615. object-orientedY
  4616. objectsupportlib
  4617. transport
  4618. cache
  4619. delete
  4620. query
  4621. pbclock
  4622. pcmcia
  4623. performanceA
  4624. performance
  4625. hardware
  4626. powerpc
  4627. bandwidth
  4628. cache
  4629. rates
  4630. picker
  4631. platformQ
  4632. number
  4633. number
  4634. formatting
  4635. resedit
  4636. localization
  4637. object
  4638. object
  4639. disassembly
  4640. ultraslimfast
  4641. dumpobj
  4642. object-orientedY
  4643. objective-c
  4644. objects
  4645. objectsupportlib
  4646. macodbc
  4647. database
  4648. connectivity
  4649. drivers
  4650. network
  4651. middlewar
  4652. off-screen
  4653. opaque
  4654. choose
  4655. folder
  4656. navigation
  4657. services
  4658. transport
  4659. cache
  4660. delete
  4661. query
  4662. transport
  4663. resource
  4664. codewarrior
  4665. ethern
  4666. transport
  4667. debug
  4668. transport
  4669. kernel
  4670. strlog
  4671. debug
  4672. streams
  4673. transport
  4674. appletalk
  4675. rawmode
  4676. nbplookup
  4677. otlookup
  4678. transport
  4679. mapper
  4680. mapperref
  4681. transport
  4682. netstat
  4683. display
  4684. cache
  4685. logical
  4686. physic
  4687. transport
  4688. networking
  4689. appletalk
  4690. tcp/ip
  4691. notification
  4692. notifier
  4693. notify
  4694. notions
  4695. novell
  4696. novemberj
  4697. novice
  4698. nsa/commerce
  4699. library
  4700. plug-ins
  4701. network
  4702. administrator's
  4703. guide
  4704. second
  4705. edition
  4706. nsstring
  4707. nsthread
  4708. nubusQ
  4709. nubustester
  4710. nubustester
  4711. library
  4712. source
  4713. detect
  4714. early
  4715. macintosh
  4716. number
  4717. numbers
  4718. numerals
  4719. numerousp
  4720. nvram
  4721. nvramrc
  4722. objectQ
  4723. object-based
  4724. chooser
  4725. choosesh
  4726. choosing
  4727. christine
  4728. chromakey
  4729. chromakeying
  4730. chrpj
  4731. chunks
  4732. cicn's
  4733. cincludes
  4734. circumstances
  4735. claimj
  4736. claims
  4737. clariss
  4738. clarisworkss
  4739. clark
  4740. clashj
  4741. class
  4742. classesj
  4743. classicd
  4744. classroomR
  4745. clauseN
  4746. clauses
  4747. clean
  4748. cleaner
  4749. cleans
  4750. clear
  4751. clearly
  4752. click
  4753. click-dragging
  4754. clicked
  4755. clicking
  4756. clicksh
  4757. clicksound
  4758. client
  4759. client-server
  4760. o p   near you).
  4761. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  4762. Documentation:
  4763. Examples:
  4764. Extensions-AppleBuilt:
  4765. Extensions-MCWBuilt:
  4766. Interfaces:
  4767. Libraries:
  4768. Mac OS USB DDK License
  4769. Mac OS USB DDK Readme
  4770. USB Software Locator Kit:
  4771. Utilities:K
  4772. Apr 00L
  4773. Apr 00
  4774. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. The Mac OS 9.0 Software Update is preferred. This release of USB ships as part of Mac OS 9.0 Software Update.
  4775. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  4776. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  4777. NxUniversal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  4778. O8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  4779.  - What's New
  4780.  - Development Kits
  4781.  - Hardwarede:P
  4782. Dev.CD May 00 TC
  4783.  - Sample CodeV
  4784. 60440X
  4785. May 00^
  4786. #rent date 
  4787. we're
  4788. we've
  4789. weather
  4790. objects
  4791. documentation
  4792. web-site
  4793. webcolor
  4794. webobjects
  4795. webobjects
  4796. library
  4797. webobjects
  4798. webobjects
  4799. categories
  4800. posers
  4801. theresa
  4802. tensor
  4803. webobjects
  4804. developer's
  4805. guide
  4806. webobjects
  4807. memory
  4808. management
  4809. theresa
  4810. tensor
  4811. inform
  4812. webobjects
  4813. tools
  4814. techniques
  4815. theresa
  4816. tensor
  4817. well-designed
  4818. well-trod
  4819. wereo
  4820. what_
  4821. memory
  4822. correlate
  4823. correspondence
  4824. corresponding
  4825. corresponds
  4826. corrosponding
  4827. corrupted
  4828. corruption
  4829. cosmetic
  4830. costly
  4831. costsj
  4832. couldX
  4833. shows
  4834. society
  4835. softwareO
  4836. solaris
  4837. soled
  4838. solid
  4839. hows how to write a device loop that works u
  4840. driver
  4841. software
  4842. locator
  4843. useful
  4844. useful
  4845. addmenu
  4846. script
  4847. manual
  4848. user's
  4849. usersy
  4850. userstartup
  4851. userstartup
  4852. goodies
  4853. using
  4854. using
  4855. quicktime
  4856. conferencing
  4857. utilcode
  4858. utilities
  4859. utilities
  4860. utilities
  4861. utility
  4862. v1.5.2
  4863. v1.5.3
  4864. validator
  4865. validator
  4866. validator
  4867. documentation
  4868. validator
  4869. documentation
  4870. variable
  4871. variables
  4872. verifier
  4873. verifier
  4874. version
  4875. version
  4876. history
  4877. version
  4878. history
  4879. versionedit
  4880. filter
  4881. filterdirectory
  4882. filterdirectory
  4883. findchange
  4884. finderevents
  4885. finderevents
  4886. findhammerhead
  4887. findhammerhead
  4888. findlurkers
  4889. firstp
  4890. 1.4d5
  4891. attach
  4892. deWarrior 11 to compileN
  4893. RAM disk block device driverO
  4894. Dev.CD May 00 TC:Sample Code:P
  4895. Dev.CD May 00 TC
  4896.  - Sample CodeV
  4897. 60888X
  4898. May 00^
  4899. r--set theItem to choose file -- uncomment to test in an AS editor
  4900.     tell application "Finder"
  4901.         open item "Dev.CD May 00 TC:Sample Code:"
  4902.         activate
  4903.     end tell
  4904. on error errMsg number errNum
  4905.     --enter statements to perform when no records are found such as...
  4906.     display dialog "Sorry, the item you selected could not be found."
  4907.     return
  4908. end try
  4909. Movedf
  4910. RAM disk block device driverq
  4911. Dev.CD May 00 TC
  4912. sD!All Packages
  4913. Mac OS SDK Edition
  4914. RAVE Starter Samples
  4915. *There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  4916. Textures and RAVE callbacks are discussed
  4917. e    No Change
  4918. ut the Power Mac G4 
  4919. O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  4920.  - What's New
  4921.  - Tool Chest
  4922.  - MacAppange of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  4923. QuickDraw GX Objects
  4924. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  4925. w GX shape: the shape object, the style object, the ink object, and the transform object.
  4926. QuickDraw GX Printing
  4927. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  4928. QuickDraw GX Printing Extensions and Drivers
  4929. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  4930. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  4931. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  4932. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  4933. Features: AET 3B
  4934. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  4935. JUAETracker
  4936. AETracker Monitor
  4937. AETracker 
  4938.  Read
  4939. AETracker.h
  4940. Programmatic Interface - AETK
  4941. Mar 92L
  4942. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  4943. AE, Apple Events, AppleEventsORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:W
  4944. features
  4945. features
  4946. allows
  4947. reset
  4948. interrupt
  4949. keyboard
  4950. features
  4951. allows
  4952. users
  4953. chess
  4954. network
  4955. play dialog "Sorry, the item you selected could not be found."
  4956.     return
  4957. end try
  4958. e    No Changef
  4959. QuickDraw GX
  4960. GXGraphics 1.1.6re, such as 
  4961. apple
  4962. apple
  4963. event
  4964. macsbug
  4965. displays
  4966. apple
  4967. reporter
  4968. hypercard
  4969. stack
  4970. longer
  4971. apple
  4972. information
  4973. access
  4974. toolkit
  4975. object-orienb
  4976. appleshare
  4977. client
  4978. consists
  4979. routines
  4980. creat
  4981. cardbus
  4982. contains
  4983. folders
  4984. title
  4985. documentation
  4986. sampl
  4987. colorsync
  4988. plug-in
  4989. modules
  4990. provide
  4991. command
  4992. equivalent
  4993. macro
  4994. complete
  4995. colorsync
  4996. developers
  4997. include
  4998. contents
  4999. interest
  5000. anyone
  5001. invol
  5002. contents
  5003. enable
  5004. developers
  5005. create
  5006. enclosed
  5007. files
  5008. allow
  5009. build
  5010. driver
  5011. synchronization
  5012. control
  5013. panel
  5014. allows
  5015. 61563X
  5016. Mar 00^
  5017. --set theItem to choose file -- uncomment to test in an AS editor
  5018.     tell application "Finder"
  5019.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  7:"
  5020.         activate
  5021.     end tell
  5022. on error errMsg number errNum
  5023.     --enter statements to perform when no records are found such as...
  5024.     display dialog "Sorry, the item you selected could not be found."
  5025.     return
  5026. end try
  5027. Next CDq
  5028. Dev.CD Mar 00 RL
  5029. ED(All Packages
  5030. Reference Library Edition
  5031. develop Issue  8
  5032. managers
  5033. manuals
  5034. mapper
  5035. mapperref
  5036. storage
  5037. class
  5038. driver
  5039. match
  5040. matching
  5041. mdata
  5042. media
  5043. memhell
  5044. resedit
  5045. 2.1.1
  5046. disassembly
  5047. disassembler
  5048. viewer
  5049. edito
  5050. resources
  5051. ringQ
  5052. router
  5053. script
  5054. scriptable
  5055. scripting
  5056. NOTE: The Apple Guide SDK is intended for those developers wishing to develop for Mac OS 8.x and 9.x only. Apple will not port the underlying Apple Guide technology to Mac OS X. We encourage developers to transition to the new HTML based Apple Help wherever possible and minimize your reliance on Apple Guide technologies.
  5057. This folder contains updates to the Apple Guide SDK.
  5058. Apple Guide:  the 2.1.1 version of the Apple Guide system extension (Apple Guide is part of System 7.5. or greater a
  5059. nd will now work with System 7.0 and greater as well as OpenDoc)!
  5060. Apple Guide Debug:  an alternate 2.0.2 version of the Apple Guide system extension that allows you to debug guide files with the Guide Maker diagnose utility. This version is intended for use by authors using Guide Maker;  it provides no additional benefit for end users.
  5061. Apple Guide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  5062. contains
  5063. transport
  5064. software
  5065. development
  5066. contenti
  5067. contentsa
  5068. speed`
  5069. speed-critical
  5070. speeding
  5071. speeds
  5072. spellcheck
  5073. spellchecking
  5074. speller
  5075. spelling
  5076. spells
  5077. spellswell
  5078. spend
  5079. sphere
  5080. splash
  5081. splasher
  5082. split
  5083. sponsored
  5084. spooled
  5085. spooler
  5086. spoolers
  5087. spoolingg
  5088. sports
  5089. spots
  5090. spreadsheets
  5091. spreadsheetss
  5092. sprite
  5093. sprites
  5094. sprocket
  5095. sprocketinvaders
  5096. sprocketinvaders
  5097. featured
  5098. specfically
  5099. built
  5100. sprockets
  5101. storyj
  5102. stragegyj
  5103. strassmann
  5104. strategicj
  5105. strategies
  5106. zationb
  5107. Summary: This is the electronic version of develop magazine.
  5108.  Issue 4 highlights:
  5109. Writing a Device Driver in C++ (What? In C++?)  by Tim Enwall.   How to capitalize on the advantages of a higher level language and avoid some of the pitfalls you may encounter if you write a driver in C++, including a complete example of a device driver in C++.
  5110. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  5111.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  5112. y a window definition function that uses polymorphism.
  5113. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  5114. The Perils of PostScript
  5115. The Sequel  by Scott 
  5116.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  5117. Driving to Print:  An Apple IIGS Printer Drive
  5118. Descriptions of the operation of the major functions and the structures can be found in the SetupGL.h header file.
  5119. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  5120. Note: Some of the access paths will have to reset to point to the location of the OpenGL SG
  5121. DK on your local system.
  5122. Error Handler.c
  5123. Error Handler.h
  5124. Read Me
  5125. SetupDSp.c
  5126. SetupDSp.h
  5127. SetupGL Fullscreen Demo
  5128. SetupGL Main Windowed.c
  5129. SetupGL Main.c
  5130. SetupGL Windowed Demo
  5131. SetupGL.c
  5132. SetupGL.CW2.
  5133. SetupGL.CW5.
  5134. SetupGL.hK
  5135. Feb 00L
  5136. May 00MUPowerPC, System 8.1+, OpenGL SDK, DrawSprocket, and Universal Interfaces 3.3 or laterN%OpenGL, 3D, full screen, DrawSprocketO=Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:un Microsystems, Inc. recommended
  5137. QuickTime, Java, MRJp:
  5138. soundsprocket
  5139. space
  5140. spbrecord
  5141. specification
  5142. speech
  5143. speech
  5144. recognition
  5145. spell
  5146. spellswell
  5147. spinning
  5148. spinning
  5149. cursors
  5150. spooler
  5151. sprite
  5152. sprocket
  5153. sprockets
  5154. stack
  5155. stacks
  5156. standard
  5157. standard
  5158. standardfile
  5159. standards
  5160. standards
  5161. based
  5162. starmax
  5163. state
  5164. statements
  5165. status
  5166. storage
  5167. streaming
  5168. streams
  5169. stress
  5170. string
  5171. string
  5172. encoding
  5173. string
  5174. services
  5175. strings
  5176. strip
  5177. strlog
  5178. structure
  5179. structure
  5180. region
  5181. stuffit
  5182. style
  5183. style
  5184. guidew
  5185. stylechat
  5186. sub-menus
  5187. suite
  5188. summary
  5189. switch
  5190. switcher
  5191. switching
  5192. symantec
  5193. symbiotic
  5194. synchronization
  5195. synthesis
  5196. sc. Standards
  5197.  - BinHex 4.0V
  5198. 60230X
  5199. Mar 00^    RL Disk 1
  5200. e    No Change
  5201. All Packages
  5202. PPC EnablerO
  5203. Dev.CD Jul 95P
  5204. Dev.CD Jul 9V
  5205. 61904X
  5206. Jul 95
  5207. b--set theItem to choose file -- uncomment to test in an AS editor
  5208.     tell application "Finder"
  5209.         open item "Dev.CD Jul 95"
  5210.         activate
  5211.     end tell
  5212. on error errMsg number errNum
  5213.     --enter statements to perform when no records are found such as...
  5214.     display dialog "Sorry, the item you selected could not be found."
  5215.     return
  5216. end try
  5217. D!All Packages
  5218. Tool Chest Edition
  5219. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  5220. General tools.imgK
  5221. Feb 94N
  5222. testing, debugging, printersO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  5223.  - Tool Chest
  5224.  - Testing & Debugging
  5225.  - General toolsV
  5226. 61905X
  5227. May 00^
  5228. #iles in TIFFK
  5229. Apr 98M
  5230. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  5231. properly
  5232. properties
  5233. property
  5234. propertylist
  5235. proportional
  5236. propositinj
  5237. proprietary
  5238. prospective
  5239. protect
  5240. protected
  5241. proto
  5242. protocol
  5243. protocol's
  5244. protocols
  5245. prototyping
  5246. prove
  5247. proverbial
  5248. proves
  5249. provideZ
  5250. 1.3.4
  5251. 1.3.6
  5252. 1.3a6
  5253. 1.3b5
  5254. 1.4.1f4
  5255. 1.4.2_
  5256. 1.4.9
  5257. 1.4d5
  5258. ds are found such as...
  5259.     display dialog "Sorry, the item you selected could not be found."
  5260.     return
  5261. end try
  5262. All Packages
  5263. Chinese Language Kit UpdaterV
  5264. 57761X
  5265. mented
  5266. segmenting
  5267. segments
  5268. seldom
  5269. select
  5270. selected
  5271. selectingZ
  5272. selection
  5273. selector
  5274. selectors
  5275. selectsh
  5276. self-maintaining
  5277. self-moderating
  5278. self-mounting
  5279. self-pacedR
  5280. selfsend
  5281. sellj
  5282. selling
  5283. semantics
  5284. semchishen
  5285. send]
  5286. sendappleeventn
  5287. sender
  5288. sendfinderopen
  5289. sendingn
  5290. sends
  5291. senior
  5292. sense
  5293. sensitive
  5294. senta
  5295. sentence
  5296. sentencesb
  5297. sentense
  5298. separate
  5299. separatelyb
  5300. separations
  5301. septemberj
  5302. sequel
  5303. May 96M
  5304. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  5305.  - Sample Code
  5306.  - PartMaker 4.3 Runtime Enabler.
  5307. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  5308. NOTE:  This versiC
  5309. on is incompatible with:
  5310.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  5311.  Jasik's The Debugger, versions built prior to March 3, 1997
  5312. JQ CFM-68K Runtime Enabler
  5313. CFM-68K 4.0
  5314. CFM-68K Read Me
  5315. Interfaces:
  5316. ObjectSupportLibK
  5317. Jan 96L
  5318. May 97M
  5319. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:v.CD Jul 93
  5320. Dev.CD Apr 9V
  5321. 54592X
  5322. Oct 93
  5323. Vol IIIL
  5324. Vol VIIOIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD May 00 TC
  5325.  - Tool Chest
  5326.  - Development Kits
  5327.  - MPW Related
  5328.  - DTS MPW GoodiesV
  5329. 61593X
  5330. May 00^
  5331. --set theItem to choose file -- uncomment to test in an AS editor
  5332.     tell application "Finder"
  5333.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  5334.         activate
  5335.     end tell
  5336. on error errMsg number errNum
  5337.     --enter statements to perform when no records are found such as...
  5338.     display dialog "Sorry, the item you selected could not be found."
  5339.     return
  5340. end try
  5341. e    No Changeq
  5342. Dev.CD May 00 TC
  5343. cD!All Packages
  5344. Tool Chest Edition
  5345. DTS QT Utilities.Aug-95I
  5346. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J
  5347. Sample Code.imgK
  5348. Jun 95L
  5349. Nov 95O
  5350. Dev.CD May 00 TC:Sample Code:P
  5351. Dev.CD May 00 TC
  5352.  - Sample CodeV
  5353. 61594X
  5354. May 00^
  5355. b--set theItem to choose file -- uncomment to test in an AS editor
  5356.     tell application "Finder"
  5357.         open item "Dev.CD Apr 95"
  5358.         activate
  5359.     end tell
  5360. on error errMsg number errNum
  5361.     --enter statements to perform when no records are found such as...
  5362.     display dialog "Sorry, the item you selected could not be found."
  5363.     return
  5364. end try
  5365. mag'n
  5366. magic
  5367. magic
  5368. magic
  5369. utility
  5370. magican
  5371. magician
  5372. mailm
  5373. suite
  5374. suite
  5375. dictionary
  5376. mailfoo
  5377. mailsuite
  5378. mailsuite
  5379. makefile
  5380. makefilealias
  5381. makefilehelp
  5382. makefiles
  5383. makemake
  5384. makemake
  5385. manual
  5386. makeout
  5387. makethefolder
  5388. making
  5389. making
  5390. malph
  5391. malph
  5392. management
  5393. Dev.CD Vol. VII
  5394. Dev CD Vol. VI"
  5395.         activate
  5396.     end tell
  5397. on error errMsg number errNum
  5398.     --enter statements to perform when no records are found such as...
  5399.     display dialog "Sorry, the item you selected could not be fB
  5400. ound."
  5401.     return
  5402. end try
  5403. D!All Packages
  5404. Tool Chest Edition
  5405. All Packages
  5406. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.J
  5407. EIA Mini-Conference Report
  5408. How to Obtain a Standards
  5409. MM Standards Rep-ISO HyTime
  5410. MM Standards Rep-ISO/CCITT
  5411. MM Standards Rep-MM Objects
  5412. SGML Products
  5413. The SGML SIGHYPER (HYTIME)K
  5414. Mar 92M
  5415. Adobe Acrobat Reader.OUDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Mar 00 RL Disk 1
  5416.  - Technical Documentation
  5417.  - Misc. Standards
  5418.  - Multimedia StandardsV
  5419. 61773X
  5420. Mar 00^    RL Disk 1
  5421. --set theItem to choose file -- uncomment to test in an AS editor
  5422.     tell application "Finder"
  5423.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  5424.         activate
  5425.     end tell
  5426. on error errMsg number errNum
  5427.     --enter statements to perform when no records are found such as...
  5428.     display dialog "Sorry, the item you selected could not be found."
  5429.     return
  5430. end try
  5431. e    No Change
  5432. file and you'll have the TMTask record defined, a macro TMQ to see the time manager queue item by item, and a dcmd TM that will list all the currently installed time manager tasks.
  5433. Sample Code.imgK
  5434. Nov 94L
  5435. May 96O
  5436. Dev.CD May 00 TC:Sample Code:P
  5437. Dev.CD May 00 TC
  5438.  - Sample Codes
  5439. introspection
  5440. movie
  5441. program
  5442. shows
  5443. usage
  5444. graphicsimporter
  5445. program
  5446. shows
  5447. usage
  5448. graphicsimporterdra
  5449. program
  5450. shows
  5451. usage
  5452. qtimagedrawer
  5453. shows
  5454. quicktime
  5455. effects
  5456. architectur
  5457. developer
  5458. describes
  5459. macintosh
  5460. powerbook
  5461. 2400c
  5462. developer
  5463. provides
  5464. technical
  5465. information
  5466. about
  5467. development
  5468. information
  5469. archive
  5470. contains
  5471. hundreds
  5472. samples
  5473. image
  5474. contains
  5475. debug
  5476. version
  5477. 2.5.2
  5478. which
  5479. f using 
  5480. --set theItem to choose file -- uncomment to test in an AS editor
  5481.     tell application "Finder"
  5482.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  5483.         activate
  5484.     end tell
  5485. on error errMsg number errNum
  5486.     --enter statements to perform when no records are found such as...
  5487.     display dialog "Sorry, the item you selected could not be found."
  5488.     return
  5489. end try
  5490. formance, more flexibility, and international compatibility. What more do you want?
  5491. Makin
  5492. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  5493. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  5494. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  5495. kzoomlarger
  5496. label
  5497. labels
  5498. labels-like
  5499. labor
  5500. lands
  5501. languages
  5502. language-neutral
  5503. languagess
  5504. largeb
  5505. large
  5506. collection
  5507. tools
  5508. scripts
  5509. libraries
  5510. examples
  5511. larger
  5512. facto
  5513. factory-default
  5514. factory-fresh
  5515. fasterj
  5516. fastest
  5517. fatbits
  5518. fault
  5519. favorite
  5520. favourite
  5521. fcode
  5522. fcompressimage
  5523. featureY
  5524. feature-rich
  5525. featured
  5526. featuresA
  5527. Apr 99M
  5528. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  5529.  - Interactive Media Resourcesr errNum
  5530.     --enter statements to perform when no records are found such as...
  5531.     display dialog "Sorry, the item you selected could not be found."
  5532.     return
  5533. end try
  5534.    display dialog "Sorry, the item you selected could not be found."
  5535.     return
  5536. end try
  5537. OD!All Packages
  5538. Tool Chest Edition
  5539. Arabic Language Kit v1.0.1
  5540. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  5541.  and other computers using the Mac
  5542.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  5543. JDInstall 1, English
  5544. Install 1, Fran
  5545. Install 2
  5546. Install 3
  5547. Install 4K
  5548. May 96L
  5549. Aug 96nge
  5550. --set theItem to choose file -- uncomment to test in an AS editor
  5551.     tell application "Finder"
  5552.         open item "Dev.CD Apr 94
  5553. Dev.CD Jan 94
  5554. Dev.CD Oct 93
  5555. Dev.CD Jul 93
  5556. Dev.CD Apr 93"
  5557.         activate
  5558.     end tell
  5559. on error errMsg number errNum
  5560.     --enter statements to perform when no records are found such as...
  5561.     display dialog "Sorry, the item you selected could not be found."
  5562.     return
  5563. end try
  5564. nsstring
  5565. nsthread
  5566. nubusQ
  5567. nubustester
  5568. nubustester
  5569. library
  5570. source
  5571. detect
  5572. early
  5573. macintosh
  5574. number
  5575. numbers
  5576. numerals
  5577. numerousp
  5578. nvram
  5579. nvramrc
  5580. objectQ
  5581. object-based
  5582. walltowalldialog
  5583. walltowalldialog
  5584. walltowalldialog
  5585. waste
  5586. waste
  5587. 1.3a6
  5588. waste
  5589. headers
  5590. waste
  5591. waste
  5592. classic
  5593. waste
  5594. documentation
  5595. waste
  5596. pascal
  5597. interfaces
  5598. wastelib
  5599. registration
  5600. animation
  5601. guide
  5602. webobjects
  5603. webobjects
  5604. database
  5605. webobjects
  5606. database
  5607. webobjects
  5608. webobjects
  5609. memory
  5610. webobjects
  5611. tools
  5612. techniques
  5613. webobjects36
  5614. webobjects36
  5615. 1.2.1Q
  5616. 1.2.3
  5617. 1.3.4
  5618. 1.3b5
  5619. 1.4.1f4
  5620. 1.4.2_
  5621. 1.4.9
  5622. 1.4d5
  5623. ion from your driver, greatly easing your debugging woes.
  5624. Graphics Hints From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  5625. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  5626. J(develop Issue  9:
  5627. develop Issue  9 code:K
  5628. Vol IIIL
  5629. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Mar 00 RL
  5630.  - Technical Documentation
  5631.  - develop
  5632.  - develop Issue  9Jul 93"
  5633.         activate
  5634.     end tell
  5635. on error errMsg number errNum
  5636.     --enter statements to perform when no records are found such as...
  5637.     display dialog "Sorry, the item you selected could not be found."
  5638.     return
  5639. end try
  5640. All Packages
  5641. F    QuickTimeO
  5642. Dev.CD Oct 93
  5643. Dev.CD Jul 93P
  5644. Dev.CD Oct 93
  5645. Dev.CD Jul 9V
  5646. 60837X
  5647. Oct 93
  5648. --set theItem to choose file -- uncomment to test in an AS editor
  5649.     tell application "Finder"
  5650.         open item "Dev.CD Apr 94
  5651. Dev.CD Jan 94
  5652. Dev.CD Oct 93
  5653. Dev.CD Jul 93"
  5654.         activate
  5655.     end tell
  5656. on error errMsg number errNum
  5657.     --enter statements to perform when no records are found such as...
  5658.     display dialog "Sorry, the item you selected could not be found."
  5659.     return
  5660. end try
  5661. nd try
  5662. e    No Changeq
  5663. Dev.CD May 00 TC
  5664. D!All Packages
  5665. Tool Chest Edition
  5666. Show Movie
  5667. issue
  5668. develop
  5669. issue
  5670. develop
  5671. issue
  5672. develop
  5673. issue
  5674. develop
  5675. issue
  5676. develop
  5677. issue
  5678. develop
  5679. issue
  5680. develop
  5681. issue
  5682. develop
  5683. issue
  5684. develop
  5685. issue
  5686. developeru
  5687. developmentm
  5688. diagrams
  5689. digital
  5690. digital
  5691. asset
  5692. management
  5693. digital
  5694. storyboard
  5695. directionsj
  5696. disku
  5697. All Packages
  5698. F    QuickTimeO
  5699. Dev.CD Jan 94
  5700. Dev.CD Oct 93P
  5701. Dev.CD Jan 94
  5702. Dev.CD Oct 9V
  5703. 62051X
  5704. Jan 94
  5705. p--set theItem to choose file -- uncomment to test in an AS editor
  5706.     tell application "Finder"
  5707.         open item "Dev.CD Jan 94
  5708. Dev.CD Oct 93"
  5709.         activate
  5710.     end tell
  5711. on error errMsg number errNum
  5712.     --enter statements to perform when no records are found such as...
  5713.     display dialog "Sorry, the item you selected could not be found."
  5714.     return
  5715. end try
  5716. All Packages
  5717. F    QuickTimeO
  5718. Dev.CD Jan 94
  5719. Dev.CD Oct 93P
  5720. Dev.CD Jan 94
  5721. Dev.CD Oct 9V
  5722. 62052X
  5723. Jan 94
  5724. p--set theItem to choose file -- uncomment to test in an AS editor
  5725.     tell application "Finder"
  5726.         open item "Dev.CD Jan 94
  5727. Dev.CD Oct 93"
  5728.         activate
  5729.     end tell
  5730. on error errMsg number errNum
  5731.     --enter statements to perform when no records are found such as...
  5732.     display dialog "Sorry, the item you selected could not be found."
  5733.     return
  5734. end try
  5735. All Packages
  5736. MacTCP 1.1, System 7, Mac+O;Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PFDev.CD May 00 TC
  5737.  - Tool Chest
  5738.  - Networking
  5739.  - MacTCP
  5740.  - MacTCP+ ToolV
  5741. 61740X
  5742. May 00^
  5743. --set theItem to choose file -- uncomment to test in an AS editor
  5744.     tell application "Finder"
  5745.         open item "Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  5746.         activate
  5747.     end tell
  5748. on error errMsg number errNum
  5749.     --enter statements to perform when no records are found such as...
  5750.     display dialog "Sorry, the item you selected could not be found."
  5751.     return
  5752. end try
  5753. e    No Changeq
  5754. Dev.CD May 00 TC
  5755. All Packages
  5756. Mail Suite 1.0
  5757. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  5758. Nov 96V
  5759. 61741X
  5760. 1e    No Change
  5761. .CD Apr 98 SDK2
  5762. 61431X
  5763. Apr 00^
  5764. --set theItem to choose file -- uncomment to test in an AS editor
  5765.     tell application "Finder"
  5766.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  5767.         activate
  5768.     end tell
  5769. on error errMsg number errNum
  5770.     --enter statements to perform when no records are found such as...
  5771.     display dialog "Sorry, the item you selected could not be found."
  5772.     return
  5773. end try
  5774. e    No Changef0AppleScript
  5775. scripting
  5776. Apple Event,Folder Actionsq
  5777. Dev.CD Apr 00 SDK1
  5778. AD!All Packages
  5779. Mac OS SDK Edition
  5780. AppleSearch
  5781. TSummary:  This folder contains:
  5782.  current release of the AppleSearch Client software for Macintosh (v1.5),
  5783.  prerelease version of the AppleSearch Client software for Windows,
  5784.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  5785.  prerelease version of the AppleSearch Client API for Windows, and
  5786.  updated documentation.
  5787. J/AppleSearch - Read Me First
  5788. Macintosh:
  5789. Windows:K
  5790. Feb 94L
  5791. Nov 94nge
  5792. midiconverter
  5793. midiconverter
  5794. readme
  5795. midiconverter
  5796. readme
  5797. midiglue
  5798. mini-conference
  5799. minimaldeclrom
  5800. minimaldeclrom
  5801. standards
  5802. rep-iso
  5803. hytime
  5804. standards
  5805. rep-iso/ccitt
  5806. standards
  5807. rep-mm
  5808. objects
  5809. modulet
  5810. monitor`
  5811. atsui
  5812. moreinterfacelib
  5813. moresetup
  5814. moresetup
  5815. moretextutils
  5816. moretoolbox
  5817. mountprojector
  5818. mountserver
  5819. mousoid
  5820. mousoid
  5821. movie
  5822. movie
  5823. moviefile
  5824. moviefile
  5825. moviefile
  5826. moviefile
  5827. movieshop
  5828. moving
  5829. moving
  5830. source
  5831. powerpc
  5832. mpdelayuntiltest
  5833. mpdelayuntiltest
  5834. mpdelayuntiltest
  5835. mphelloworld
  5836. mphelloworld
  5837. pascal
  5838. mping
  5839. mpintertasktime
  5840. mpintertasktime
  5841. mpintertasktime
  5842. mpperiodicaltest
  5843. mpperiodicaltest
  5844. mpperiodicaltest
  5845. mueller
  5846. multi-homing
  5847. multi-interface
  5848. multi-platform
  5849. multi-styled
  5850. multibuffering
  5851. multifinder
  5852. multihoming
  5853. multilingual
  5854. multimediaj
  5855. multipage
  5856. multipane
  5857. multiplay
  5858. multipled
  5859. mystery
  5860. naked
  5861. nameb
  5862. named
  5863. names
  5864. nasty
  5865. natick
  5866. nationalv
  5867. native
  5868. natural
  5869. navigateZ
  5870. navigates
  5871. navigationi
  5872. nearest
  5873. nearly
  5874. necessaryq
  5875. needo
  5876. makeN
  5877. akemake
  5878. makerp
  5879. makes
  5880. makethefolder
  5881. making`
  5882. mamake
  5883. manage
  5884. management
  5885. managerN
  5886. JkAbout ScriptX
  5887. Code Samples:
  5888. Documentation:
  5889. readme_1.5.1.txt
  5890. ScriptX Platforms:
  5891. ScriptX Post 1.5 DifferencesK
  5892. Apr 96L
  5893. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  5894.  - Development Kits (Disc 2)
  5895.  - ScriptX
  5896. businessj
  5897. businesses
  5898. butcdef
  5899. butler
  5900. buttin
  5901. button
  5902. buttons
  5903. sample
  5904. demonstrating
  5905. certain
  5906. kinds
  5907. sample
  5908. illustrating
  5909. scrolling
  5910. controls
  5911. sample
  5912. showing
  5913. asynchronously
  5914. record
  5915. sound
  5916. sample
  5917. accompany
  5918. chapter
  5919. introduction
  5920. sample
  5921. demonstrate
  5922. append
  5923. sample
  5924. illustrating
  5925. techniques
  5926. sample
  5927. program
  5928. demonstrating
  5929. write
  5930. sample
  5931. program
  5932. demonstrate
  5933. direct
  5934. access
  5935. ether
  5936. samplefilter
  5937. samplerateavail
  5938. LockVol remains the copyright of dEVoN Hubbard.
  5939. General tools.imgK
  5940. Jul 92L
  5941. Jun 95M
  5942. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:eeded ASAP.
  5943. Thanks for your feedback.
  5944. Regards,
  5945. Ricardo G
  5946. a, MRJ
  5947. management
  5948. manager
  5949. preview
  5950. sharing
  5951. signing
  5952. system
  5953. system
  5954. manager
  5955. filename
  5956. files
  5957. filetool
  5958. filter
  5959. content
  5960. finder
  5961. finder
  5962. appleevents
  5963. finderevents
  5964. events
  5965. finder
  5966. strings
  5967. finder
  5968. label
  5969. finder
  5970. windows
  5971. finderevents
  5972. firewire
  5973. firmware
  5974. folder
  5975. encoding
  5976. management
  5977. manager
  5978. ilter
  5979. helper
  5980. getversion
  5981. global
  5982. glossaries
  5983. graphics
  5984. grayrgn
  5985. guest
  5986. guidep
  5987. fonts
  5988. typography
  5989. gxgraphics
  5990. gxgraphics
  5991. 1.1.6
  5992. halftone
  5993. handles
  5994. handwriting
  5995. hardware
  5996. hardware
  5997. developer
  5998. documentation
  5999. applicationA
  6000. application's[
  6001. application/system
  6002.  diagramsK
  6003. Oct 92nge
  6004.  Snippet to illustrate how to use CopyB
  6005. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  6006. QuickDraw GX Progammer's Overview
  6007. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  6008. nd then moves on to illustrate these features using practical programming examples.
  6009. QuickDraw GX Environment & Utilities
  6010. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  6011. QuickDraw GX Graphics
  6012. This book shows  
  6013. All Packages
  6014. PowerTalk (PPC)O
  6015. Dev.CD Oct 94P
  6016. Dev.CD Oct 9V
  6017. 61883X
  6018. Oct 94
  6019. b--set theItem to choose file -- uncomment to test in an AS editor
  6020.     tell application "Finder"
  6021.         open item "Dev.CD Oct 94"
  6022.         activate
  6023.     end tell
  6024. on error errMsg number errNum
  6025.     --enter statements to perform when no records are found such as...
  6026.     display dialog "Sorry, the item you selected could not be found."
  6027.     return
  6028. end try
  6029. All Packages
  6030. PowerTalk (PPC)O
  6031. Dev.CD Oct 94P
  6032. Dev.CD Oct 9V
  6033. 61884X
  6034. Oct 94
  6035. b--set theItem to choose file -- uncomment to test in an AS editor
  6036.     tell application "Finder"
  6037.         open item "Dev.CD Oct 94"
  6038.         activate
  6039.     end tell
  6040. on error errMsg number errNum
  6041.     --enter statements to perform when no records are found such as...
  6042.     display dialog "Sorry, the item you selected could not be found."
  6043.     return
  6044. end try
  6045. All Packages
  6046. PowerTalk (PPC)O
  6047. Dev.CD Oct 94P
  6048. Dev.CD Oct 9V
  6049. 61885X
  6050. Oct 94
  6051. FD!All Packages
  6052. Tool Chest Edition
  6053. AppleTalk and PPP
  6054. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  6055. Issues:Specifications only
  6056.  tell
  6057. on error errMsg number errNum
  6058.     --enter statements to perform when no records are found such as...
  6059.     display dialog "Sorry, the item you selected could not be found."
  6060.     return
  6061. end try
  6062. All Packages
  6063. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  6064. Dev.CD Jan 94
  6065. Dev.CD Oct 93P(Dev.CD Apr 94
  6066. Dev.CD Jan 94
  6067. Dev.CD Oct 9V
  6068. 61232X
  6069. Apr 94
  6070. Library Edition
  6071. PowerPC Documentation
  6072.     ts to perform when no records are found such as...
  6073.     display dialog "Sorry, the item you selected could not be found."
  6074.     return
  6075. end try
  6076. All Packages
  6077. 56189X
  6078.  in conjunck card in conjunc
  6079. --set theItem to choose file -- uncomment to test in an AS editor
  6080.     tell application "Finder"
  6081.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  6082.         activate
  6083.     end tell
  6084. on error errMsg number errNum
  6085.     --enter statements to perform when no records are found such as...
  6086.     display dialog "Sorry, the item you selected could not be found."
  6087.     return
  6088. end try
  6089.  bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  6090. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  6091. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  6092. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  6093. e    No Changef!ISO 9660
  6094. CD-ROM
  6095. device driver i/oq
  6096. Dev.CD May 00 TC
  6097. D!All Packages
  6098. Tool Chest Edition
  6099. nably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.J
  6100. Sample Code.imgK
  6101. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  6102. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  6103. Dev.CD May 00 TC:Sample Code:P
  6104. Dev.CD May 00 TC
  6105.  - Sample CodeV
  6106. 61671X
  6107. May 00^
  6108. r--set theItem to choose file -- uncomment to test in an AS editor
  6109.     tell application "Finder"
  6110.         open item "Dev.CD May 00 TC:Sample Code:"
  6111.         activate
  6112.     end tell
  6113. on error errMsg number errNum
  6114.     --enter statements to perform when no records are found such as...
  6115.     display dialog "Sorry, the item you selected could not be found."
  6116.     return
  6117. end try
  6118. e    No Changef-InputSprocket
  6119. Needs
  6120. Elements
  6121. buttonsq
  6122. Dev.CD May 00 TC
  6123. ev.CD May 00 TC
  6124. 62111X
  6125. Apr 98^
  6126. --set theItem to choose file -- uncomment to test in an AS editor
  6127.     tell application "Finder"
  6128.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  6129.         activate
  6130.     end tell
  6131. on error errMsg number errNum
  6132.     --enter statements to perform when no records are found such as...
  6133.     display dialog "Sorry, the item you selected could not be found."
  6134.     return
  6135. end try
  6136. DeletedfJQuickTime
  6137. QuickTime Conferencing
  6138. video conferencing
  6139. Apple Media Conferenceq
  6140. Dev.CD Apr 98 SDK2
  6141. iD!All Packages
  6142. Mac OS SDK Edition
  6143. QuickTime
  6144.  IC SDK 1.01
  6145.     soundsprock
  6146. sprockets
  6147. games
  6148. drawsprocket
  6149. inputsprocket
  6150. netsprocket
  6151. sound
  6152. stack
  6153. stacks
  6154. standard
  6155. standardfile
  6156. standards
  6157. starmax
  6158. state
  6159. statements
  6160. status
  6161. storage
  6162. streaming
  6163. streams
  6164. stress
  6165. string
  6166. All Packages
  6167. System 7 Tune-UpV
  6168. 58510X
  6169. )D!All Packages
  6170. Tool Chest Edition
  6171. UnmountIt 1.2
  6172. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  6173. All Metrowerks Pascal source code included.
  6174. quickdraw3d
  6175. quickdraw3d
  6176. quicktake
  6177. quicktake
  6178. digital
  6179. camera
  6180. quicktake
  6181. windows
  6182. quicktime
  6183. givesf
  6184. giving
  6185. glance
  6186. globalj
  6187. global-aware
  6188. globally
  6189. globals
  6190. glossariess
  6191. glossaryw
  6192. gluen
  6193. glyphse
  6194. goals
  6195. goesN
  6196. going
  6197. golden
  6198. gonzalez
  6199. gonzalez3
  6200. goodN
  6201. We -- uncomment to test in an AS editor
  6202.     tell application "Finder"
  6203.         open item "Dev.CD Jan 96 SDK1
  6204. Dev.CD Jul 95"
  6205.         activate
  6206.     end tell
  6207. on error errMsg number errNum
  6208.     --enter statements to perform when no records are found such as...
  6209.     display dialog "Sorry, the item you selected could not be found."
  6210.     return
  6211. end try
  6212. All Packages
  6213. QuickDraw GXO
  6214. Dev.CD Jan 96 SDK1P
  6215. Dev.CD Jan 96 SDKV
  6216. 59468X
  6217. llama
  6218. load/dump
  6219. loaded
  6220. loading
  6221. local
  6222. locale
  6223. locale-insensitive
  6224. locale-sensitive
  6225. locales
  6226. localizable
  6227. localizations
  6228. localizey
  6229. localizeds
  6230. localizersy
  6231. localizing
  6232. localtalkB
  6233. locatex
  6234. located
  6235. locating
  6236. locationt
  6237. locations
  6238. locator
  6239. lock/unlock
  6240. locked
  6241. lockfile
  6242. locking
  6243. lockvol
  6244. logged
  6245. loggingY
  6246. logicz
  6247. logical
  6248. login
  6249. logins
  6250. be cool? You shou
  6251. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  6252. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  6253.  Zimmerman's PACKman pascal sample
  6254. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  6255.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  6256. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  6257. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  6258. 61552X
  6259. Mar 00^    RL Disk 1
  6260. --set theItem to choose file -- uncomment to test in an AS editor
  6261.     tell application "Finder"
  6262.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  6263.         activate
  6264.     end tell
  6265. on error errMsg number errNum
  6266.     --enter statements to perform when no records are found such as...
  6267.     display dialog "Sorry, the item you selected could not be found."
  6268.     return
  6269. end try
  6270. e    No Changeq
  6271. Dev.CD Mar 00 RL Disk 1
  6272. All Packages
  6273. develop Issue 24
  6274. 61553X
  6275. tafile.h
  6276. ThreeDMetafile.r
  6277. pengl
  6278. drawsprocket
  6279. opengl
  6280. install
  6281. opp's
  6282. optimization
  6283. optimization
  6284. demos
  6285. option
  6286. papserversample
  6287. performance
  6288. photoshop
  6289. player
  6290. plugins
  6291. postscript
  6292. powerbook
  6293. primer
  6294. macappX
  6295. macapp
  6296. framework
  6297. object-oriented
  6298. macapp
  6299. framework
  6300. object-oriented
  6301. standard
  6302. library
  6303. carbonli
  6304. macapp
  6305. framework
  6306. object-oriented
  6307. classes
  6308. editor
  6309. resouY
  6310. maccheck
  6311. machine
  6312. macintalk
  6313. macintoshQ
  6314. macintosh
  6315. powerbook
  6316. series
  6317. developers
  6318. powerpc
  6319. backside
  6320. macodbc
  6321. macosxserver
  6322. macosxserver
  6323. appkit
  6324. foundation
  6325. project
  6326. builder
  6327. interface
  6328. macsbuga
  6329. macsbug
  6330. appleevent
  6331. apple
  6332. event
  6333. dcmda
  6334. macsbug
  6335. debugger
  6336. debugging
  6337. assembly
  6338. mactcp
  6339. mactcp
  6340. communications
  6341. toolbox
  6342. serial
  6343. ports
  6344. audio
  6345. mactcp
  6346. development
  6347. transport
  6348. zaptcp
  6349. mactcp
  6350. tcp/ip
  6351. suite
  6352. apple
  6353. events
  6354. applescript
  6355. email
  6356. management
  6357. ed in the long run since more programmers have the knowledge required to work on these applications and frameworks
  6358. @s you spy on QuickDraw GX printing.
  6359. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  6360.  or even if you don
  6361. History of the Dogcow: Part 1  by Mark (
  6362. The Red
  6363. ) Harlan.   Here it is for the first time 
  6364.  the real story, from someone who was there. 
  6365. JEdevelop Issue 17:
  6366. develop Issue 17 code:
  6367. develop Issue 17 references:K
  6368. Vol IIIL
  6369. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Mar 00 RL
  6370.  - Technical Documentation
  6371.  - develop
  6372.  - develop Issue 17tfolders
  6373. projectmenu
  6374. projects
  6375. projectxplugin68k
  6376. projectxplugin68knfp
  6377. projectxpluginppc
  6378. projlistmenu
  6379. protocol
  6380. protos
  6381. prototyping
  6382. prototyping
  6383. toolkit
  6384. pubsw
  6385. survival
  6386. environment
  6387. utilities
  6388. graphics
  6389. objects
  6390. printing
  6391. printing
  6392. drvrs
  6393. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  6394. Features:
  6395.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  6396.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  6397.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  6398. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  6399.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  6400. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  6401. OO9Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD May 00 TC
  6402.  - Language Kits
  6403.  - Arabic Language Kit 1.0.1V
  6404. 61446X
  6405. May 00^
  6406. --set theItem to choose file -- uncomment to test in an AS editor
  6407.     tell application "Finder"
  6408.         open item "Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  6409.         activate
  6410.     end tell
  6411. on error errMsg number errNum
  6412.     --enter statements to perform when no records are found such as...
  6413.     display dialog "Sorry, the item you selected could not be found."
  6414.     return
  6415. end try
  6416. e    No Changeq
  6417. Dev.CD May 00 TC
  6418. All Packages
  6419. F    ARPSample
  6420. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  6421. Jun 98V
  6422. 61447X
  6423. 1e    No Change
  6424. der AppleEvent.
  6425. Simple HLE:  Here is a simple High Level Event sample. It posts two events, then uses a filter to accept the second one. Using AppleEvents is a much better solution than using High Level Events, however...
  6426. SmallDaemon:  This is a minimal faceless background application (FBA) for System 7. Versions are provided in MPW C and MPW Pascal.
  6427. SuspendAppleEvent:  A simple example of suspending and resuming an AppleEvent.
  6428. TEXTtotypeIntlCoercion:  A coercion routine that seamlesslEZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  6429. Sample Code.imgK
  6430. Feb 92L
  6431. May 97O
  6432. Dev.CD May 00 TC:Sample Code:P
  6433. Dev.CD May 00 TC
  6434.  - Sample Code
  6435. --set theItem to choose file -- uncomment to test in an AS editor
  6436.     tell application "Finder"
  6437.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:"
  6438.         activate
  6439.     end tell
  6440. on error errMsg number errNum
  6441.     --enter statements to perform when no records are found such as...
  6442.     display dialog "Sorry, the item you selected could not be found."
  6443.     return
  6444. end try
  6445. ops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  6446. h a pointer that was never passed to InitPort or OpenPort.
  6447. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  6448. General tools.imgK
  6449. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  6450.  - Tool Chest
  6451.  - Testing & Debugging
  6452.  - General toolsparrt
  6453. parse
  6454. --set theItem to choose file -- uncomment to test in an AS editor
  6455.     tell application "Finder"
  6456.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPIntertaskTime:"
  6457.         activate
  6458.     end tell
  6459. on error errMsg number errNum
  6460.     --enter statements to perform when no records are found such as...
  6461.     display dialog "Sorry, the item you selected could not be found."
  6462.     return
  6463. end try
  6464.    return
  6465. end try
  6466. All Packages
  6467. QuickDraw GXO
  6468. Dev.CD Aug 96 TCP
  6469. Dev.CD Aug 96 TV
  6470. 59529X
  6471. Aug 96
  6472. e--set theItem to choose file -- uncomment to test in an AS editor
  6473.     tell application "Finder"
  6474.         open item "Dev.CD Aug 96 TC"
  6475.         activate
  6476.     end tell
  6477. on error errMsg number errNum
  6478.     --enter statements to perform when no records are found such as...
  6479.     display dialog "Sorry, the item you selected could not be found."
  6480.     return
  6481. end try
  6482. All Packages
  6483. QuickDraw GXO
  6484. Dev.CD Aug 96 TCP
  6485. Dev.CD Aug 96 TV
  6486. 59530X
  6487. D!All Packages
  6488. Tool Chest Edition
  6489. ImportExportI
  6490. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  6491. Sample Code.imgK
  6492. Feb 00
  6493. - Common
  6494.     - Sun Compliant Java Runtime Environment 1.1
  6495.     - QuickTime 3 
  6496.     - QTJava.zip
  6497.     - QTJava media samples
  6498. - Mac OS:
  6499.     - System 8 or later
  6500.     - Macintosh Runtime for Java (MRJ) 2.1
  6501. - Windows 95, 98, or NT::
  6502.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6503. K 2.2o
  6504. http://developer.apple.com/sdkq
  6505. Dev.CD May 00 TC
  6506. D.All Packages
  6507. Tool Chest Edition
  6508. New & RevisedF
  6509. MRJ 2.2 Redistribution SDK
  6510. MPW Goodies Info
  6511. MPW Goodies Info.txt
  6512. hout the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  6513. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  6514. All Packages
  6515. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6516. Dev.CD Jan 94
  6517. Dev.CD Oct 93
  6518. Dev.CD Jul 93
  6519. Dev.CD Apr 93PDDev.CD Apr 94
  6520. Dev.CD Jan 94
  6521. Dev.CD Oct 93
  6522. Dev.CD Jul 93
  6523. Dev.CD Apr 9V
  6524. 62466X
  6525. Apr 94
  6526. --set theItem to choose file -- uncomment to test in an AS editor
  6527.     tell application "Finder"
  6528.         open item "Dev.CD Apr 94
  6529. Dev.CD Jan 94
  6530. Dev.CD Oct 93
  6531. Dev.CD Jul 93
  6532. Dev.CD Apr 93"
  6533.         activate
  6534.     end tell
  6535. on error errMsg number errNum
  6536.     --enter statements to perform when no records are found such as...
  6537.     display dialog "Sorry, the item you selected could not be found."
  6538.     return
  6539. end try
  6540. All Packages
  6541. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6542. Dev.CD Jan 94
  6543. Dev.CD Oct 93
  6544. Dev.CD Jul 93
  6545. Dev.CD Apr 93PDDev.CD Apr 94
  6546. Dev.CD Jan 94
  6547. Dev.CD Oct 93
  6548. Dev.CD Jul 93
  6549. Dev.CD Apr 9V
  6550. 62467X
  6551. Apr 94
  6552. JDInstall 1, English
  6553. Install 1, Fran
  6554. Install 2
  6555. Install 3
  6556. Install 4K
  6557. May 96L
  6558. Aug 96nge
  6559. developers
  6560. powerpc
  6561. backside
  6562. macodbc
  6563. enabler
  6564. enablers
  6565. enablesO
  6566. enablesoundthrough
  6567. enabling
  6568. encapsulate
  6569. encapsulated
  6570. enclosed
  6571. encoded
  6572. encodingh
  6573. encodings
  6574. encompasses
  6575. encounter
  6576. encounters
  6577. encouragep
  6578. encouraged
  6579. encouragesZ
  6580. encryption
  6581. end-of-message
  6582. endless
  6583. endorsement
  6584. endpoint
  6585. endpoints
  6586. enforces
  6587. enhances
  6588. enhancing
  6589. enjoy
  6590. enlargedo
  6591. enlightening
  6592. enoughj
  6593. ensure
  6594. ensures
  6595. ensuring
  6596. entails
  6597. enter
  6598. entered
  6599. entering
  6600. enterprisej
  6601. entertainmentj
  6602. atags
  6603. atags
  6604. manual
  6605. atags
  6606. manual
  6607. atalk
  6608. atalk
  6609. toolkit
  6610. atalkzones
  6611. atalkzones
  6612. atsui
  6613. audio
  6614. audio
  6615. compilable
  6616. authentication
  6617. are:Backlight Control:"
  6618.         activate
  6619.     end tell
  6620. on error errMsg number errNum
  6621.     --enter statements to perform when no records are found such as...
  6622.     display dialog "Sorry, the item you selected could not be found."
  6623.     return
  6624. end try
  6625. e    No Changeq
  6626. Dev.CD May 00 TC
  6627. ]D!All Packages
  6628. Tool Chest Edition
  6629. Balloony
  6630. p--set theItem to choose file -- uncomment to test in an AS editor
  6631.     tell application "Finder"
  6632.         open item "Dev.CD Apr 94
  6633. Dev.CD Jan 94"
  6634.         activate
  6635.     end tell
  6636. on error errMsg number errNum
  6637.     --enter statements to perform when no records are found such as...
  6638.     display dialog "Sorry, the item you selected could not be found."
  6639.     return
  6640. end try
  6641. New Packagef
  6642. MultiTasking
  6643. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  6644. Dev.CD May 00 TC
  6645. D.All Packages
  6646. Tool Chest Edition
  6647. New & RevisedF
  6648. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  6649. MPPeriodicalTest.c
  6650. MPPeriodicalTest.
  6651. Pro2K
  6652. May 00M
  6653. Mac OS 8.6 or later, MP 2.0N
  6654. MultiTasking, MultiProcessingODDev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:PODev.CD May 00 TC
  6655.  - What's New?
  6656.  - Sample Code
  6657.  - Processes
  6658.  - MPPeriodicalTestV
  6659. 61764X
  6660. May 00^
  6661. --set theItem to choose file -- uncomment to test in an AS editor
  6662.     tell application "Finder"
  6663.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:"
  6664.         activate
  6665.     end tell
  6666. on error errMsg number errNum
  6667.     --enter statements to perform when no records are found such as...
  6668.     display dialog "Sorry, the item you selected could not be found."
  6669.     return
  6670. end try
  6671. New Packagemplecode/index.html
  6672. All Packages
  6673. PowerTalk (PPC)O
  6674. Dev.CD Oct 94P
  6675. Dev.CD Oct 9V
  6676. 61886X
  6677. Oct 94
  6678. b--set theItem to choose file -- uncomment to test in an AS editor
  6679.     tell application "Finder"
  6680.         open item "Dev.CD Oct 94"
  6681.         activate
  6682.     end tell
  6683. on error errMsg number errNum
  6684.     --enter statements to perform when no records are found such as...
  6685.     display dialog "Sorry, the item you selected could not be found."
  6686.     return
  6687. end try
  6688. All Packages
  6689. PowerTalk (PPC)O
  6690. Dev.CD Oct 94P
  6691. Dev.CD Oct 9V
  6692. 61887X
  6693. Oct 94
  6694. b--set theItem to choose file -- uncomment to test in an AS editor
  6695.     tell application "Finder"
  6696.         open item "Dev.CD Oct 94"
  6697.         activate
  6698.     end tell
  6699. on error errMsg number errNum
  6700.     --enter statements to perform when no records are found such as...
  6701.     display dialog "Sorry, the item you selected could not be found."
  6702.     return
  6703. end try
  6704. All Packages
  6705. PowerTalk (PPC)O
  6706. Dev.CD Oct 94P
  6707. Dev.CD Oct 9V
  6708. 61888X
  6709. Oct 94
  6710. 61711X
  6711. Nov 99^
  6712. --set theItem to choose file -- uncomment to test in an AS editor
  6713.     tell application "Finder"
  6714.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  6715.         activate
  6716.     end tell
  6717. on error errMsg number errNum
  6718.     --enter statements to perform when no records are found such as...
  6719.     display dialog "Sorry, the item you selected could not be found."
  6720.     return
  6721. end try
  6722. Deletedq
  6723. Dev.CD Nov 99 TC
  6724. D!All Packages
  6725. Mac OS SDK Edition
  6726. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  6727. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  6728.   1. Obtain the NEW Mac platform NEW Mac platform 
  6729. MyQuickTakeApp 1.0.1TC7 
  6730. MyQuickTakeApp 1.0.2 
  6731. QuickTake - Read Me First
  6732. QuickTake Documentation:
  6733. QuickTake Marketing Items :
  6734. QuickTake/Macintosh  SDK.image
  6735. QuickTake/Windows SDK:
  6736. System Folder Items:
  6737. Windows System Files:snippets
  6738. communications
  6739. toolbox
  6740. snippets
  6741. development
  6742. tools
  6743. languages
  6744. snippets
  6745. devices
  6746. snippets
  6747. files
  6748. snippets
  6749. hardware
  6750. snippets
  6751. interapplication
  6752. communication
  6753. snippets
  6754. memory
  6755. snippets
  6756. networking
  6757. snippets
  6758. utilities
  6759. snippets
  6760. printing
  6761. snippets
  6762. processes
  6763. snippets
  6764. quickdraw
  6765. snippets
  6766. quicktime
  6767. snippets
  6768. sound
  6769. snippets
  6770. testing
  6771. debugging
  6772. snippets
  6773. snippets
  6774. toolbox
  6775. token
  6776. tokenizer
  6777. toolbox
  6778. toolkit
  6779. toolkits
  6780. tools]
  6781. transport
  6782. transport/ppp
  6783. All Packages
  6784. System Enabler 065 (LC 575)O
  6785. Dev.CD Apr 94
  6786. Dev.CD Jan 94P
  6787. Dev.CD Apr 94
  6788. Dev.CD Jan 9V
  6789. 62373X
  6790. Apr 94
  6791. p--set theItem to choose file -- uncomment to test in an AS editor
  6792.     tell application "Finder"
  6793.         open item "Dev.CD Apr 94
  6794. Dev.CD Jan 94"
  6795.         activate
  6796.     end tell
  6797. on error errMsg number errNum
  6798.     --enter statements to perform when no records are found such as...
  6799.     display dialog "Sorry, the item you selected could not be found."
  6800.     return
  6801. end try
  6802. All Packages
  6803. System Enabler 088 (AVs)O)Dev.CD Apr 94
  6804. Dev.CD Jan 94
  6805. Dev.CD Oct 93P(Dev.CD Apr 94
  6806. Dev.CD Jan 94
  6807. Dev.CD Oct 9V
  6808. 62374X
  6809. Apr 94
  6810. killeveryonebutme
  6811. kills
  6812. kinds
  6813. kiosk
  6814. kiosks
  6815. interleave
  6816. interleaving
  6817. internal
  6818. internal
  6819. logic
  6820. internally
  6821. internationals
  6822. internationalization
  6823. interneth
  6824. interoperability
  6825. interoperate
  6826. interoperates
  6827. interpret
  6828. interpretation
  6829. interpreting
  6830. interrupt
  6831. intersects
  6832. intertask
  6833. interval
  6834. intervention
  6835. interview-based
  6836. intimate
  6837. intoB
  6838. intra
  6839. rawip
  6840. rawmode
  6841. readerZ
  6842. reality
  6843. receives
  6844. recognition
  6845. reconfiguration
  6846. record
  6847. recordable\
  6848. redbook
  6849. redistribution
  6850. reference
  6851. referential
  6852. reformatting
  6853. region
  6854. registration
  6855. registry
  6856. related
  6857. release
  6858. rename
  6859. renderer
  6860. rendering
  6861. replace
  6862. replacement
  6863. reports
  6864. resedit
  6865. resedit
  6866. 2.1.1
  6867. disassembly
  6868. disassembler
  6869. viewer
  6870. edito
  6871. resolution
  6872. resource
  6873. resourcesY
  6874. rgbforecolor
  6875. ringQ
  6876. riser
  6877. robustness
  6878. router
  6879. routing
  6880. runtime
  6881. sample
  6882. sample
  6883. sample
  6884. traffic
  6885. light
  6886. saving
  6887. scanner
  6888. scomP
  6889. screen
  6890. script\
  6891. scriptable\
  6892. All Packages
  6893. System 7 Tune-UpO
  6894. Dev.CD Sept 92
  6895. Dev.CD Aug 92P
  6896. Dev.CD Sept 92
  6897. Dev.CD Aug 9V
  6898. 62215X
  6899. Sept 9
  6900. q--set theItem to choose file -- uncomment to test in an AS editor
  6901.     tell application "Finder"
  6902.         open item "Dev.CD Sept 92
  6903. Dev.CD Aug 92"
  6904.         activate
  6905.     end tell
  6906. on error errMsg number errNum
  6907.     --enter statements to perform when no records are found such as...
  6908.     display dialog "Sorry, the item you selected could not be found."
  6909.     return
  6910. end try
  6911. All Packages
  6912. System 7 Tune-UpO
  6913. Dev.CD Sept 92
  6914. Dev.CD Aug 92P
  6915. Dev.CD Sept 92
  6916. Dev.CD Aug 9V
  6917. 62216X
  6918. Sept 9
  6919. q--set theItem to choose file -- uncomment to test in an AS editor
  6920.     tell application "Finder"
  6921.         open item "Dev.CD Sept 92
  6922. Dev.CD Aug 92"
  6923.         activate
  6924.     end tell
  6925. on error errMsg number errNum
  6926.     --enter statements to perform when no records are found such as...
  6927.     display dialog "Sorry, the item you selected could not be found."
  6928.     return
  6929. end try
  6930. Keychain SDK.imgter.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  6931.  - Development Kits (Disc 1)
  6932.  - Macintosh Easy Openple Code.imgK
  6933. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  6934. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  6935. Dev.CD May 00 TC:Sample Code:P
  6936. Dev.CD May 00 TC
  6937.  - Sample CodeV
  6938. 59189X
  6939. May 00^
  6940. r--set theItem to choose file -- uncomment to test in an AS editor
  6941.     tell application "Finder"
  6942.         open item "Dev.CD May 00 TC:Sample Code:"
  6943.         activate
  6944.     end tell
  6945. on error errMsg number errNum
  6946.     --enter statements to perform when no records are found such as...
  6947.     display dialog "Sorry, the item you selected could not be found."
  6948.     return
  6949. end try
  6950. e    No Changef-InputSprocket
  6951. Needs
  6952. Elements
  6953. buttonsq
  6954. Dev.CD May 00 TC
  6955. ev.CD May 00 TC
  6956. whileo
  6957. white
  6958. whizzy
  6959. m "Dev.CD Jul 95"
  6960.         activate
  6961.     end tell
  6962. on error errMsg number errNum
  6963.     --enter statements to perform when no records are found such as...
  6964.     display dialog "Sorry, the item you selected could not be found."
  6965.     return
  6966. end try
  6967. QuickTime, Java, MRJO
  6968. Dev.CD May 00 TC:Sample Code:P
  6969. Dev.CD May 00 TC
  6970.  - Sample CodeV
  6971. 59721X
  6972. May 00^
  6973. r--set theItem to choose file -- uncomment to test in an AS editor
  6974.     tell application "Finder"
  6975.         open item "Dev.CD May 00 TC:Sample Code:"
  6976.         activate
  6977.     end tell
  6978. on error errMsg number errNum
  6979.     --enter statements to perform when no records are found such as...
  6980.     display dialog "Sorry, the item you selected could not be found."
  6981.     return
  6982. end try
  6983. e    No Changef
  6984. QuickTime
  6985. Dev.CD May 00 TC
  6986. D!All Packages
  6987. Tool Chest Edition
  6988. SoundSprocketTesticj
  6989. strategies
  6990. zationb
  6991. Me    No ChangefYMacintosh
  6992. PowerBook G3 Series
  6993. developers
  6994. PowerPC
  6995. backside
  6996. cache
  6997. expansion
  6998. I/O RAM CardBusq
  6999. Dev.CD Jul 98 SSW/SDK
  7000. ND!All Packages
  7001. Tool Chest Edition
  7002. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  7003. Hardware tools.imgK
  7004. Vol IIIO?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  7005.  - Tool Chest
  7006.  - Testing & Debugging
  7007.  - Hardware toolsV
  7008. 61573X
  7009. May 00^
  7010. --set theItem to choose file -- uncomment to test in an AS editor
  7011.     tell application "Finder"
  7012.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  7013.         activate
  7014.     end tell
  7015. on error errMsg number errNum
  7016.     --enter statements to perform when no records are found such as...
  7017.     display dialog "Sorry, the item you selected could not be found."
  7018.     return
  7019. end try
  7020. e    No Changeq
  7021. Dev.CD May 00 TC
  7022. OD!All Packages
  7023. Tool Chest Edition
  7024. DIMM Config&Interleave v1.1
  7025. demonstates
  7026. demonstation
  7027. demonstrate\
  7028. demonstrated
  7029. demonstratesN
  7030. demonstrates
  7031. programmatically
  7032. background
  7033. 59584X
  7034. Oct 93
  7035. p--set theItem to choose file -- uncomment to test in an AS editor
  7036.     tell application "Finder"
  7037.         open item "Dev.CD Oct 93
  7038. Dev.CD Jul 93"
  7039.         activate
  7040.     end tell
  7041. on error errMsg number errNum
  7042.     --enter statements to perform when no records are found such as...
  7043.     display dialog "Sorry, the item you selected could not be found."
  7044.     return
  7045. end try
  7046. All Packages
  7047. All Packages
  7048. System Enabler 003 (LC III)OEDev.CD Apr 94
  7049. Dev.CD Jan 94
  7050. Dev.CD Oct 93
  7051. Dev.CD Jul 93
  7052. Dev.CD Apr 93PDDev.CD Apr 94
  7053. Dev.CD Jan 94
  7054. Dev.CD Oct 93
  7055. Dev.CD Jul 93
  7056. Dev.CD Apr 9V
  7057. 62321X
  7058. Apr 94
  7059. --set theItem to choose file -- uncomment to test in an AS editor
  7060.     tell application "Finder"
  7061.         open item "Dev.CD Apr 94
  7062. Dev.CD Jan 94
  7063. Dev.CD Oct 93
  7064. Dev.CD Jul 93
  7065. Dev.CD Apr 93"
  7066.         activate
  7067.     end tell
  7068. on error errMsg number errNum
  7069.     --enter statements to perform when no records are found such as...
  7070.     display dialog "Sorry, the item you selected could not be found."
  7071.     return
  7072. end try
  7073. All Packages
  7074. System Enabler 003 (LC III)O7Dev.CD Apr 94
  7075. Dev.CD Jan 94
  7076. Dev.CD Oct 93
  7077. Dev.CD Jul 93P6Dev.CD Apr 94
  7078. Dev.CD Jan 94
  7079. Dev.CD Oct 93
  7080. Dev.CD Jul 9V
  7081. 62322X
  7082. Apr 94
  7083. fcode
  7084. tokenizer
  7085. board
  7086. fcode
  7087. driver
  7088. development
  7089. newer
  7090. newfolder
  7091. newgworld
  7092. newsi
  7093. newsgroup
  7094. newsgroups
  7095. summary
  7096. application
  7097. summary
  7098. apple
  7099. cd-rom
  7100. handbook
  7101. provides
  7102. overview
  7103. summary
  7104. apple
  7105. chinese
  7106. handwriting
  7107. offers
  7108. another
  7109. summary
  7110. apple
  7111. grayscale
  7112. appearance
  7113. system
  7114. specifo
  7115. summary
  7116. apple
  7117. international
  7118. glossaries
  7119. contains
  7120. translats
  7121. summary
  7122. apple
  7123. scriptx
  7124. interactive
  7125. multimedia
  7126. platform
  7127. summary
  7128. appleevents
  7129. probably
  7130. don't
  7131. summary
  7132. appletalk
  7133. developer's
  7134. toolkit
  7135. inten
  7136. summary
  7137. arabic
  7138. language
  7139. combination
  7140. system
  7141. issue
  7142. develop
  7143. issue
  7144. develop
  7145. issue
  7146. develop
  7147. issue
  7148. develop
  7149. issue
  7150. develop
  7151. issue
  7152. develop
  7153. issue
  7154. develop
  7155. issue
  7156. develop
  7157. issue
  7158. develop
  7159. issue
  7160. developeru
  7161. developmentm
  7162. diagrams
  7163. digital
  7164. digital
  7165. asset
  7166. management
  7167. digital
  7168. storyboard
  7169. directionsj
  7170. disku
  7171. implementations
  7172. implemented
  7173. implementing
  7174. important
  7175. impractical
  7176. impression
  7177. improve
  7178. improveda
  7179. improvement
  7180. improvements
  7181. improves
  7182. improving
  7183. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  7184. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  7185. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  7186. This is final draft copy from the February Apple Directions, 
  7187.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  7188. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  7189. January 1995 Apple Directions Articles
  7190. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  7191. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  7192. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  7193.  and other computers using the Mac
  7194.  OS. 
  7195. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  7196.  GX compatibility, a TrueType
  7197.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  7198.  to run native on Power Macintosh computers.
  7199. J0Net Install
  7200. Open for Net Install->
  7201. Read Me FirstK
  7202. May 93L
  7203. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  7204.  - Language Kits
  7205.  - Japanese Language Kit 1.260510X
  7206. Nov 99^
  7207.  more script commands and new syntax
  7208. For more information on these features and how to use them, see Using HyperCard 2.4.
  7209. Sep 97L
  7210. Jul 98W
  7211. ended
  7212. Feb 98L
  7213. Apr 99M
  7214. Acrobat Reader 3.0N
  7215. WebObjects, Categories, PosersO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  7216.  - Interactive Media ResourcesV
  7217. 62575X
  7218. Apr 00^
  7219. --set theItem to choose file -- uncomment to test in an AS editor
  7220.     tell application "Finder"
  7221.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:"
  7222.         activate
  7223.     end tell
  7224. on error errMsg number errNum
  7225.     --enter statements to perform when no records are found such as...
  7226.     display dialog "Sorry, the item you selected could not be found."
  7227.     return
  7228. end try
  7229. e    No Changef
  7230. WebObjects
  7231. Categories
  7232. Posersq
  7233. Dev.CD Apr 00 SDK1
  7234. 9D!All Packages
  7235. Mac OS SDK Edition
  7236. WebObjects Database Part II
  7237. 00 TC
  7238. OD!All Packages
  7239. Tool Chest Edition
  7240. DIMM Config&Interleave v1.1
  7241. "JU Readme - Translation Mgr SDK
  7242. (Obsolete)
  7243. Document Converter
  7244. Documentation
  7245. Sample CodeK
  7246. Aug 98M
  7247. Code Warrior Pro 2 -or- ETO
  7248. 23N+easy open, translation manager, translationO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Apr 00 SDK1
  7249.  - Development Kits
  7250.  - Mac OS
  7251.  - Translation ManagerV
  7252. 62553X
  7253. Apr 00^
  7254. --set theItem to choose file -- uncomment to test in an AS editor
  7255.     tell application "Finder"
  7256.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  7257.         activate
  7258.     end tell
  7259. on error errMsg number errNum
  7260.     --enter statements to perform when no records are found such as...
  7261.     display dialog "Sorry, the item you selected could not be found."
  7262.     return
  7263. end try
  7264. e    No Changef)easy open
  7265. translation manager
  7266. translationq
  7267. Dev.CD Apr 00 SDK1
  7268. #D!All Packages
  7269. Tool Chest Edition
  7270. TV-Man
  7271.     edit
  7272. watch
  7273. watching
  7274. webobjects
  7275. white
  7276. windows
  7277. All Packages
  7278. System 7 Tune-UpO
  7279. Dev.CD Sept 92
  7280. Dev.CD Aug 92P
  7281. Dev.CD Sept 92
  7282. Dev.CD Aug 9V
  7283. 62209X
  7284. Sept 9
  7285. q--set theItem to choose file -- uncomment to test in an AS editor
  7286.     tell application "Finder"
  7287.         open item "Dev.CD Sept 92
  7288. Dev.CD Aug 92"
  7289.         activate
  7290.     end tell
  7291. on error errMsg number errNum
  7292.     --enter statements to perform when no records are found such as...
  7293.     display dialog "Sorry, the item you selected could not be found."
  7294.     return
  7295. end try
  7296. All Packages
  7297. System 7 Tune-UpO
  7298. Dev.CD Sept 92
  7299. Dev.CD Aug 92P
  7300. Dev.CD Sept 92
  7301. Dev.CD Aug 9V
  7302. 62210X
  7303. Sept 9
  7304. q--set theItem to choose file -- uncomment to test in an AS editor
  7305.     tell application "Finder"
  7306.         open item "Dev.CD Sept 92
  7307. Dev.CD Aug 92"
  7308.         activate
  7309.     end tell
  7310. on error errMsg number errNum
  7311.     --enter statements to perform when no records are found such as...
  7312.     display dialog "Sorry, the item you selected could not be found."
  7313.     return
  7314. end try
  7315. 61543X
  7316. Mar 00^
  7317. --set theItem to choose file -- uncomment to test in an AS editor
  7318.     tell application "Finder"
  7319.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 15:"
  7320.         activate
  7321.     end tell
  7322. on error errMsg number errNum
  7323.     --enter statements to perform when no records are found such as...
  7324.     display dialog "Sorry, the item you selected could not be found."
  7325.     return
  7326. end try
  7327. Next CDq
  7328. Dev.CD Mar 00 RL
  7329. 1D(All Packages
  7330. Reference Library Edition
  7331. develop Issue 16
  7332.     ample1.0b4vie
  7333. movie
  7334. moviefile
  7335. moviefile
  7336. moviefile
  7337. moviefile
  7338. movieshop
  7339. moving
  7340. moving
  7341. source
  7342. powerpc
  7343. mpdelayuntiltest
  7344. mpdelayuntiltest
  7345. mpdelayuntiltest
  7346. mphelloworld
  7347. mphelloworld
  7348. pascal
  7349. mping
  7350. mpintertasktime
  7351. mpintertasktime
  7352. mpintertasktime
  7353. mpperiodicaltest
  7354. mpperiodicaltest
  7355. mpperiodicaltest
  7356. motorolaj
  7357. mount
  7358. mountalias
  7359. mounted
  7360. mounted/re-mounted
  7361. mounting
  7362. mountprojector
  7363. movingt
  7364. mpc106A
  7365. mpw's
  7366. mucha
  7367. mueller
  7368. multi-interface
  7369. multi-platform
  7370. multibuffering
  7371. multimediaj
  7372. multipane
  7373. multipled
  7374. multiprocessing
  7375. musicj
  7376. music
  7377. quicktime
  7378. music
  7379. architecture
  7380. david
  7381. mustZ
  7382. mysteries
  7383. mystery
  7384. naked
  7385. nameb
  7386. names
  7387. natick
  7388. nationalv
  7389. native
  7390. natural
  7391. navigateZ
  7392. navigationi
  7393. nearly
  7394. necessaryq
  7395. needo
  7396. Jul 95
  7397. b--set theItem to choose file -- uncomment to test in an AS editor
  7398.     tell application "Finder"
  7399.         open item "Dev.CD Jul 95"
  7400.         activate
  7401.     end tell
  7402. on error errMsg number errNum
  7403.     --enter statements to perform when no records are found such as...
  7404.     display dialog "Sorry, the item you selected could not be found."
  7405.     return
  7406. end try
  7407. All Packages
  7408. 601 Processor Upgrade EnablerO
  7409. Dev.CD Jul 95P
  7410. Dev.CD Jul 9V
  7411. 61375X
  7412. Jul 95
  7413. b--set theItem to choose file -- uncomment to test in an AS editor
  7414.     tell application "Finder"
  7415.         open item "Dev.CD Jul 95"
  7416.         activate
  7417.     end tell
  7418. on error errMsg number errNum
  7419.     --enter statements to perform when no records are found such as...
  7420.     display dialog "Sorry, the item you selected could not be found."
  7421.     return
  7422. end try
  7423. All Packages
  7424. 601 Processor Upgrade EnablerO
  7425. Dev.CD Jul 95P
  7426. Dev.CD Jul 9V
  7427. 61376X
  7428. Jul 95
  7429. parserV
  7430. photoshop
  7431. plugins
  7432. Jwcdent
  7433. cdent - a formatter for C/C++
  7434. Defect List
  7435. MacApp CDent Stuff
  7436. Makefile
  7437. Objects
  7438. Tests
  7439. Useful AddMenu and ScriptK
  7440. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOSDev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:P^Dev.CD May 00 TC
  7441.  - Tool Chest
  7442.  - Development Kits
  7443.  - C++ Related
  7444.  - C++ Source Code Formatter you selected could not be found."
  7445.     return
  7446. end try
  7447. patternsr
  7448. pause
  7449. pausegl
  7450. payoff
  7451. pbcatsearch
  7452. pbwriteasync
  7453. pbxxx
  7454. pccts
  7455. pci-based
  7456. pci-pci
  7457. pci-thej
  7458. pcmcia
  7459. pdlog
  7460. peering
  7461. viewer
  7462. utility
  7463. which
  7464. graphically
  7465. pending
  7466. penetrate
  7467. pentiumj
  7468. people
  7469. summary
  7470. pccts
  7471. purdue
  7472. compiler-constructio
  7473. summary
  7474. pippin
  7475. multimedia
  7476. internet
  7477. playback
  7478. summary
  7479. popupfuncs
  7480. productivity
  7481. developers
  7482. summary
  7483. portlist
  7484. extension
  7485. helps
  7486. summary
  7487. powertracer
  7488. system
  7489. atrap
  7490. powerpc
  7491. function
  7492. summary
  7493. programmer's
  7494. small
  7495. allows
  7496. summary
  7497. projectdrag
  7498. drag-and-drop
  7499. source
  7500. control
  7501. summary
  7502. resedit
  7503. apple's
  7504. standard
  7505. direct-manipulation
  7506. summary
  7507. sample
  7508. discussion
  7509. detect
  7510. whether
  7511. summary
  7512. sample
  7513. network
  7514. chess
  7515. application
  7516. XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  7517. Features: HyperCard XFCNs and XCMDs.
  7518. This package is System 7.0 compatible. 
  7519. 60237X
  7520. 1e    No Change
  7521. upgraded
  7522. upgrader
  7523. upgrades
  7524. upload
  7525. Summary: This is the electronic version of develop magazine.
  7526.  Issue 9 highlights:
  7527. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  7528. The TextBox You
  7529. ve Always Wanted  by Bryan K. (
  7530. Beaker
  7531. ) Ressler.   Here
  7532. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  7533. Makin
  7534. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  7535. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  7536. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  7537. workbook
  7538. workers
  7539. workflows
  7540. workgroupS
  7541. workingj
  7542. workings
  7543. workss
  7544. world's
  7545. worlds
  7546. worldscript
  7547. worldwide
  7548. worldwrite
  7549. worry
  7550. would
  7551. wouldn't
  7552. wprocasm
  7553. wrapcommenttext
  7554. wrapper
  7555. wringer
  7556. writec
  7557. writer
  7558. writers
  7559. writes
  7560. writingw
  7561. isn't
  7562. isolate
  7563. isolation
  7564. sample
  7565. reasonably
  7566. complete
  7567. example
  7568. implementation
  7569. ispelementlist
  7570. ispelementlist
  7571. extractbykind
  7572. issuej
  7573. ents to perform when no records are found such as...
  7574.     display dialog "Sorry, the item you selected could not be found."
  7575.     return
  7576. end try
  7577. Movedf\AppsToGo
  7578. AppWannabe
  7579. Wannabe
  7580. DTS.Draw
  7581. DTS.Lib
  7582. DTS.StyleChat
  7583. Kibitz
  7584. pbClock
  7585. AppsToGo Referenceq
  7586. Dev.CD May 00 TC
  7587. All Packages
  7588. Arabic Language KitO
  7589. Dev.CD May 96 TCP
  7590. Dev.CD May 96 TV
  7591. 58960X
  7592. May 96
  7593. D Oct 93
  7594. Dev.CD Jul 93
  7595. Dev.CD Apr 9V
  7596. 58736X
  7597. Apr 94
  7598. e    No Changeq
  7599. Dev.CD May 00 TC
  7600. D!All Packages
  7601. Tool Chest Edition
  7602. Snippets - Sound
  7603. (** = new, * = revised)
  7604. 2BufRecord&Play:  This application uses double buffering for both recording and playback.
  7605. 2BufRecordBufferCmd:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using bufferCmd.
  7606. 2BufRecordSndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  7607. BufCallback:  This code demonstrates the use of a call back routine with the sound
  7608. Wine of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  7609. All Packages
  7610. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  7611. Dev.CD Jan 94
  7612. Dev.CD Oct 93
  7613. Dev.CD Jul 93P6Dev.CD Apr 94
  7614. Dev.CD Jan 94
  7615. Dev.CD Oct 93
  7616. Dev.CD Jul 9V
  7617. 62343X
  7618. Apr 94
  7619. --set theItem to choose file -- uncomment to test in an AS editor
  7620.     tell application "Finder"
  7621.         open item "Dev.CD Apr 94
  7622. Dev.CD Jan 94
  7623. Dev.CD Oct 93
  7624. Dev.CD Jul 93"
  7625.         activate
  7626.     end tell
  7627. on error errMsg number errNum
  7628.     --enter statements to perform when no records are found such as...
  7629.     display dialog "Sorry, the item you selected could not be found."
  7630.     return
  7631. end try
  7632. All Packages
  7633. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  7634. Dev.CD Jan 94
  7635. Dev.CD Oct 93
  7636. Dev.CD Jul 93
  7637. Dev.CD Apr 93PDDev.CD Apr 94
  7638. Dev.CD Jan 94
  7639. Dev.CD Oct 93
  7640. Dev.CD Jul 93
  7641. Dev.CD Apr 9V
  7642. 62344X
  7643. Apr 94
  7644. maybe
  7645. mbytes
  7646. mcbride
  7647. ORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD May 00 TC
  7648.  - Tool Chest
  7649.  - Interapplication Communication
  7650.  - AE Sample ApplicationsV
  7651. 61395X
  7652. May 00^
  7653. --set theItem to choose file -- uncomment to test in an AS editor
  7654.     tell application "Finder"
  7655.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  7656.         activate
  7657.     end tell
  7658. on error errMsg number errNum
  7659.     --enter statements to perform when no records are found such as...
  7660.     display dialog "Sorry, the item you selected could not be found."
  7661.     return
  7662. end try
  7663. e    No Changef5AppleScript
  7664. Apple events
  7665. recordable
  7666. scriptable
  7667. scriptq
  7668. Dev.CD May 00 TC
  7669. D!All Packages
  7670. Tool Chest Edition
  7671. AE Tools
  7672.     t-depth explnd
  7673.  Read Me, pleaseK
  7674. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  7675. 61336X
  7676. 1e    No Change
  7677. viruses
  7678. visibility
  7679. visible
  7680. visigenic
  7681. vision
  7682. visit
  7683. visited
  7684. visrgn
  7685. volume
  7686. volumemount
  7687. volumes[
  7688. vrefnum
  7689. w/mathlib
  7690. w/sound
  7691. w/sysp
  7692. waiting
  7693. waitnextevent
  7694. waits
  7695. wake100
  7696. wakes
  7697. walk-through
  7698. walks
  7699. walkthrough
  7700. wantg
  7701. wanted
  7702. wanting
  7703. wants
  7704. powerbook
  7705. powerbook
  7706. powerbooks
  7707. powerpcA
  7708. powerplant
  7709. pre-mixer
  7710. pre-mixer
  7711. component
  7712. vu-meter
  7713. preemptive
  7714. preferencet
  7715. preferences
  7716. preview
  7717. print
  7718. print
  7719. appletalk
  7720. printer
  7721. printer
  7722. selected
  7723. chooser
  7724. printers
  7725. printers
  7726. drivers
  7727. sample
  7728. quicktime
  7729. ratesA
  7730. readerZ
  7731. recordable\
  7732. reference
  7733. region
  7734. registration
  7735. registry
  7736. rendering
  7737. reports
  7738. resedit
  7739. resedit
  7740. 2.1.1
  7741. disassembly
  7742. disassembler
  7743. viewer
  7744. edito
  7745. resolution
  7746. resource
  7747. resourcesY
  7748. ringQ
  7749. robustness
  7750. router
  7751. scomP
  7752. screen
  7753. script\
  7754. scriptable\
  7755. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  7756. Features:
  7757. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  7758. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  7759. alls.
  7760. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  7761. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  7762. Issues:
  7763. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  7764. DMM may report errors when using Chooser.
  7765. System Heap doesn't have as robust error checking as other heaps
  7766. Memory Management.imgK
  7767. Apr 95L
  7768. Jan 96M
  7769. Any Power Macintosh.
  7770. about
  7771. clipboard
  7772. magician
  7773.  this.
  7774. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  7775. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  7776. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  7777.  it launches an application with the 'odoc' (Open Documents) Apple event.
  7778. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  7779. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  7780. 61989X
  7781. Apr 95
  7782. b--set theItem to choose file -- uncomment to test in an AS editor
  7783.     tell application "Finder"
  7784.         open item "Dev.CD Apr 95"
  7785.         activate
  7786.     end tell
  7787. on error errMsg number errNum
  7788.     --enter statements to perform when no records are found such as...
  7789.     display dialog "Sorry, the item you selected could not be found."
  7790.     return
  7791. end try
  7792. All Packages
  7793. QuickDraw GXO
  7794. Dev.CD Apr 95
  7795. Dev.CD Jan 95P
  7796. Dev.CD Apr 95
  7797. Dev.CD Jan 9V
  7798. 61990X
  7799. Apr 95
  7800. p--set theItem to choose file -- uncomment to test in an AS editor
  7801.     tell application "Finder"
  7802.         open item "Dev.CD Apr 95
  7803. Dev.CD Jan 95"
  7804.         activate
  7805.     end tell
  7806. on error errMsg number errNum
  7807.     --enter statements to perform when no records are found such as...
  7808.     display dialog "Sorry, the item you selected could not be found."
  7809.     return
  7810. end try
  7811. All Packages
  7812. QuickDraw GXO
  7813. Dev.CD Apr 95
  7814. Dev.CD Jan 95P
  7815. Dev.CD Apr 95
  7816. Dev.CD Jan 9V
  7817. 61991X
  7818. Apr 95
  7819. p--set theItem to choose file -- uncomment to test in an AS editor
  7820.     tell application "Finder"
  7821.         open item "Dev.CD Jan 94
  7822. Dev.CD Dec 93"
  7823.         activate
  7824.     end tell
  7825. on error errMsg number errNum
  7826.     --enter statements to perform when no records are found such as...
  7827.     display dialog "Sorry, the item you selected could not be found."
  7828.     return
  7829. end try
  7830.  process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  7831. Hardware: Macintosh Plus or better. 
  7832. System Software: Mac OS 7.5 or greater (it's been tee user selects text.
  7833. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  7834. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  7835. Features: Apple Data Detectors Extension - provides base functional
  7836. 61720X
  7837. May 00^
  7838. x--set theItem to choose file -- uncomment to test in an AS editor
  7839.     tell application "Finder"
  7840.         open item "Dev.CD May 00 TC:Tool Chest:MacApp:"
  7841.         activate
  7842.     end tell
  7843. on error errMsg number errNum
  7844.     --enter statements to perform when no records are found such as...
  7845.     display dialog "Sorry, the item you selected could not be found."
  7846.     return
  7847. end try
  7848. e    No Changef$MacApp
  7849. Framework
  7850. Object-oriented
  7851. /A(http://developer.apple.com/tools/macapp/
  7852. Dev.CD May 00 TC
  7853. D!All Packages
  7854. Mac OS SDK Edition
  7855. MacApp R14d5 
  7856.      it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  7857. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  7858. 60433X
  7859. 1e    No Change
  7860. Dev.CD Jan 94
  7861. Dev.CD Oct 9V
  7862. 57076X
  7863. Jan 94
  7864. haun's
  7865. haveZ
  7866. differentiating
  7867. differentiation
  7868. differing
  7869. differs
  7870. difficult
  7871. difficulties
  7872. difficultyo
  7873. digest
  7874. digit
  7875. digital
  7876. digitizer
  7877. digitizers
  7878. digitizing
  7879. dilemmas
  7880. dilsj
  7881. dimension
  7882. dimensions
  7883. dimmed
  7884. dimming
  7885. dimms
  7886. diractive
  7887. direct
  7888. direct-manipulation
  7889. direction
  7890. discard
  7891. All Packages
  7892. PPC EnablerO
  7893. Dev.CD Jul 95P
  7894. Dev.CD Jul 9V
  7895. 61892X
  7896. Jul 95
  7897. b--set theItem to choose file -- uncomment to test in an AS editor
  7898.     tell application "Finder"
  7899.         open item "Dev.CD Jul 95"
  7900.         activate
  7901.     end tell
  7902. on error errMsg number errNum
  7903.     --enter statements to perform when no records are found such as...
  7904.     display dialog "Sorry, the item you selected could not be found."
  7905.     return
  7906. end try
  7907. All Packages
  7908. PPC EnablerO
  7909. Dev.CD Jul 95P
  7910. Dev.CD Jul 9V
  7911. 61893X
  7912. Jul 95
  7913. b--set theItem to choose file -- uncomment to test in an AS editor
  7914.     tell application "Finder"
  7915.         open item "Dev.CD Jul 95"
  7916.         activate
  7917.     end tell
  7918. on error errMsg number errNum
  7919.     --enter statements to perform when no records are found such as...
  7920.     display dialog "Sorry, the item you selected could not be found."
  7921.     return
  7922. end try
  7923. All Packages
  7924. PPC EnablerO
  7925. Dev.CD Jul 95P
  7926. Dev.CD Jul 9V
  7927. 61894X
  7928. Jul 95
  7929. ower Mac G4 
  7930. --set theItem to choose file -- uncomment to test in an AS editor
  7931.     tell application "Finder"
  7932.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  7933.         activate
  7934.     end tell
  7935. on error errMsg number errNum
  7936.     --enter statements to perform when no records are found such as...
  7937.     display dialog "Sorry, the item you selected could not be found."
  7938.     return
  7939. end try
  7940. resedit
  7941. formatv
  7942. formatnum
  7943. formatnum
  7944. formats
  7945. formatter
  7946. foundation
  7947. frametest
  7948. frametest
  7949. frametest
  7950. framework
  7951. frameworks
  7952. frameworks
  7953. francais
  7954. france
  7955. france
  7956. distributors/localiz
  7957. french
  7958. french
  7959. 1.1.3
  7960. fromR
  7961. fssetprinter
  7962. fssetprinter
  7963. fssetprinter
  7964. fstubs
  7965. fstubs
  7966. fstubs
  7967. fullballoons
  7968. fullballoons
  7969. r--set theItem to choose file -- uncomment to test in an AS editor
  7970.     tell application "Finder"
  7971.         open item "Dev.CD May 00 TC:Sample Code:"
  7972.         activate
  7973.     end tell
  7974. on error errMsg number errNum
  7975.     --enter statements to perform when no records are found such as...
  7976.     display dialog "Sorry, the item you selected could not be found."
  7977.     return
  7978. end try
  7979. u selected could not be found."
  7980.     return
  7981. end try
  7982. Deletedq
  7983. Dev.CD Dec 99 RL
  7984. All Packages
  7985. Macintosh Technotes and Q&As
  7986.     APThe latest and greatest Technotes and Q&As from our web site. 
  7987. Updated 1/25/2000
  7988. J.index.html
  7989. index.html.1
  7990. style.css
  7991. technotesK
  7992. Jan 00L
  7993. Jan 00M
  7994. web browserN
  7995. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  7996.  - What's New
  7997.  - Technical Documentation
  7998.  - Macintosh Technotes and Q&AsV
  7999. 60499X
  8000. 1e    No Changeo.http://developer.apple.com/techpubs/index.html
  8001. 61530X
  8002. Apr 00^
  8003. --set theItem to choose file -- uncomment to test in an AS editor
  8004.     tell application "Finder"
  8005.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:"
  8006.         activate
  8007.     end tell
  8008. on error errMsg number errNum
  8009.     --enter statements to perform when no records are found such as...
  8010.     display dialog "Sorry, the item you selected could not be found."
  8011.     return
  8012. end try
  8013. e    No ChangefJpalette
  8014. color bit depth
  8015. batch processing
  8016. optimizing
  8017. conditional statementsq
  8018. Dev.CD Apr 00 SDK1
  8019. $D!All Packages
  8020. Tool Chest Edition
  8021. Debugging Modern Memory Manager
  8022.     extStyle record to change a font, style, or type size.
  8023. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  8024. strlist:  A string list library.  See "strlist.txt" for details.
  8025. Sample Code.imgK
  8026. Feb 92L
  8027. May 96O
  8028. Dev.CD May 00 TC:Sample Code:nge
  8029. Aug 96share
  8030. client
  8031. region
  8032. regions
  8033. registerZ
  8034. registeredZ
  8035. registering
  8036. registers
  8037. registration
  8038. registrym
  8039. regularh
  8040. regularly
  8041. reinitV
  8042. reinitialize
  8043. reinitialize
  8044. reinstallable
  8045. reinstaller
  8046. reinstalling
  8047. rejected
  8048. rejoice
  8049. rekeytrans
  8050. relatedb
  8051. relates
  8052. relating
  8053. relational
  8054. relations
  8055. relationship
  8056. relationships
  8057. relativez
  8058. relatively
  8059. relax
  8060. releaseQ
  8061. released
  8062. releasesj
  8063. relevanti
  8064. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  8065. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  8066. In order to install a working SNMP client on your Macintosh, you n
  8067. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  8068. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  8069. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  8070. Deletedq
  8071. Dev.CD Dec 99 RL
  8072. All Packages
  8073. F    Disk Copy
  8074. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  8075. 61576X
  8076. ncomment to test in an AS editor
  8077.     tell application "Finder"
  8078.         open item "Dev.CD Jul 95"
  8079.         activate
  8080.     end tell
  8081. on error errMsg number errNum
  8082.     --enter statements to perform when no records are found such as...
  8083.     display dialog "Sorry, the item you selected could not be found."
  8084.     return
  8085. end try
  8086. All Packages
  8087. QuickDraw GXO
  8088. Dev.CD Jul 95P
  8089. Dev.CD Jul 9V
  8090. 60736X
  8091. Jul 95
  8092. s wind
  8093. x--set theItem to choose file -- uncomment to test in an AS editor
  8094.     tell application "Finder"
  8095.         open item "Dev.CD Aug 96 TC
  8096. Dev.CD Jan 96 SDK1"
  8097.         activate
  8098.     end tell
  8099. on error errMsg number errNum
  8100.     --enter statements to perform when no records are found such as...
  8101.     display dialog "Sorry, the item you selected could not be found."
  8102.     return
  8103. end try
  8104. mouseresponders
  8105. movable
  8106. movablemodal
  8107. movej
  8108. moveable
  8109. moved
  8110. movement
  8111. moves
  8112. movie
  8113. movie's
  8114. moviecontroller
  8115. movies
  8116. movieshop
  8117. movietoaiff
  8118. movingt
  8119. moving
  8120. source
  8121. powerpc
  8122. system
  8123. mpw's
  8124. mpw-related
  8125. mrj's
  8126. mrj-dev
  8127. mrjclasses
  8128. mrjlib
  8129. mrplus
  8130. mrplus
  8131. performance
  8132. analysis
  8133. powerpc
  8134. applicatio
  8135. mt/mp
  8136. mucha
  8137. binary
  8138. binding
  8139. binhex
  8140. bit-depth
  8141. bitmap
  8142. bitmapped
  8143. bitmaps
  8144. black
  8145. black&white
  8146. black-and-white
  8147. blackketter
  8148. blank
  8149. blayback
  8150. blend
  8151. bless
  8152. blink
  8153. blinking
  8154. blueprintj
  8155. board
  8156. boards
  8157. bodyi
  8158. bones
  8159. book[
  8160. books[
  8161. boolean
  8162. boost
  8163. booth
  8164. booting
  8165. bores
  8166. bothT
  8167. bottleneck
  8168. bottomi
  8169. boundaries
  8170. boundary
  8171. in-depth
  8172. ncement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  8173.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  8174.  Do not call Apple
  8175. s 800 number(s) regarding this software since our operators are not trained to support deveJ
  8176. loper products. 
  8177.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  8178. MRJ 2.2 Debug.smiK
  8179. Aug 97L
  8180. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2OEDev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:PPDev.CD May 00 TC
  8181.  - What's New?
  8182.  - Development Kits
  8183.  - Mac OS
  8184.  - MRJ 2.2 Debug fted could not be found."
  8185.     return
  8186. end try
  8187. All Packages
  8188. 58224
  8189. e    No Changef2Open Transport
  8190. OTOptionManagment
  8191. option managementq
  8192. Dev.CD Jun 98 RL1
  8193. D!All Packages
  8194. Tool Chest Edition
  8195. GlyphaIVI
  8196. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  8197. Sample Code.imgK
  8198. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  8199. Dev.CD May 00 TC:Sample Code:P
  8200. Dev.CD May 00 TC
  8201.  - Sample CodeV
  8202. 61624X
  8203. May 00^
  8204. r--set theItem to choose file -- uncomment to test in an AS editor
  8205.     tell application "Finder"
  8206.         open item "Dev.CD May 00 TC:Sample Code:"
  8207.         activate
  8208.     end tell
  8209. on error errMsg number errNum
  8210.     --enter statements to perform when no records are found such as...
  8211.     display dialog "Sorry, the item you selected could not be found."
  8212.     return
  8213. end try
  8214. e    No Changeq
  8215. Dev.CD May 00 TC
  8216. D!All Packages
  8217. Tool Chest Edition
  8218. GroupDrawingation Protocol,  AppleTalk Filing Protocol, and more
  8219. 61638X
  8220. May 00^
  8221. --set theItem to choose file -- uncomment to test in an AS editor
  8222.     tell application "Finder"
  8223.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:"
  8224.         activate
  8225.     end tell
  8226. on error errMsg number errNum
  8227.     --enter statements to perform when no records are found such as...
  8228.     display dialog "Sorry, the item you selected could not be found."
  8229.     return
  8230. end try
  8231. e    No Changeq
  8232. Dev.CD May 00 TC
  8233. D!All Packages
  8234. Tool Chest Edition
  8235. HideMenubarEtc
  8236. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  8237. Sample Code.imgK
  8238. Aug 95
  8239. Apr 96L
  8240. Jun 98M
  8241. Macintosh with 68030 processor or later, Open Transport 1.1 installed, Open Transport 1.3 SDK, Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressO
  8242. Dev.CD May 00 TC:Sample Code:P
  8243. Dev.CD May 00 TC
  8244.  - Sample CodeV
  8245. 61813X
  8246. May 00^
  8247. r--set theItem to choose file -- uncomment to test in an AS editor
  8248.     tell application "Finder"
  8249.         open item "Dev.CD May 00 TC:Sample Code:"
  8250.         activate
  8251.     end tell
  8252. on error errMsg number errNum
  8253.     --enter statements to perform when no records are found such as...
  8254.     display dialog "Sorry, the item you selected could not be found."
  8255.     return
  8256. end try
  8257. e    No ChangefWOpen Transport
  8258. code resource
  8259. CodeWarrior
  8260. ethernet address
  8261. hardware addressq
  8262. Dev.CD May 00 TC
  8263. ?D!All Packages
  8264. Tool Chest Edition
  8265. OTDumpInternetStatusay dialog "Sorry, the item you selected could not be found."
  8266.     return
  8267. end try
  8268. interleaving
  8269. internationals
  8270. international
  8271. glossariess
  8272. internationalizationy
  8273. internet
  8274. interrupt
  8275. interrupt
  8276. debugging
  8277. introduction
  8278. investment
  8279. iostreams
  8280. cd-rom
  8281. device
  8282. driver
  8283. inputsprocket
  8284. powerplant
  8285. items
  8286. japanese
  8287. after
  8288. wombat
  8289. tutorial
  8290. introduction
  8291. programming
  8292. learning
  8293. jbindery
  8294. jdirect
  8295. jmanager
  8296. joystick
  8297. kernel
  8298. problemV
  8299. problematic
  8300. Deletedq
  8301. Dev.CD Dec 99 RL
  8302. aD!All Packages
  8303. Tool Chest Edition
  8304. DSp Context Switch
  8305. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  8306. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  8307. The controls for the sample application are:
  8308. - BJright arrow for a larger context
  8309. - left arrow for smaller
  8310. - Cmd-Q to exit.
  8311. Sample Code.imgK
  8312. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  8313. DrawSprocket, Context SwitchO
  8314. Dev.CD May 00 TC:Sample Code:P
  8315. Dev.CD May 00 TC
  8316.  - Sample CodeV
  8317. 61592X
  8318. May 00^
  8319. This package is 7.0 compatible.  
  8320. General tools.imgK
  8321. Vol IIIL
  8322. Mar 92nge
  8323. interrupt-time
  8324. interrupted
  8325. intersection
  8326. intersects
  8327. intertask
  8328. interval
  8329. intervention
  8330. interview-based
  8331. intimate
  8332. intoB
  8333. intra
  8334. CallFinder Tool 1.0I
  8335. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  8336. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  8337. CallFinder docs
  8338. CallFinder docs.txtK
  8339. Vol IXM
  8340. MPW Shell, System 7.0N
  8341. AE, Apple Events, AppleEventsOMDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:nge
  8342. easilyh
  8343. easing
  8344. easyj
  8345. quickdraw
  8346. viewer
  8347. thompson
  8348. easy-to-use
  8349. easyplayrecord
  8350. eaxmple
  8351. edgar
  8352. editX
  8353. edit-related
  8354. editable
  8355. edited
  8356. editing
  8357. editionj
  8358. editor'sj
  8359. editors
  8360. edittext
  8361. edittextcdev
  8362. educationalj
  8363. eenie
  8364. effect
  8365. modelsd
  8366. modemT
  8367. moderate
  8368. moderated
  8369. modermd
  8370. moderny
  8371. modernization
  8372. modernized
  8373. modes
  8374. modification
  8375. modifier
  8376. modify
  8377. modifying
  8378. modular
  8379. modulet
  8380. modulesQ
  8381. momentumj
  8382. moneys
  8383. monitorT
  8384. monitoringA
  8385. monitors
  8386. monolithic
  8387. monroe
  8388. month
  8389. monthlyj
  8390. months
  8391. moofwars
  8392. more]
  8393. library[
  8394. revised
  8395. All Packages
  8396. System Enabler 088 (AVs)O
  8397. Dev.CD Apr 94
  8398. Dev.CD Jan 94P
  8399. Dev.CD Apr 94
  8400. Dev.CD Jan 9V
  8401. 62389X
  8402. Apr 94
  8403. p--set theItem to choose file -- uncomment to test in an AS editor
  8404.     tell application "Finder"
  8405.         open item "Dev.CD Apr 94
  8406. Dev.CD Jan 94"
  8407.         activate
  8408.     end tell
  8409. on error errMsg number errNum
  8410.     --enter statements to perform when no records are found such as...
  8411.     display dialog "Sorry, the item you selected could not be found."
  8412.     return
  8413. end try
  8414. All Packages
  8415. System Enabler 088 (AVs)O
  8416. Dev.CD Apr 94
  8417. Dev.CD Jan 94P
  8418. Dev.CD Apr 94
  8419. Dev.CD Jan 9V
  8420. 62390X
  8421. Apr 94
  8422. p--set theItem to choose file -- uncomment to test in an AS editor
  8423.     tell application "Finder"
  8424.         open item "Dev.CD Apr 94
  8425. Dev.CD Jan 94"
  8426.         activate
  8427.     end tell
  8428. on error errMsg number errNum
  8429.     --enter statements to perform when no records are found such as...
  8430.     display dialog "Sorry, the item you selected could not be found."
  8431.     return
  8432. end try
  8433. Summary:
  8434. Collection of Java Developer Documentation. 
  8435. Summary:
  8436. Collection of Java Developer Documentation. 
  8437. Features:
  8438. Documentation topics include:
  8439. QuickTime For Java
  8440. Introduction to QuickTime for Java
  8441. Technical Overview
  8442. Cocoa
  8443. AppKit Reference
  8444. Enterprise Objects Framework
  8445. Foundation Reference
  8446. Java Tutorial
  8447. WebObjects and Java
  8448. Enterprise Objects Framework
  8449. Foundation Reference
  8450. Java Client
  8451. Features:
  8452. Mac OS Runtime for Java
  8453. MRJ Toolkit
  8454. JManager
  8455. JDirect
  8456. JBindery
  8457. ATimages:
  8458. java.html
  8459. MacOSandJava:
  8460. QTforJava:
  8461. WebObjectsandJava:
  8462. YellowBoxandJava:
  8463. Jan 00L
  8464. Feb 00M
  8465. web browser
  8466. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  8467. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  8468. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  8469. Application Examples:
  8470. Claris Translators:
  8471. Claris XTND System
  8472. Documentation:
  8473. PowerMac Stuff:
  8474. Template for FTYP
  8475. Translator Examples:
  8476. XTND 1.3.6 - Read Me First
  8477. XTND Headers:K
  8478. Vol XL
  8479. Nov 94M%Any Mac running System 6.0.7 or laterODDev.CD Apr 98 SDK2:Development Kits (Disc 2):
  8480.  Obsolete/Unsupported:PIDev.CD Apr 98 SDK2
  8481.  - Development Kits (Disc 2)
  8482.  Obsolete/Unsupportedl also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  8483. dropB
  8484. dropdisk
  8485. dropped
  8486. dropping
  8487. drops
  8488. dsp/opengl
  8489. dspcontext
  8490. dspgetversion
  8491. dspuserselectcontext
  8492. dtscpluslibrary
  8493. dudes
  8494. dummy
  8495. dumped
  8496. dumpnetworksetup
  8497. dumpnetworksetup
  8498. dumps
  8499. entire
  8500. contents
  8501. network
  8502. easyj
  8503. quickdraw
  8504. viewer
  8505. thompson
  8506. easy-to-use
  8507. eaxmple
  8508. edgar
  8509. editX
  8510. editing
  8511. editionj
  8512. editorN
  8513. editor'sj
  8514. editors
  8515. educationalj
  8516. effect
  8517. ployj
  8518. emptied
  8519. emulator
  8520. enableq
  8521. summary
  8522. small
  8523. application
  8524. control
  8525. summary
  8526. stack
  8527. contains
  8528. collection
  8529. apple
  8530. event
  8531. xcmd@
  8532. summary
  8533. allows
  8534. developer
  8535. monitor
  8536. summary
  8537. updates
  8538. mactcp
  8539. driver
  8540. correct
  8541. summary
  8542. versionedit
  8543. software
  8544. development
  8545. which
  8546. supercard@
  8547. support
  8548. support's@
  8549. supports@
  8550. symptom@
  8551. system
  8552. software@
  8553. systems@
  8554. systemsoft@
  8555. talking@
  8556. tcp/ip
  8557. administration
  8558. macintosh
  8559. v2.0.4@
  8560. technically@
  8561. technological@
  8562. temporal@
  8563. test-harness@
  8564. encoding
  8565. converter
  8566. allows
  8567. convert
  8568. extractor
  8569. plug-ins
  8570. content
  8571. extra@
  8572. apple@
  8573. adobe
  8574. acrobat
  8575. reader
  8576. allows
  8577. navigate
  8578. redistribution
  8579. enables
  8580. developers
  8581. install@
  8582. then@
  8583. theory@
  8584. there@
  8585. they@
  8586. Summary: This stack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  8587. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  8588. JIC/F Reg. on the Web!
  8589. Creator Registration
  8590. Read Me - C/F Registration v2.1K
  8591. Jun 93L
  8592. Feb 98M
  8593. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  8594.  - Utilities
  8595.  - Developer Forms
  8596.  - C/F Registration Requestsxplains how the Picture Utilities methods work and gives you tips on developing your own methods.
  8597. Print Hin
  8598. choose
  8599. choosecolor
  8600. choosecolor
  8601. chooser
  8602. chooser
  8603. choosetkl
  8604. choosetkl
  8605. choosetkl
  8606. clent
  8607. clent
  8608. richardson
  8609. message
  8610. client
  8611. clipboard
  8612. clipboard
  8613. magician
  8614. clipping
  8615. clipping
  8616. extension
  8617. clippings
  8618. codeN
  8619. editor
  8620. resedit
  8621. editor
  8622. notes
  8623. codewarrioru
  8624. codewarrior
  8625. coercion]
  8626. color[
  8627. color
  8628. locator
  8629. Hardware tools.imgK
  8630. Feb 94O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  8631.  - Tool Chest
  8632.  - Testing & Debugging
  8633.  - Hardware toolsV
  8634. 61646X
  8635. May 00^
  8636. --set theItem to choose file -- uncomment to test in an AS editor
  8637.     tell application "Finder"
  8638.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  8639.         activate
  8640.     end tell
  8641. on error errMsg number errNum
  8642.     --enter statements to perform when no records are found such as...
  8643.     display dialog "Sorry, the item you selected could not be found."
  8644.     return
  8645. end try
  8646. e    No Changeq
  8647. Dev.CD May 00 TC
  8648. All Packages
  8649. HyperCard 2.4 Update
  8650. 61647X
  8651. in future versions of the System Software.
  8652. More information on the features may be found in the Navigation Services developer note.
  8653. JCDocumentation:
  8654. Examples:
  8655. Libraries:
  8656. Navigation Services 1.1 Read MeK
  8657. Aug 99M
  8658. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  8659. wP=Dev.CD May 00 TC
  8660.  - Tool Chest
  8661.  - Localization
  8662.  - FMAT Editor do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  8663.  - Sample Code
  8664.  - PartMaker 4.3ions Toolbox are found such as...
  8665.     display dialog "Sorry, the item you selected could not be found."
  8666.     return
  8667. end try
  8668. ateways; QuickDraw 3d Accelerator Card).
  8669. Technology: develop,
  8670.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  8671. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  8672. November 1995 Apple Directions Articles
  8673. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  8674. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  8675. multiple-buffering/p
  8676. multiple-node
  8677. multiprocessing
  8678. multitasking
  8679. multithreading
  8680. musicj
  8681. music
  8682. quicktime
  8683. music
  8684. architecture
  8685. david
  8686. mustZ
  8687. must-have
  8688. mybuildmenu
  8689. mydeviceloop
  8690. myfont
  8691. myself
  8692. mysteries
  8693. mystery
  8694. naked
  8695. nameb
  8696. named
  8697. namely
  8698. names
  8699. natural
  8700. navigable
  8701. navigateZ
  8702. navigates
  8703. navigationi
  8704. navigation
  8705. services
  8706. documents
  8707. solaris
  8708. solutions
  8709. sound
  8710. sound
  8711. input
  8712. driver
  8713. driver
  8714. sound
  8715. memory
  8716. dialogs
  8717. windows
  8718. resources
  8719. files
  8720. interface
  8721. soundsprocket
  8722. soundsprocket
  8723. sound
  8724. reverb
  8725. effects
  8726. space
  8727. spbrecord
  8728. spbrecord
  8729. asynchronous
  8730. record
  8731. specification
  8732. speech
  8733. speech
  8734. synthesis
  8735. text-to-speech
  8736. macintalk
  8737. plaintalk
  8738. spell
  8739. spellswell
  8740. spinning
  8741. spooler
  8742. sprite
  8743. sprocket
  8744. sprockets
  8745. sprockets
  8746. drawsprocket
  8747. netsprocket
  8748. inputsprocket
  8749. soundsprock
  8750. sprockets
  8751. games
  8752. drawsprocket
  8753. inputsprocket
  8754. netsprocket
  8755. sound
  8756. stack
  8757. stacks
  8758. standard
  8759. standardfile
  8760. standards
  8761. starmax
  8762. state
  8763. statements
  8764. status
  8765. storage
  8766. streaming
  8767. streams
  8768. stress
  8769. string
  8770. May 99:Sample Code:V
  8771. 53985X
  8772. 1e    No Change
  8773. encingj
  8774. AppleTalk SDK
  8775. Summary:  This folder contains:
  8776.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  8777.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  8778. IMPORTANT NOTES
  8779. AppleTalk Connection installs the version 1.1.2 of the
  8780. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  8781. AppleTalk Connection relies on the latest release of MacSNMP v
  8782. intersection
  8783. intersects
  8784. intertask
  8785. interval
  8786. intervention
  8787. interview-based
  8788. intimate
  8789. intoB
  8790. 61566X
  8791. Apr 00^
  8792. --set theItem to choose file -- uncomment to test in an AS editor
  8793.     tell application "Finder"
  8794.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:"
  8795.         activate
  8796.     end tell
  8797. on error errMsg number errNum
  8798.     --enter statements to perform when no records are found such as...
  8799.     display dialog "Sorry, the item you selected could not be found."
  8800.     return
  8801. end try
  8802. e    No Change
  8803. Developer Documentation
  8804. Publications
  8805. Technical
  8806. documentation
  8807. Apple Type Services for Unicode Imaging
  8808. ATSUI
  8809. rendering unicode text
  8810. manuals
  8811. style
  8812. style guide
  8813. usage
  8814.   iBook
  8815. PowerPC
  8816. Ethernet
  8817. FireWire
  8818. AirPort
  8819.  PowerBook
  8820. RAGE 128 Ethernet
  8821. Power Mac
  8822. PowerPC
  8823. RAGE 128
  8824. Ethernet
  8825. o.http://developer.apple.com/techpubs/index.htmlq
  8826. Dev.CD Apr 00 SDK1
  8827. HD(All Packages
  8828. Reference Library Edition
  8829. Developer Forms
  8830.     ev.CD Oct 93
  8831. Dev.CD Jul 93
  8832. Dev.CD Apr 93P(Dev.CD Oct 93
  8833. Dev.CD Jul 93
  8834. Dev.CD Apr 9V
  8835. 60835X
  8836. Oct 93
  8837. Any Macintosh with 68030 or greater, or Power Macintosh.
  8838. Suggested 8MB RAM or more.
  8839.  OS Version 7.1.1 or later for 68K Macintosh
  8840. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  8841.  - Development Kits (Disc 2)
  8842.  - OpenDoc
  8843. powerplant
  8844. version
  8845. inputsprocket
  8846. update
  8847. appearance
  8848. 1.0.3
  8849. manager
  8850. manager
  8851. drawsprocket
  8852. which
  8853. provides
  8854. support
  8855. inputsprocket
  8856. which
  8857. provides
  8858. support
  8859. package
  8860. consists
  8861. files
  8862. provide
  8863. information
  8864. package
  8865. contains
  8866. number
  8867. routines
  8868. helpful
  8869. package
  8870. contains
  8871. appleshare
  8872. 3.6.5
  8873. first
  8874. package
  8875. contains
  8876. drive
  8877. setup
  8878. v1.7.2
  8879. program
  8880. pinyin
  8881. pioneerj
  8882. pippinj
  8883. pippin-specific
  8884. pitch
  8885. pitfalls
  8886. pixel
  8887. pixels
  8888. pixmap
  8889. pixmap2pixpat2ppat
  8890. placedx
  8891. placement
  8892. places`
  8893. placing
  8894. plain
  8895. plain-text
  8896. plaindbox
  8897. plamondon
  8898. planj
  8899. plane
  8900. planned
  8901. planning
  8902. plans
  8903. platform
  8904. platformsZ
  8905. playable
  8906. playback
  8907. playbar
  8908. played
  8909. player
  8910. players
  8911. playing
  8912. plays
  8913. pleaseZ
  8914. plethora
  8915. plug-and-play
  8916. plug-inh
  8917. plug-in's
  8918. Read Me
  8919. Read Me.txt
  8920. rfc1332 (PPP IPCP)
  8921. rfc1334 (PPP Authentication)
  8922. rfc1378 (PPP ATCP)
  8923. rfc1570 (PPP LCP)
  8924. rfc1618 (PPP ISDN)
  8925. rfc1661 (PPP)
  8926. rfc1662 (PPP HDLC).CD Oct 93"
  8927.         activate
  8928.     end tell
  8929. on error errMsg number errNum
  8930.     --enter statements to perform when no records are found such as...
  8931.     display dialog "Sorry, the item you selected could not be found."
  8932.     return
  8933. end try
  8934. insanely
  8935. inside[
  8936. insight
  8937. inspect
  8938. instaler
  8939. installx
  8940. installationZ
  8941. installations
  8942. installed
  8943. installeru
  8944. 1.7.1
  8945. 1.7.2
  8946. 1.7.3
  8947. 1/1/70
  8948. 1/25/2000
  8949. 100lc
  8950. 12/600j
  8951. 12x16
  8952. 1337s
  8953. 140/170W
  8954. 16384p
  8955. 17000
  8956. 1992-1995
  8957. 1994w
  8958. 1995j
  8959. accelerated
  8960. power
  8961. macintosh
  8962. artwork
  8963. program
  8964. 1996R
  8965. 1999j
  8966. 2-byte
  8967. 2-way
  8968. possible
  8969. rack`
  8970. tracker
  8971. tracking
  8972. tracks
  8973. traddriverloaderlib
  8974. trade
  8975. trade-offs
  8976. trademark
  8977. tradition
  8978. traditional
  8979. traffic
  8980. trained
  8981. disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a need to customize/rewrite for your own usage.
  8982. Verifier 1.0.imgK
  8983. Jun 92L
  8984. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD May 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD May 00 TC
  8985.  - Tool Chest
  8986.  - Localization
  8987.  - VerifierV
  8988. 56351X
  8989. May 00^
  8990. May 00^
  8991. e    No Change
  8992. 10/97.pdf
  8993. Apple Directions 11/97.pdf
  8994. Feb 97L
  8995. Sep 97d
  8996. Summary:  This is the Developer Edition of the QuickView
  8997.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  8998. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  8999. J,Install QuickView
  9000. READ ME - QV Developer Ed.K
  9001. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  9002. MPTA Goodies:QuickView
  9003.  Developer Edition:PqDev.CD Sep 97 RL
  9004.  - Technical Documentation
  9005.  - Toolbox Assistant
  9006. MPTA Goodies
  9007.  - QuickView
  9008.  Developer Editionylist
  9009. cfrange
  9010. cfrelease
  9011. cfretain
  9012. cfset
  9013. cfstring
  9014. cfstringencodingsext
  9015. louseau
  9016. collection
  9017. color
  9018. color
  9019. controls
  9020. window
  9021. table
  9022. 61663X
  9023. May 00^
  9024. r--set theItem to choose file -- uncomment to test in an AS editor
  9025.     tell application "Finder"
  9026.         open item "Dev.CD May 00 TC:Sample Code:"
  9027.         activate
  9028.     end tell
  9029. on error errMsg number errNum
  9030.     --enter statements to perform when no records are found such as...
  9031.     display dialog "Sorry, the item you selected could not be found."
  9032.     return
  9033. end try
  9034. e    No Changef-InputSprocket
  9035. Needs
  9036. Elements
  9037. buttonsq
  9038. Dev.CD May 00 TC
  9039. D(All Packages
  9040. Reference Library Edition
  9041. Inside Macintosh - QuickDraw GX
  9042.     yUntilTest:"
  9043.         activate
  9044.     end tell
  9045. on error errMsg number errNum
  9046.     --enter statements to perform when no records are found such as...
  9047.     display dialog "Sorry, the item you selected could not be found."
  9048.     return
  9049. end try
  9050. New Packagef
  9051. MultiTasking
  9052. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  9053. Dev.CD May 00 TC
  9054. D!All Packages
  9055. Tool Chest Edition
  9056. MPHelloWorld (Pascal)
  9057. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  9058.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  9059.  IOTracer collects trace da
  9060. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  9061.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  9062. understands
  9063. understood
  9064. undocumented
  9065. unexpected
  9066. unexpectedly
  9067. unfamiliar
  9068. unfortunately
  9069. unfriendly
  9070. unicode
  9071. unifiedj
  9072. uniform
  9073. uninitiated
  9074. unique
  9075. unitsw
  9076. universal
  9077. universalprocptr
  9078. universityR
  9079. unknown
  9080. unleash
  9081. unless
  9082. unlike
  9083. unlimited
  9084. unload
  9085. unloaded
  9086. unloading
  9087. unlocked
  9088. update-based
  9089. updatedo
  9090. updater
  9091. updatese
  9092. updatingb
  9093. upgrader
  9094. upgrades
  9095. urbina
  9096. urquhart
  9097. usagew
  9098. transitions
  9099. themeso
  9100. translation
  9101. translation
  9102. extensions
  9103. translator
  9104. translator
  9105. examples
  9106. translators
  9107. transport
  9108. transports
  9109. uk/eire
  9110. distributors/localiz
  9111. underm
  9112. unicodeutilities
  9113. unicodeutilities
  9114. unmountprojector
  9115. unwrapcommenttext
  9116. update
  9117. updatedo
  9118. updated
  9119. documentation
  9120. updated
  9121. grayscale
  9122. appearanceo
  9123. updates
  9124. upgrader
  9125. upgrader
  9126. 1.2.3
  9127. engines
  9128. upgrading
  9129. upgrading
  9130. bbedit
  9131. driver
  9132. software
  9133. locator
  9134. useful
  9135. useful
  9136. addmenu
  9137. script
  9138. user's
  9139. usersy
  9140. userstartup
  9141. userstartup
  9142. goodies
  9143. using
  9144. utilities
  9145. utility
  9146. v1.5.3
  9147. validator
  9148. validator
  9149. validator
  9150. documentation
  9151. validator
  9152. documentation
  9153. variable
  9154. variables
  9155. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  9156. J:Apple Sys Profiler 1.3.1 Info
  9157. Apple Sys Profiler 1.3.1.imgK
  9158. Jan 98M
  9159. System 7.5.2 or laterN
  9160. ASP, Profiler, Apple SystemOIDev.CD May 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD May 00 TC
  9161.  - Tool Chest
  9162.  - Developer Utilities
  9163.  - Apple Sys Profiler 1.3.1 9V
  9164. 61274X
  9165. Oct 94
  9166. b--set theItem to choose file -- uncomment to test in an AS editor
  9167.     tell application "Finder"
  9168.         open item "Dev.CD Oct 94"
  9169.         activate
  9170.     end tell
  9171. on error errMsg number errNum
  9172.     --enter statements to perform when no records are found such as...
  9173.     display dialog "Sorry, the item you selected could not be found."
  9174.     return
  9175. end try
  9176. All Packages
  9177. System UpdateO
  9178. Dev.CD Oct 94P
  9179. Dev.CD Oct 9V
  9180. 61275X
  9181. Oct 94
  9182. CPU SE 406O
  9183. Dev.CD Jul 95V
  9184. 49064X
  9185. QuickDraw
  9186.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  9187. Record
  9188. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  9189. Restore Screen Cluts:  This snippet shows how to restore all the screen
  9190. s color tables back to what they normally are using two different methods.
  9191. Rotate Bitmap 90
  9192. :  Shows a fast way to rotate bitmaps by 90 degrees.
  9193. RotateString:  This c
  9194. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  9195. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  9196. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  9197. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  9198. SearchProcs & Color Separation:  Th
  9199. 61614X
  9200. May 00^
  9201. --set theItem to choose file -- uncomment to test in an AS editor
  9202.     tell application "Finder"
  9203.         open item "Dev.CD May 00 TC:Tool Chest:Localization:FMAT Editor:"
  9204.         activate
  9205.     end tell
  9206. on error errMsg number errNum
  9207.     --enter statements to perform when no records are found such as...
  9208.     display dialog "Sorry, the item you selected could not be found."
  9209.     return
  9210. end try
  9211. e    No Changef&number formatting
  9212. ResEdit
  9213. localizationq
  9214. Dev.CD May 00 TC
  9215. xD!All Packages
  9216. Tool Chest Edition
  9217. Folder Watching
  9218.      item you selected could not be found."
  9219.     return
  9220. end try
  9221. Deletedf
  9222. Sample Code
  9223. Traffic Lightq
  9224. Dev.CD Nov 99 TC
  9225. OD!All Packages
  9226. Mac OS SDK Edition
  9227. PC Card Manager v3.0 SDK
  9228. summary
  9229. application
  9230. which
  9231. provides
  9232. various
  9233. video
  9234. summary
  9235. controlling
  9236. finder
  9237. through
  9238. apple
  9239. summary
  9240. which
  9241. known
  9242. finderevents
  9243. summary
  9244. apple
  9245. peoplesoft
  9246. launched
  9247. partnership
  9248. summary
  9249. apple
  9250. computer
  9251. espana
  9252. prepared
  9253. guide
  9254. hasn't
  9255. haun's
  9256. haveZ
  9257. v1.5.3
  9258. validator
  9259. validator
  9260. validator
  9261. documentation
  9262. validator
  9263. documentation
  9264. variable
  9265. variables
  9266. 61848X
  9267. May 00^
  9268. --set theItem to choose file -- uncomment to test in an AS editor
  9269.     tell application "Finder"
  9270.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  9271.         activate
  9272.     end tell
  9273. on error errMsg number errNum
  9274.     --enter statements to perform when no records are found such as...
  9275.     display dialog "Sorry, the item you selected could not be found."
  9276.     return
  9277. end try
  9278. e    No Changeq
  9279. Dev.CD May 00 TC
  9280. bD!All Packages
  9281. Mac OS SDK Edition
  9282. Porting Objective-C to Java
  9283. gulick
  9284. headers
  9285. healthj
  9286. heaps
  9287. heartbeat
  9288. hedgingj
  9289. helpZ
  9290. helper
  9291. helpsZ
  9292. heralds
  9293. herej
  9294. here's
  9295. hierarchical
  9296. hifi-color
  9297. highg
  9298. high-end
  9299. high-leveld
  9300. highlighting
  9301. highlightsj
  9302. hints
  9303. historyu
  9304. holdsh
  9305. holidayj
  9306. history
  9307. hooks
  9308. hooks
  9309. hooks
  9310. hooks
  9311. horiz
  9312. horiz
  9313. count
  9314. hotbot
  9315. hotbot
  9316. hotsauce
  9317. hotsauce
  9318. standalone
  9319. obtain
  9320. standards
  9321. howmany
  9322. howmany
  9323. htmli
  9324. renderinglib
  9325. htmlsample
  9326. htmlsample
  9327. htmlsample
  9328. htmlsample
  9329. htmlsample
  9330. pages
  9331. htmlsample
  9332. htmlsample
  9333. htmlsample
  9334. human
  9335. human
  9336. interface
  9337. guidelines
  9338. human
  9339. interface
  9340. notes
  9341. humaninterfacetoolbo
  9342. hypercard
  9343. hypercard
  9344. update
  9345. installer
  9346. hypercard
  9347. toolkit
  9348. 1.0b2
  9349. hypercard
  9350. mactcp
  9351. toolkit
  9352. hypercard
  9353. player
  9354. hypercard
  9355. serial
  9356. toolkit
  9357. hypercard
  9358. video
  9359. toolkit
  9360. hytime
  9361. ideas
  9362. opportunities
  9363. Summary: The C version of ProgressWindoid 
  9364.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  9365. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  9366. JbProgressWindoid
  9367. ProgressWindoid Worksheet
  9368. ProgressWindoid.c
  9369. ProgressWindoid.make
  9370. ProgressWindoid.
  9371. Vol VIIL
  9372. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  9373. C:PmDev.CD May 00 TC
  9374.  - Tool Chest
  9375.  - Development Kits
  9376.  - HyperCard Related
  9377.  - XCMDs & XFCNs
  9378.  - ProgressWindoid
  9379. Cchnological, and business directions
  9380. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  9381. about
  9382. sample
  9383. about
  9384. getsetoptions
  9385. about
  9386. snapshot
  9387. sample
  9388. aegizmos_
  9389. before
  9390. using
  9391. registration
  9392. defprocs
  9393. defprocs
  9394. first
  9395. first
  9396. first
  9397. first
  9398. hypercard
  9399. obsolete&unsupported
  9400. other
  9401. please
  9402. developer
  9403. sample
  9404. 2.0b6
  9405. 2.0b6
  9406. ritish
  9407. browseri
  9408. reporting
  9409. bugdetails
  9410. build
  9411. buildfailed
  9412. building
  9413. building
  9414. dcmds
  9415. buildprogram
  9416. builds
  9417. buildscript
  9418. buildsucceeded
  9419. buildxcmd
  9420. business
  9421. business
  9422. opp's
  9423. germany
  9424. butcdef
  9425. butcdef
  9426. change
  9427. developeru
  9428. developmentm
  9429. directionsj
  9430. disku
  9431. 5e    No Changef
  9432. Virtual Userq
  9433. Dev.CD May 00 TC
  9434. 6D!All Packages
  9435. Tool Chest Edition
  9436. VUMeters
  9437. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  9438. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  9439. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  9440. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  9441. e    No Change
  9442. 62584X
  9443. Mar 98^
  9444. --set theItem to choose file -- uncomment to test in an AS editor
  9445.     tell application "Finder"
  9446.         open item "Dev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:"
  9447.         activate
  9448.     end tell
  9449. on error errMsg number errNum
  9450.     --enter statements to perform when no records are found such as...
  9451.     display dialog "Sorry, the item you selected could not be found."
  9452.     return
  9453. end try
  9454. DeletedfvApple servers
  9455. 9650/350
  9456. Workgroup Server
  9457. server
  9458. server developer note
  9459. 100BaseTx Ethernet
  9460. network server
  9461. internet serverq
  9462. Dev.CD Mar 98 RL
  9463. BD!All Packages
  9464. Tool Chest Edition
  9465. WorldScript Updater
  9466. newformat@
  9467. transport
  9468. debug@
  9469. opencheckedout@
  9470. packageutils
  9471. links@
  9472. rnationalization
  9473. translation
  9474. glos@
  9475. applescript@
  9476. async
  9477. device@
  9478. carbon@
  9479. cftree@
  9480. color
  9481. picker
  9482. 2.1.1@
  9483. counters@
  9484. debugging@
  9485. dynamic@
  9486. games@
  9487. J0Guide_To_MPQ.pdf
  9488. MPQ Read Me
  9489. MPQ_Program_Kit.pdfK
  9490. Nov 95M
  9491. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  9492.  - Programs & Marketing
  9493.  - Macintosh PowerBook Qualifiedrform when no records are found such as...
  9494.     display dialog "Sorry, the item you selected could not be found."
  9495.     return
  9496. end try
  9497. Deletedq
  9498. Dev.CD Nov 99 TC
  9499. D!All Packages
  9500. Tool Chest Edition
  9501. How to Detect a CD
  9502. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  9503. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  9504. JRidentifyCD.
  9505. main.c
  9506. Makefile
  9507. Not used in this example
  9508. ReadMe
  9509. WhereCDs.c
  9510. WhereCDs.hK
  9511. Dec 95N CD-ROM, SCSI, Device Manager, CDr se
  9512. itself
  9513. iw-half-dither
  9514. j-1.1
  9515. james
  9516. jamie
  9517. januaryj
  9518. january/february
  9519. japanj
  9520. japanesej
  9521. jasik's
  9522. client
  9523. tutorial
  9524. super
  9525. survey
  9526. switch
  9527. synchronization
  9528. systemx
  9529. technicalS
  9530. technotes
  9531. terminology^
  9532. tester
  9533. textedit
  9534. token
  9535. tokenizer
  9536. toolbox
  9537. toolkit
  9538. toolkits
  9539. tools]
  9540. transport
  9541. transport/ppp
  9542. ways_
  9543. wdefcolorsample
  9544. wdefpatch
  9545. wdefs
  9546. we'll
  9547. that's
  9548. january/february
  9549. g--set theItem to choose file -- uncomment to test in an AS editor
  9550.     tell application "Finder"
  9551.         open item "Dev.CD Jan 96 SDK1"
  9552.         activate
  9553.     end tell
  9554. on error errMsg number errNum
  9555.     --enter statements to perform when no records are found such as...
  9556.     display dialog "Sorry, the item you selected could not be found."
  9557.     return
  9558. end try
  9559. GC 7.0:"
  9560.         activate
  9561.     end tell
  9562. on error errMsg number errNum
  9563.     --enter statements to perform when no records are found such as...
  9564.     display dialog "Sorry, the item you selected could not be found."
  9565.     return
  9566. end try
  9567. Deletedf
  9568. Videoq
  9569. Dev.CD Nov 99 TC
  9570. D!All Packages
  9571. Tool Chest Edition
  9572. A-Law sdec/scomI
  9573. A sample fat compression/decompression Sound Manager component example.
  9574. Shows how to make a compression component, a decompression component, and how to make a fat component.J
  9575. Sample Code.imgK
  9576. Aug 97N1component, compression, decompression, sdec, scomO
  9577. Dev.CD May 00 TC:Sample Code:nge
  9578. summary
  9579. software
  9580. apple
  9581. macintosh
  9582. display@
  9583. summary
  9584. package
  9585. provides
  9586. something
  9587. replacement
  9588. summary
  9589. stack
  9590. contains
  9591. collection
  9592. apple
  9593. event
  9594. xcmd@
  9595. summary
  9596. allows
  9597. developer
  9598. monitor
  9599. summary
  9600. updates
  9601. mactcp
  9602. driver
  9603. correct
  9604. support
  9605. support's@
  9606. supports@
  9607. symptom@
  9608. systems@
  9609. systemsoft@
  9610. tcp/ip
  9611. administration
  9612. macintosh
  9613. v2.0.4@
  9614. technically@
  9615. technological@
  9616. temporal@
  9617. extractor
  9618. plug-ins
  9619. content
  9620. extra@
  9621. apple@
  9622. adobe
  9623. acrobat
  9624. reader
  9625. allows
  9626. navigate
  9627. redistribution
  9628. enables
  9629. developers
  9630. install@
  9631. there@
  9632. they@
  9633. driver
  9634. development
  9635. enable
  9636. create
  9637. program
  9638. shows
  9639. construct
  9640. simple
  9641. animation
  9642. first@
  9643. fonts
  9644. fontsync
  9645. foreign
  9646. foreign
  9647. system
  9648. formatting
  9649. forth
  9650. foundation
  9651. foundation
  9652. reference
  9653. foundation
  9654. reference
  9655. client
  9656. framework
  9657. screen
  9658. functione
  9659. function
  9660. index
  9661. function
  9662. keyse
  9663. functions
  9664. gamepad
  9665. games
  9666. games
  9667. sprockets
  9668. sprite
  9669. blitters
  9670. drawsprocket
  9671. moofwars
  9672. gaming
  9673. gamma
  9674. gatewayS
  9675. generator
  9676. gestalt
  9677. gestalt
  9678. manager
  9679. gestalt
  9680. selector
  9681. codes
  9682. getenetaddrdirect
  9683. getenetaddrdirect
  9684. getnextevent
  9685. getnextevent
  9686. waitnextevent
  9687. filter
  9688. helper
  9689. getversion
  9690. global
  9691. halftone
  9692. handles
  9693. handoff
  9694. handoff
  9695. endpoints
  9696. handwriting
  9697. hardware
  9698. hardware
  9699. address
  9700. hardware
  9701. developer
  9702. documentation
  9703. inal and asy
  9704. Summary:  This folder contains electronic forms that allow developers to register creator & file types, Apple II file & auxiliary types, and NuBus boards, and to report bugs and name & address changes.
  9705.  Apple Bug Reporter
  9706. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  9707.  AppleII File and Auxiliary Type
  9708. Before you ship your application, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  9709.  C/F Registration Requests
  9710. This stack will allow users to 
  9711. 62112X
  9712. Apr 98^
  9713. --set theItem to choose file -- uncomment to test in an AS editor
  9714.     tell application "Finder"
  9715.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  9716.  IC SDK 1.01:"
  9717.         activate
  9718.     end tell
  9719. on error errMsg number errNum
  9720.     --enter statements to perform when no records are found such as...
  9721.     display dialog "Sorry, the item you selected could not be found."
  9722.     return
  9723. end try
  9724. Deletedf3QuickTime
  9725. QuickTime IC
  9726. image
  9727. capture
  9728. digital
  9729. cameraq
  9730. Dev.CD Apr 98 SDK2
  9731. jD!All Packages
  9732. Tool Chest Edition
  9733. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  9734. qtjavadocs
  9735. QTJavaSDKK
  9736. Feb 00MmRequires:
  9737.     - QuickTime 3 
  9738.     - QTJava.zip
  9739.     - Mac OS 8 or later
  9740.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  9741. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  9742. http://developer.apple.com/sdk/
  9743. screen
  9744. script\
  9745. scriptable\
  9746. Sep 99
  9747. companionZ
  9748. company
  9749. company's
  9750. compare
  9751. comparelastrevision
  9752. comparing
  9753. comparisions
  9754. comparisons
  9755. compatibilityY
  9756. compatibility
  9757. issues
  9758. compatibleO
  9759. compatiblesj
  9760. compilation
  9761. compile
  9762. compilers
  9763. compiles
  9764. completeR
  9765. completed
  9766. completion
  9767. complex
  9768. complexity
  9769. compliance
  9770. componentP
  9771. component-based
  9772. components
  9773. composersj
  9774. composit
  9775. composite
  9776. composited
  9777. compositing
  9778. compositor
  9779. compound
  9780. compound-document
  9781. compressed
  9782. compressionP
  9783. compression/decompreP
  9784. compressor/decompres
  9785. computerj
  9786. ntains
  9787. variety
  9788. hypercard
  9789. summary
  9790. folder
  9791. contains
  9792. complete
  9793. information
  9794. developR
  9795. All Packages
  9796. QuickDraw GXO
  9797. Dev.CD Aug 96 TCP
  9798. Dev.CD Aug 96 TV
  9799. 57028X
  9800. Aug 96
  9801. e--set theItem to choose file -- uncomment to test in an AS editor
  9802.     tell application "Finder"
  9803.         open item "Dev.CD Aug 96 TC"
  9804.         activate
  9805.     end tell
  9806. on error errMsg number errNum
  9807.     --enter statements to perform when no records are found such as...
  9808.     display dialog "Sorry, the item you selected could not be found."
  9809.     return
  9810. end try
  9811. All Packages
  9812. QuickDraw GXO
  9813. Dev.CD Aug 96 TCP
  9814. Dev.CD Aug 96 TV
  9815. 57029X
  9816. Aug 96
  9817. All Packages
  9818. 601 Processor Upgrade EnablerV
  9819. 55150X
  9820. sword
  9821. All Packages
  9822. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  9823. Dev.CD Jan 94
  9824. Dev.CD Oct 93
  9825. Dev.CD Jul 93
  9826. Dev.CD Apr 93PDDev.CD Apr 94
  9827. Dev.CD Jan 94
  9828. Dev.CD Oct 93
  9829. Dev.CD Jul 93
  9830. Dev.CD Apr 9V
  9831. 62458X
  9832. Apr 94
  9833. --set theItem to choose file -- uncomment to test in an AS editor
  9834.     tell application "Finder"
  9835.         open item "Dev.CD Apr 94
  9836. Dev.CD Jan 94
  9837. Dev.CD Oct 93
  9838. Dev.CD Jul 93
  9839. Dev.CD Apr 93"
  9840.         activate
  9841.     end tell
  9842. on error errMsg number errNum
  9843.     --enter statements to perform when no records are found such as...
  9844.     display dialog "Sorry, the item you selected could not be found."
  9845.     return
  9846. end try
  9847. All Packages
  9848. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  9849. Dev.CD Jan 94
  9850. Dev.CD Oct 93
  9851. Dev.CD Jul 93
  9852. Dev.CD Apr 93PDDev.CD Apr 94
  9853. Dev.CD Jan 94
  9854. Dev.CD Oct 93
  9855. Dev.CD Jul 93
  9856. Dev.CD Apr 9V
  9857. 62459X
  9858. Apr 94
  9859. ents, AppleEventsORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:
  9860. onescannerg
  9861. palette
  9862. --set theItem to choose file -- uncomment to test in an AS editor
  9863.     tell application "Finder"
  9864.         open item "Dev.CD Apr 94
  9865. Dev.CD Jan 94
  9866. Dev.CD Oct 93
  9867. Dev.CD Jul 93"
  9868.         activate
  9869.     end tell
  9870. on error errMsg number errNum
  9871.     --enter statements to perform when no records are found such as...
  9872.     display dialog "Sorry, the item you selected could not be found."
  9873.     return
  9874. end try
  9875. hackers
  9876. hacks
  9877. hairlines
  9878. hairy
  9879. half-way
  9880. hammerhead-based
  9881. hand-coded
  9882. hand-tweak
  9883. handbookf
  9884. handed
  9885. handleN
  9886. handle's
  9887. handle-based
  9888. handler
  9889. handlersn
  9890. handlesy
  9891. handoff
  9892. --set theItem to choose file -- uncomment to test in an AS editor
  9893.     tell application "Finder"
  9894.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  9895.         activate
  9896.     end tell
  9897. on error errMsg number errNum
  9898.     --enter statements to perform when no records are found such as...
  9899.     display dialog "Sorry, the item you selected could not be found."
  9900.     return
  9901. end try
  9902. ted could not be found."
  9903.     return
  9904. end try
  9905. e    No Changef
  9906. QuickTime
  9907. Dev.CD May 00 TC
  9908. D!All Packages
  9909. Tool Chest Edition
  9910. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  9911. Sample Code.imgK
  9912. Feb 00
  9913. - Common
  9914.     - Sun Compliant Java Runtime Environment 1.1
  9915.     - QuickTime 3 
  9916.     - QTJava.zip
  9917.     - QTJava media samples
  9918. - Mac OS:
  9919.     - System 8 or later
  9920.     - Macintosh Runtime for Java (MRJ) 2.1
  9921. - Windows 95, 98, or NT::
  9922.     - JRE/JDK from Sun Microsystems, Inc. recommended
  9923. QuickTime, Java, MRJ
  9924.  you selected could not be found."
  9925.     return
  9926. end try
  9927. e    No Changef1detector
  9928. contextual menu
  9929. Apple Data Detectors
  9930. Dev.CD Apr 00 SDK1
  9931. Apple Developer News archive
  9932. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  9933. e    No Changef
  9934. Finder Windows
  9935. Hackq
  9936. Dev.CD May 00 TC
  9937. D!All Packages
  9938. Tool Chest Edition
  9939. Switch StackIXDemonstrates how to switch to a private stack correctly.
  9940. Issues: Only compiles for 68K.J
  9941. Sample Code.imgK
  9942. Apr 98N
  9943. private, stack, switch, snifferO
  9944. Dev.CD May 00 TC:Sample Code:P
  9945. Dev.CD May 00 TC
  9946.  - Sample CodeV
  9947. 62202X
  9948. May 00^
  9949. r--set theItem to choose file -- uncomment to test in an AS editor
  9950.     tell application "Finder"
  9951.         open item "Dev.CD May 00 TC:Sample Code:"
  9952.         activate
  9953.     end tell
  9954. on error errMsg number errNum
  9955.     --enter statements to perform when no records are found such as...
  9956.     display dialog "Sorry, the item you selected could not be found."
  9957.     return
  9958. end try
  9959. e    No Changef
  9960. private
  9961. stack
  9962. switch
  9963. snifferq
  9964. Dev.CD May 00 TC
  9965. D!All Packages
  9966. Tool Chest Edition
  9967. F    SyncCatch
  9968. setupgl
  9969. setvideomediagraphic
  9970. setwutime
  9971. severala
  9972. All Packages
  9973. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  9974. Dev.CD Jan 94
  9975. Dev.CD Oct 93
  9976. Dev.CD Jul 93
  9977. Dev.CD Apr 93PDDev.CD Apr 94
  9978. Dev.CD Jan 94
  9979. Dev.CD Oct 93
  9980. Dev.CD Jul 93
  9981. Dev.CD Apr 9V
  9982. 62494X
  9983. Apr 94
  9984. --set theItem to choose file -- uncomment to test in an AS editor
  9985.     tell application "Finder"
  9986.         open item "Dev.CD Apr 94
  9987. Dev.CD Jan 94
  9988. Dev.CD Oct 93
  9989. Dev.CD Jul 93
  9990. Dev.CD Apr 93"
  9991.         activate
  9992.     end tell
  9993. on error errMsg number errNum
  9994.     --enter statements to perform when no records are found such as...
  9995.     display dialog "Sorry, the item you selected could not be found."
  9996.     return
  9997. end try
  9998. All Packages
  9999. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  10000. Dev.CD Jan 94
  10001. Dev.CD Oct 93
  10002. Dev.CD Jul 93
  10003. Dev.CD Apr 93PDDev.CD Apr 94
  10004. Dev.CD Jan 94
  10005. Dev.CD Oct 93
  10006. Dev.CD Jul 93
  10007. Dev.CD Apr 9V
  10008. 62495X
  10009. Apr 94
  10010.     display dialog "Sorry, the item you selected could not be found."
  10011.     return
  10012. end try
  10013. .apple.com/samplecode/index.html
  10014. o Change
  10015.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  10016. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  10017. Mac OS 9
  10018. Dev.CD Oct 99 SSW:P
  10019. Dev.CD Oct 99 SSWsion and so on).
  10020. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  10021. Jk6th Anniversary
  10022. Gestalt Selectors List 4.3
  10023. Gestalt Submission Form
  10024. gestalt.html
  10025. GSL View (EasyView)
  10026. UpdatesK
  10027. May 95L
  10028. Dec 98M7Any word processor capable of reading a 400K text file.N
  10029. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD May 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3: Codes System 7.0 compatible.  7.0 compatible.  
  10030. userstartup
  10031. uses[
  10032. usingA
  10033. menubar
  10034. menuhook/mbarhook
  10035. menumanager
  10036. menuse
  10037. menuscripter
  10038. merchandised
  10039. merchandising
  10040. sagewatcher
  10041. meta-content
  10042. methodg
  10043. methodology
  10044. methods
  10045. metrowerks
  10046. michael
  10047. microprocessor
  10048. microprocessorsA
  10049. microsystems
  10050. microtrendsj
  10051. middle
  10052. mighth
  10053. miller
  10054. millionj
  10055. millions
  10056. minimizep
  10057. minimum
  10058. minor
  10059. minow
  10060. minute
  10061. minutes
  10062. mirrori
  10063. misaligned
  10064. misalignment
  10065. misdemeanors
  10066. misrecognized
  10067. mixed
  10068. mixed-partition
  10069. mixing
  10070. mobile
  10071. modal
  10072. modeO
  10073. model\
  10074. modeled
  10075. modeling
  10076. x--set theItem to choose file -- uncomment to test in an AS editor
  10077.     tell application "Finder"
  10078.         open item "Dev.CD Aug 96 TC
  10079. Dev.CD Jan 96 SDK1"
  10080.         activate
  10081.     end tell
  10082. on error errMsg number errNum
  10083.     --enter statements to perform when no records are found such as...
  10084.     display dialog "Sorry, the item you selected could not be found."
  10085.     return
  10086. end try
  10087. und."
  10088.     return
  10089. end try
  10090. e    No Changef(MacTCP development Open Transport ZapTCPq
  10091. Dev.CD May 00 TC
  10092. _D!All Packages
  10093. Tool Chest Edition
  10094. ZoneRanger 1.1
  10095.     nsarray@
  10096. object-based@
  10097. object-bases@
  10098. olson@
  10099. on-line@
  10100. once@
  10101. open@
  10102. opening@
  10103. opf-opendoc@
  10104. opportunity@
  10105. optionmanagement@
  10106. oracle@
  10107. originally@
  10108. ot/ppp's@
  10109. otserverlimits@
  10110. outline@
  10111. overall@
  10112. packages@
  10113. panoramas@
  10114. parsons@
  10115. reliable@
  10116. report@
  10117. Dev.CD May 00 TC:Sample Code:P
  10118. Dev.CD May 00 TC
  10119.  - Sample CodeV
  10120. 61655X
  10121. May 00^
  10122. r--set theItem to choose file -- uncomment to test in an AS editor
  10123.     tell application "Finder"
  10124.         open item "Dev.CD May 00 TC:Sample Code:"
  10125.         activate
  10126.     end tell
  10127. on error errMsg number errNum
  10128.     --enter statements to perform when no records are found such as...
  10129.     display dialog "Sorry, the item you selected could not be found."
  10130.     return
  10131. end try
  10132. e    No Changef
  10133. QuickTime
  10134. Dev.CD May 00 TC
  10135. D!All Packages
  10136. Tool Chest Edition
  10137. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  10138. It is an MPW text file. JFImran's READ ME
  10139. Imran's READ ME.txt
  10140. KCHR mappings
  10141. Virtual Keycode diffK
  10142. Vol VL
  10143. Vol VIIORDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD May 00 TC
  10144.  - Tool Chest
  10145.  - Development Kits
  10146.  - MPW Related
  10147.  - Imran's Virtual KeycodesV
  10148. 61656X
  10149. May 00^
  10150. #tall
  10151. on-SCS
  10152. Apr 94
  10153. p--set theItem to choose file -- uncomment to test in an AS editor
  10154.     tell application "Finder"
  10155.         open item "Dev.CD Apr 94
  10156. Dev.CD Jan 94"
  10157.         activate
  10158.     end tell
  10159. on error errMsg number errNum
  10160.     --enter statements to perform when no records are found such as...
  10161.     display dialog "Sorry, the item you selected could not be found."
  10162.     return
  10163. end try
  10164. All Packages
  10165. System Enabler 065 (LC 575)O
  10166. Dev.CD Apr 94P
  10167. Dev.CD Apr 9V
  10168. 62365X
  10169. Apr 94
  10170. b--set theItem to choose file -- uncomment to test in an AS editor
  10171.     tell application "Finder"
  10172.         open item "Dev.CD Apr 94"
  10173.         activate
  10174.     end tell
  10175. on error errMsg number errNum
  10176.     --enter statements to perform when no records are found such as...
  10177.     display dialog "Sorry, the item you selected could not be found."
  10178.     return
  10179. end try
  10180. All Packages
  10181. System Enabler 065 (LC 575)O
  10182. Dev.CD Apr 94
  10183. Dev.CD Jan 94P
  10184. Dev.CD Apr 94
  10185. Dev.CD Jan 9V
  10186. 62366X
  10187. Apr 94
  10188. ariables
  10189. client
  10190. clipboard
  10191. clipboard
  10192. magician
  10193. editor
  10194. resedit
  10195. codes
  10196. collection
  10197. color[
  10198. color
  10199. locator
  10200. colorpicker
  10201. colorpicker
  10202. 2.1.1
  10203. colorpopupmenus
  10204. colorsync
  10205. colorsync
  10206. colorsync
  10207. photoshop
  10208. plugins
  10209. communication
  10210. communications
  10211. communications
  10212. toolbox
  10213. compositedeffects
  10214. computer-based
  10215. computer-based
  10216. media
  10217. broadcast
  10218. conferencing
  10219. config&interleave
  10220. contacts
  10221. content
  10222. context
  10223. contextualmenumanage
  10224. contextualmenumanage
  10225. 1.0.3
  10226. control
  10227. control
  10228. strip
  10229. controlbackground
  10230. controlkeypatch
  10231. controlstrip
  10232. controlstrip
  10233. convert
  10234. convert
  10235. projects
  10236. 1.0b5
  10237. converter
  10238. language
  10239. The CardBus DDK contains 3 folders title Documentation, Samples and Tools.
  10240.   Documentation
  10241.    *  Designing PCI Cards&Drivers
  10242.     -  Describes the current Design environment for PCI and CardBus cards
  10243.    *  PCI Binding to OF v2.1
  10244.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  10245. Configuration
  10246.    *  MacOS PC Card Family 3.0
  10247.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  10248. 3.0 under MacOS
  10249.   Samples
  10250.    *  CustomEnabler
  10251.     -  Provides source code a
  10252. s an example of a SystemSoft custom enabler to
  10253. support multiple cards
  10254.    *  Another CustomEnabler
  10255.     -  Provides source code as an example of a custom enabler designed to
  10256. correct the IBM OEM Ethernet PC Card.
  10257.   Tools
  10258.    *  Display Name Registry 2.0
  10259.     -  Displays the Macintosh
  10260. s Name Registry and Device Tree
  10261.    *  TupleDumper
  10262.     -  
  10263. Dumps
  10264.  the CardBus (PCMCIA) tuples of any inserted PC cards
  10265. J)Read Me
  10266.  Documentation
  10267.  Samples
  10268.  ToolsK
  10269. Jan 00M
  10270. PowerMac / CodeWarrior IDE 2.1
  10271. ot/ppp
  10272. ot/ppp
  10273. transport
  10274. ot/ppp
  10275. otbuffer
  10276. otbufferinfo
  10277. otfifo
  10278. otgetendpointinfo
  10279. otgetindexedport
  10280. otgetuserportnamefro
  10281. otlifo
  10282. otlink
  10283. otlookup
  10284. otoptionmanagment
  10285. ottcpwilldial
  10286. ottransferproviderow
  10287. ottransferproviderow
  10288. client
  10289. library
  10290. override
  10291. override
  10292. quickdraw
  10293. table
  10294. resource
  10295. when no records are found such as...
  10296.     display dialog "Sorry, the item you selected could not be found."
  10297.     return
  10298. end try
  10299. All Packages
  10300. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  10301. Dev.CD Feb 92
  10302. Dev.CD Vol. XIP)Dev.CD Mar 92
  10303. Dev.CD Feb 92
  10304. Dev.CD Vol. XV
  10305. 60262X
  10306. Mar 92
  10307. v.CD Jul 96 SSW"
  10308.         activate
  10309.     end tell
  10310. on error errMsg number errNum
  10311.     --enter statements to perform when no records are found such as...
  10312.     display dialog "Sorry, the item you selected could not be found."
  10313.     return
  10314. end try
  10315. All Packages
  10316. System 7.5 Update 2.0V
  10317. 59812X
  10318. specifications
  10319. specified
  10320. specifiersn
  10321. specifies
  10322. specifyT
  10323. specifying
  10324. speech
  10325. speed`
  10326. speed-critical
  10327. speeding
  10328. speeds
  10329. spellcheck
  10330. spellchecking
  10331. speller
  10332. spelling
  10333. spells
  10334. spellswell
  10335. spend
  10336. sphere
  10337. splash
  10338. splasher
  10339. split
  10340. sponsored
  10341. spooled
  10342. spooler
  10343. spoolers
  10344. spoolingg
  10345. sports
  10346. spots
  10347. spreadsheets
  10348. spreadsheetss
  10349. sprite
  10350. sprites
  10351. sprocket
  10352. sprocketinvaders
  10353. sprocketinvaders
  10354. featured
  10355. specfically
  10356. built
  10357. sprockets
  10358. storyj
  10359. stragegyj
  10360. strassmann
  10361. strategicj
  10362. strategies
  10363. zationb
  10364. --set theItem to choose file -- uncomment to test in an AS editor
  10365.     tell application "Finder"
  10366.         open item "Dev.CD Apr 94
  10367. Dev.CD Jan 94
  10368. Dev.CD Oct 93
  10369. Dev.CD Jul 93
  10370. Dev.CD Apr 93"
  10371.         activate
  10372.     end tell
  10373. on error errMsg number errNum
  10374.     --enter statements to perform when no records are found such as...
  10375.     display dialog "Sorry, the item you selected could not be found."
  10376.     return
  10377. end try
  10378. equilibrium
  10379. equilibrium's
  10380. equivalent
  10381. error
  10382. ethernetQ
  10383. ethertalkB
  10384. europeanj
  10385. evangelicalj
  10386. event]
  10387. event-aware]
  10388. eventsN
  10389. everj
  10390. everything
  10391. eworldj
  10392. exact`
  10393. examinea
  10394. exampleN
  10395. examples
  10396. exceeds
  10397. exception
  10398. excitingf
  10399. execute
  10400. executingB
  10401. executionh
  10402. exercises
  10403. existing
  10404. expand
  10405. expandable
  10406. f--set theItem to choose file -- uncomment to test in an AS editor
  10407.     tell application "Finder"
  10408.         open item "Dev.CD Jan 96 SSW"
  10409.         activate
  10410.     end tell
  10411. on error errMsg number errNum
  10412.     --enter statements to perform when no records are found such as...
  10413.     display dialog "Sorry, the item you selected could not be found."
  10414.     return
  10415. end try
  10416. providingo
  10417. psetselfsend
  10418. pseudo-item
  10419. pub/pccts
  10420. public
  10421. publicationsw
  10422. published
  10423. publisherf
  10424. publishers
  10425. publishingj
  10426. publishing
  10427. second
  10428. edition
  10429. pulled
  10430. quickdraw
  10431. dimension
  10432. macintosh
  10433. graphics
  10434. pablo
  10435. gardingo
  10436. ~--set theItem to choose file -- uncomment to test in an AS editor
  10437.     tell application "Finder"
  10438.         open item "Dev.CD Oct 94
  10439. Dev.CD Apr 94
  10440. Dev.CD Jan 94"
  10441.         activate
  10442.     end tell
  10443. on error errMsg number errNum
  10444.     --enter statements to perform when no records are found such as...
  10445.     display dialog "Sorry, the item you selected could not be found."
  10446.     return
  10447. end try
  10448. speech
  10449. disabledY
  10450. disableeject
  10451. disables
  10452. disabling
  10453. disambiguatorj
  10454. disappear
  10455. disassembler
  10456. disassemblepictures
  10457. disassembly
  10458. discV
  10459. discard
  10460. 001 (IIvx, IIvi)OEDev.CD Apr 94
  10461. Dev.CD Jan 94
  10462. Dev.CD Oct 93
  10463. Dev.CD Jul 93
  10464. Dev.CD Apr 93PDDev.CD Apr 94
  10465. Dev.CD Jan 94
  10466. Dev.CD Oct 93
  10467. Dev.CD Jul 93
  10468. Dev.CD Apr 9V
  10469. 58591X
  10470. Apr 94
  10471. v.CD Oct 93
  10472. Dev.CD July 92
  10473. Dev.CD June 92
  10474. Dev.CD May 92PTDev.CD Apr 94
  10475. Dev.CD Jan 94
  10476. Dev.CD Oct 93
  10477. Dev.CD July 92
  10478. Dev.CD June 92
  10479. Dev.CD May 9V
  10480. 52257X
  10481. Apr 94
  10482. separatelyb
  10483. --set theItem to choose file -- uncomment to test in an AS editor
  10484.     tell application "Finder"
  10485.         open item "Dev.CD Apr 94
  10486. Dev.CD Jan 94
  10487. Dev.CD Oct 93
  10488. Dev.CD Jul 93"
  10489.         activate
  10490.     end tell
  10491. on error errMsg number errNum
  10492.     --enter statements to perform when no records are found such as...
  10493.     display dialog "Sorry, the item you selected could not be found."
  10494.     return
  10495. end try
  10496.  a folder.
  10497. FileSharingOn:  This snippet demonstrates how to determine whether or not Fil
  10498. e Sharing is on. 
  10499. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  10500. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  10501. --set theItem to choose file -- uncomment to test in an AS editor
  10502.     tell application "Finder"
  10503.         open item "Dev.CD Apr 94
  10504. Dev.CD Jan 94
  10505. Dev.CD Oct 93
  10506. Dev.CD Jul 93
  10507. Dev.CD Apr 93"
  10508.         activate
  10509.     end tell
  10510. on error errMsg number errNum
  10511.     --enter statements to perform when no records are found such as...
  10512.     display dialog "Sorry, the item you selected could not be found."
  10513.     return
  10514. end try
  10515. found."
  10516.     return
  10517. end try
  10518. All Packages
  10519. QuickDraw GXO
  10520. Dev.CD Aug 96 TCP
  10521. Dev.CD Aug 96 TV
  10522. 58270X
  10523. Aug 96
  10524. e--set theItem to choose file -- uncomment to test in an AS editor
  10525.     tell application "Finder"
  10526.         open item "Dev.CD Aug 96 TC"
  10527.         activate
  10528.     end tell
  10529. on error errMsg number errNum
  10530.     --enter statements to perform when no records are found such as...
  10531.     display dialog "Sorry, the item you selected could not be found."
  10532.     return
  10533. end try
  10534. All Packages
  10535. QuickDraw GXO
  10536. Dev.CD Aug 96 TCP
  10537. Dev.CD Aug 96 TV
  10538. 58271X
  10539. ft JIS.
  10540.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  10541.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  10542.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  10543.  Various mappings for CJK encodings were improved.
  10544.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  10545. 5fewer missing characters in some conversions.
  10546.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  10547.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  10548.  Improved multiple script runs and long digit sequences.
  10549.  Improved building conversions involving Unicode variants, including UTF-8.
  10550. Dec 97L
  10551. Dec 99W
  10552. DraggingSpritesI
  10553. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J
  10554. Sample Code.imgK
  10555. Feb 00
  10556. - Common
  10557.     - Sun Compliant Java Runtime Environment 1.1
  10558.     - QuickTime 3 
  10559.     - QTJava.zip
  10560.     - QTJava media samples
  10561. - Mac OS:
  10562.     - System 8 or later
  10563.     - Macintosh Runtime for Java (MRJ) 2.1
  10564. - Windows 95, 98, or NT::
  10565.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10566. QuickTime, Java, MRJO
  10567. Dev.CD May 00 TC:Sample Code:P
  10568. Dev.CD May 00 TC
  10569.  - Sample CodeV
  10570. 61583 open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  10571.         activate
  10572.     end tell
  10573. on error errMsg number errNum
  10574.     --enter statements to perform when no records are found such as...
  10575.     display dialog "Sorry, the item you selected could not be found."
  10576.     return
  10577. end try
  10578. e    No Changef
  10579. Apple Events
  10580. AppleEventsq
  10581. Dev.CD Mar 00 RL Disk 1
  10582. All Packages
  10583. Dev.CD May 00 TC
  10584.  - Sample CodeV
  10585. 62178X
  10586. May 00^
  10587. r--set theItem to choose file -- uncomment to test in an AS editor
  10588.     tell application "Finder"
  10589.         open item "Dev.CD May 00 TC:Sample Code:"
  10590.         activate
  10591.     end tell
  10592. on error errMsg number errNum
  10593.     --enter statements to perform when no records are found such as...
  10594.     display dialog "Sorry, the item you selected could not be found."
  10595.     return
  10596. end try
  10597. e    No Changeq
  10598. Dev.CD May 00 TC
  10599. D!All Packages
  10600. Tool Chest Edition
  10601. Snippets - Toolbox
  10602.     em to choose file -- uncomment to test in an AS editor
  10603.     tell application "Finder"
  10604.         open item "Dev.CD Jul 95"
  10605.         activate
  10606.     end tell
  10607. on error errMsg number errNum
  10608.     --enter statements to perform when no records are found such as...
  10609.     display dialog "Sorry, the item you selected could not be found."
  10610.     return
  10611. end try
  10612. D!All Packages
  10613. Tool Chest Edition
  10614. 7Edit
  10615. theory@
  10616. there@
  10617. they@
  10618. think@
  10619. MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.s
  10620. codewarrioru
  10621. codewarrior
  10622. coerceprgeneral
  10623. coerceprgeneral
  10624. coercion]
  10625. collection
  10626. color[
  10627. color
  10628. locator
  10629. ed, such as the 4400, 6400 or 7200.
  10630. DIMM Config&Interleave
  10631. DIMM Config.rsrc
  10632. DIMM Configuration Read Me v1.1
  10633. DIMM Interleave Rlsd.
  10634. DIMM Interleave Rlsd.
  10635.  Data
  10636. FindHammerHead.c
  10637. Interleave.c
  10638. Interleave.h
  10639. TestBanks.cK
  10640. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD May 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD May 00 TC
  10641.  - Tool Chest
  10642.  - Memory
  10643.  - DIMM Config&Interleave v1.1tivate
  10644.     end tell
  10645. on error errMsg number errNum
  10646.     --enter statements to perform when no records are found such as...
  10647.     display dialog "Sorry, the item you selected could not be found."
  10648.     return
  10649. end try
  10650. All Packages
  10651. F    QuickTimeO
  10652. Dev.CD Jan 94P
  10653. Dev.CD Jan 9V
  10654. 58308X
  10655. Jan 94
  10656. 62139X
  10657. Mar 00^    RL Disk 1
  10658. --set theItem to choose file -- uncomment to test in an AS editor
  10659.     tell application "Finder"
  10660.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Security SDK:"
  10661.         activate
  10662.     end tell
  10663. on error errMsg number errNum
  10664.     --enter statements to perform when no records are found such as...
  10665.     display dialog "Sorry, the item you selected could not be found."
  10666.     return
  10667. end try
  10668. e    No Changef-Keychain
  10669. URL Access
  10670. Cryptography
  10671. File Signingq
  10672. Dev.CD Mar 00 RL Disk 1
  10673. D!All Packages
  10674. Tool Chest Edition
  10675. Sedit 1.0b3I
  10676. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  10677. Sedit Documentation
  10678. Template.rK
  10679. Vol IIIL
  10680. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:nge
  10681. 61844X
  10682. May 00^
  10683. r--set theItem to choose file -- uncomment to test in an AS editor
  10684.     tell application "Finder"
  10685.         open item "Dev.CD May 00 TC:Sample Code:"
  10686.         activate
  10687.     end tell
  10688. on error errMsg number errNum
  10689.     --enter statements to perform when no records are found such as...
  10690.     display dialog "Sorry, the item you selected could not be found."
  10691.     return
  10692. end try
  10693. e    No Changef;Cryptographic Authentication 
  10694. AppleShare IP
  10695.  Appearance Mgrq
  10696. Dev.CD May 00 TC
  10697. ^D(All Packages
  10698. Reference Library Edition
  10699. Pippin Technical Notes
  10700. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  10701. Nov 99^
  10702. #DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  10703. ColorSync profile rename toolt theItem to choose file -- uncomment to test in an AS editor
  10704.     tell application "Finder"
  10705.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  10706.         activate
  10707.     end tell
  10708. on error errMsg number errNum
  10709.     --enter statements to perform when no records are found such as...
  10710.     display dialog "Sorry, the item you selected could not be found."
  10711.     return
  10712. end try
  10713. Deletedq
  10714. Dev.CD Nov 99 TC
  10715. +D!All Packages
  10716. Tool Chest Edition
  10717. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  10718. Apple Directions 01/96
  10719. Apple Directions 02/96
  10720. Apple Directions 03/96
  10721. Apple Directions 04/96
  10722. Apple Directions 05/96
  10723. Apple Directions 06/96
  10724. Apple Directions 07/96
  10725. Apple Directions 08/96
  10726. Apple Directions 09/96
  10727. Apple Directions 10/96
  10728. Apple Directions 11-12/96K
  10729. Mar 96L
  10730. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  10731. packagesA
  10732. Wen no records are found such as...
  10733.     display dialog "Sorry, the item you selected could not be found."
  10734.     return
  10735. end try
  10736. All Packages
  10737. Summary:  The Communications Toolbox SDK contains:
  10738. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  10739.         
  10740. XMODEM 1.1 Tool
  10741.         
  10742. Serial 1.0.2 Tool
  10743. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  10744. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  10745. The Communications 1 folder contains the 1.0.2 installer scr
  10746. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  10747. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  10748. NOTE:  Developers should do all new development with Open Transport where possible.
  10749. Aug 93L
  10750. shimmermate
  10751. shipmentsj
  10752. shippede
  10753. shipping
  10754. shipsj
  10755. shoot
  10756. short
  10757. shortcuts
  10758. shotsB
  10759. shouldN
  10760. shouldn't
  10761. show/hide
  10762. showballoon
  10763. showcase
  10764. showdraghilite
  10765. showicon
  10766. quicktake
  10767. resource
  10768. resource
  10769. management
  10770. resources
  10771. return
  10772. return
  10773. investment
  10774. ringQ
  10775. robustness
  10776. router
  10777. sample
  10778. sample
  10779. saving
  10780. saving
  10781. state
  10782. timing
  10783. Apr 9V
  10784. 50860X
  10785. Oct 93
  10786. -D!All Packages
  10787. Tool Chest Edition
  10788. japan
  10789. japanese
  10790. japanese
  10791. language
  10792. japanese
  10793. language
  10794. drawing
  10795. javasprites
  10796. helper
  10797. jisapplet
  10798. sample
  10799. jsaver
  10800. jscriptapplet
  10801. kanjitalk
  10802. kanjitalk
  10803. update
  10804. ead Me
  10805. Read Me.txtK
  10806. Vol XIM
  10807. MPWOADev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD May 00 TC
  10808.  - Tool Chest
  10809.  - Development Kits
  10810.  - MPW Related
  10811.  - MPWToolV
  10812. 59286X
  10813. May 00^
  10814. --set theItem to choose file -- uncomment to test in an AS editor
  10815.     tell application "Finder"
  10816.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  10817.         activate
  10818.     end tell
  10819. on error errMsg number errNum
  10820.     --enter statements to perform when no records are found such as...
  10821.     display dialog "Sorry, the item you selected could not be found."
  10822.     return
  10823. end try
  10824. end try
  10825. mentors
  10826. modeled
  10827. modelsd
  10828. modemT
  10829. moderated
  10830. modermd
  10831. moderny
  10832. modes
  10833. modified[
  10834. modifier
  10835. modify
  10836. modifying
  10837. modulet
  10838. modulesQ
  10839. momentumj
  10840. moneys
  10841. monitorT
  10842. monitoringA
  10843. monthlyj
  10844. more]
  10845. technologiesp
  10846. technologyh
  10847. technote
  10848. technotes
  10849. tecsetbasicoptions
  10850. teknosys
  10851. telephone
  10852. telephones
  10853. telephony
  10854. tells
  10855. templatey
  10856. templatesz
  10857. fo for installed drives.
  10858. RAMDisk 1.4d5:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  10859. SCSI Samples 1.0:  This folder contains several
  10860.  snippets that illustrate the original and asy
  10861. issue
  10862. highlights
  10863. issue
  10864. highlights
  10865. issue
  10866. highlights
  10867. issuesT
  10868. issues
  10869. compiles
  10870. 61804X
  10871. Jan 97^
  10872. --set theItem to choose file -- uncomment to test in an AS editor
  10873.     tell application "Finder"
  10874.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  10875.         activate
  10876.     end tell
  10877. on error errMsg number errNum
  10878.     --enter statements to perform when no records are found such as...
  10879.     display dialog "Sorry, the item you selected could not be found."
  10880.     return
  10881. end try
  10882. Deletedq
  10883. Dev.CD Jan 97 SDK2
  10884. 6D!All Packages
  10885. Mac OS SDK Edition
  10886. OpenDoc International
  10887. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  10888. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  10889. 61805X
  10890. Deleted
  10891. one wanted such a picture, s
  10892. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:P;Dev.CD Mar 00 RL Disk 2
  10893.  - Technical Publications
  10894.  - macos8
  10895. a (MRJ) 2.1
  10896. - Windows 95, 98, or NT::
  10897.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10898. lls Guide.pdf
  10899. CompbasedMediaBroadcastEnv
  10900. Creating MIDI for the Web3.pdf
  10901. DeBabelizer 3.0.pdf
  10902. Design For Reuse.pdf
  10903. DesignForRobustness
  10904. Digital Asset Management.pdf
  10905. Digital Storyboard.pdf 
  10906. DVD Development.pdf
  10907. DVD_Primer.pdf
  10908. Enhanced CD Survival Guide.pdf
  10909. EOModeler
  10910. Frameworks.pdf
  10911. Gender-Based Title Creation.pdf
  10912. Int_Media_Writer_Resources.pdf
  10913. Java Survival Guide.pdf
  10914. Making Cool QD3D Apps.pdf
  10915. Music on the Net.pdf
  10916. New Audio Features QT3.pdf
  10917. Porting
  10918. Jul 98ramework saves time and effort, but debugging 
  10919. hands
  10920. handwriting
  10921. handy
  10922. hanging
  10923. hangul
  10924. hanja
  10925. happen
  10926. happened
  10927. hard-won
  10928. hardware
  10929. hardwared
  10930. harlan
  10931. harness
  10932. harper
  10933. harry
  10934. hasn't
  10935. haveZ
  10936. IP=Dev.CD Nov 99 TC
  10937.  - System Software
  10938.  - Worldwide QuickDraw GX
  10939. rights@
  10940. rischspater@
  10941. routines@
  10942. sample@
  10943. sample
  10944. code@
  10945. sample
  10946. demonstrating
  10947. certain
  10948. kinds
  10949. samples@
  10950. savemenu@
  10951. schedule@
  10952. scriptswitcher8
  10953. quick
  10954. modify
  10955. resources
  10956. scroll@
  10957. searchprocs@
  10958. seed@
  10959. segment@
  10960. selections@
  10961. sequence@
  10962. servers@
  10963. setproject@
  10964. severe@
  10965. shadow@
  10966. shimmermate@
  10967. showing@
  10968. shutdown@
  10969. similarities@
  10970. simple
  10971. sample
  10972. which
  10973. demonstrates
  10974. setdeskcpa@
  10975. sites@
  10976. small@
  10977. snapshots@
  10978. snippet@
  10979. society@
  10980. solaris@
  10981. solution@
  10982. solve@
  10983. sounds@
  10984. sparcstations@
  10985. specifications@
  10986. standards@
  10987. stat@
  10988. strategy@
  10989. strongest@
  10990. stylemap@
  10991. macsn@
  10992. summary
  10993. description
  10994. input
  10995. methods
  10996. chinese
  10997.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  10998.  16 megabytes of  DRAM (memory)
  10999.  Video source (for instance, a video camera or VCR)
  11000.  Audio source (for instance, a  PlainTalk microphone or VCR)
  11001.  Network connection (for instance, Ethernet or ISDN)
  11002.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  11003. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media Conferenceisassembler
  11004. viewer
  11005. edito
  11006. resolution
  11007. resource
  11008. resourcesY
  11009. rgbforecolor
  11010. ringQ
  11011. riser
  11012. robustness
  11013. router
  11014. routing
  11015. runtime
  11016. sample
  11017. sample
  11018. sample
  11019. traffic
  11020. light
  11021. saving
  11022. scanner
  11023. scomP
  11024. screen
  11025. script\
  11026. scriptable\
  11027. answers
  11028. anymore
  11029. anyone
  11030. anything
  11031. aphorisms
  11032. apisd
  11033. apoplexy
  11034. app'sp
  11035. appearo
  11036. appearanced
  11037. appeared
  11038. appearing
  11039. appendages
  11040. appendditl
  11041. appendix
  11042. appendixesw
  11043. appleO
  11044. All Packages
  11045. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  11046. Dev.CD Jan 94
  11047. Dev.CD Oct 93P(Dev.CD Apr 94
  11048. Dev.CD Jan 94
  11049. Dev.CD Oct 9V
  11050. 62434X
  11051. Apr 94
  11052. ~--set theItem to choose file -- uncomment to test in an AS editor
  11053.     tell application "Finder"
  11054.         open item "Dev.CD Apr 94
  11055. Dev.CD Jan 94
  11056. Dev.CD Oct 93"
  11057.         activate
  11058.     end tell
  11059. on error errMsg number errNum
  11060.     --enter statements to perform when no records are found such as...
  11061.     display dialog "Sorry, the item you selected could not be found."
  11062.     return
  11063. end try
  11064. All Packages
  11065. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11066. Dev.CD Jan 94
  11067. Dev.CD Oct 93
  11068. Dev.CD Jul 93P6Dev.CD Apr 94
  11069. Dev.CD Jan 94
  11070. Dev.CD Oct 93
  11071. Dev.CD Jul 9V
  11072. 62435X
  11073. Apr 94
  11074. Devices:NuBus/Slot Manager:Slot Look:PLDev.CD May 00 TC
  11075.  - Tool Chest
  11076.  - Devices
  11077.  - NuBus/Slot Manager
  11078.  - Slot LookV
  11079. 59693X
  11080. May 00^
  11081. 61557X
  11082. Mar 00^    RL Disk 1
  11083. --set theItem to choose file -- uncomment to test in an AS editor
  11084.     tell application "Finder"
  11085.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:"
  11086.         activate
  11087.     end tell
  11088. on error errMsg number errNum
  11089.     --enter statements to perform when no records are found such as...
  11090.     display dialog "Sorry, the item you selected could not be found."
  11091.     return
  11092. end try
  11093. e    No Changeq
  11094. Dev.CD Mar 00 RL Disk 1
  11095. All Packages
  11096. develop Issue 29
  11097. 61558X
  11098. tra information about files that depend on other files.  
  11099. GrabGuy: An application that creates QuickTime
  11100.  movies from videotape.
  11101. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  11102. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  11103. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  11104. Set Movie Information: An appli
  11105. 61828X
  11106. Nov 99^
  11107. --set theItem to choose file -- uncomment to test in an AS editor
  11108.     tell application "Finder"
  11109.         open item "Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:"
  11110.         activate
  11111.     end tell
  11112. on error errMsg number errNum
  11113.     --enter statements to perform when no records are found such as...
  11114.     display dialog "Sorry, the item you selected could not be found."
  11115.     return
  11116. end try
  11117. Deletedf5Global search and replace; software project archivingq
  11118. Dev.CD Nov 99 TC
  11119. ND!All Packages
  11120. Tool Chest Edition
  11121. Pascal Sample 3.0B10
  11122. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  11123. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  11124. Issues:  No C version available yet.
  11125. JLPascal Sample
  11126. Read Me - Sample
  11127. Sample documents:
  11128. Source:
  11129. THINK Pascal files:K
  11130. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  11131. 61829X
  11132. Deleted
  11133. what's[
  11134. what's
  11135. updated
  11136. whatever
  11137. whenW
  11138. whichW
  11139. All Packages
  11140. System Enabler 003 (LC III)OEDev.CD Apr 94
  11141. Dev.CD Jan 94
  11142. Dev.CD Oct 93
  11143. Dev.CD Jul 93
  11144. Dev.CD Apr 93PDDev.CD Apr 94
  11145. Dev.CD Jan 94
  11146. Dev.CD Oct 93
  11147. Dev.CD Jul 93
  11148. Dev.CD Apr 9V
  11149. 62317X
  11150. Apr 94
  11151. --set theItem to choose file -- uncomment to test in an AS editor
  11152.     tell application "Finder"
  11153.         open item "Dev.CD Apr 94
  11154. Dev.CD Jan 94
  11155. Dev.CD Oct 93
  11156. Dev.CD Jul 93
  11157. Dev.CD Apr 93"
  11158.         activate
  11159.     end tell
  11160. on error errMsg number errNum
  11161.     --enter statements to perform when no records are found such as...
  11162.     display dialog "Sorry, the item you selected could not be found."
  11163.     return
  11164. end try
  11165. All Packages
  11166. System Enabler 003 (LC III)OEDev.CD Apr 94
  11167. Dev.CD Jan 94
  11168. Dev.CD Oct 93
  11169. Dev.CD Jul 93
  11170. Dev.CD Apr 93PDDev.CD Apr 94
  11171. Dev.CD Jan 94
  11172. Dev.CD Oct 93
  11173. Dev.CD Jul 93
  11174. Dev.CD Apr 9V
  11175. 62318X
  11176. Apr 94
  11177. number
  11178. numbers
  11179. numerals
  11180. numerousp
  11181. objectQ
  11182. object-based
  11183. p--set theItem to choose file -- uncomment to test in an AS editor
  11184.     tell application "Finder"
  11185.         open item "Dev.CD Apr 94
  11186. Dev.CD Jan 94"
  11187.         activate
  11188.     end tell
  11189. on error errMsg number errNum
  11190.     --enter statements to perform when no records are found such as...
  11191.     display dialog "Sorry, the item you selected could not be found."
  11192.     return
  11193. end try
  11194. korean
  11195. korean-language
  11196. kotoeri
  11197. kunicodetextrunheuri
  11198. label
  11199. labels
  11200. labels-like
  11201. labor
  11202. lands
  11203. languages
  11204. language-neutral
  11205. languagess
  11206. largeb
  11207. large
  11208. collection
  11209. tools
  11210. scripts
  11211. libraries
  11212. examples
  11213. larger
  11214. e    No Changef"Inside Mac
  11215. Inside Macintosh
  11216. Mac OSq
  11217. Dev.CD Mar 00 RL Disk 2
  11218. All Packages
  11219. A&Technical Publications: Mac OS 8 and 9
  11220. Summary:
  11221. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  11222. What's New
  11223. =========
  11224. CarbonLib Porting Guide
  11225. -----------------------------
  11226. This guide is for Mac OS 9 developers who want to port their applications to use the Carbon API. Such applications can run on Mac OS 9 using the CarbonLib
  11227. 62533X
  11228. usingA
  11229. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  11230. Features: 
  11231. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  11232. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  11233. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  11234. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  11235. Files can be saved to hold the user-defined critieria and actions that users create.
  11236. The Snarfer can run on Internet Routers and handle multiple ports.
  11237. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  11238. J8The Snarfer
  11239. The Snarfer Read Me
  11240. The Snarfer User's GuideK
  11241. Jul 92 Packages
  11242. cfequal
  11243. cfhash
  11244. cfhashcode
  11245. cfindex
  11246. cfm-68k
  11247. cfoptionflags
  11248. cfpropertylist
  11249. cfpropertylist
  11250. cfrange
  11251. cfrelease
  11252. cfretain
  11253. cfset
  11254. cfset
  11255. cfstring
  11256. cfstring
  11257. cfstringencodingsext
  11258. cfstringencodingsext
  11259. cftree
  11260. cftree
  11261. cftype
  11262. cftypeid
  11263. character
  11264. character
  11265. encoding
  11266. character
  11267. characters
  11268. charset
  11269. chinese
  11270. chinese
  11271. language
  11272. traditional
  11273. simplified
  11274. choose
  11275. chooser
  11276. ciconhandle
  11277. class
  11278. classes
  11279. client
  11280. clock
  11281. loading
  11282. codes
  11283. collation
  11284. collection
  11285. collection
  11286. services
  11287. color
  11288. color
  11289. depth
  11290. color
  11291. color
  11292. picker
  11293. 2.1.1
  11294. colorsync
  11295. colorsync
  11296. photoshop
  11297. plug-ins
  11298. colour
  11299. colour
  11300. table
  11301. communications
  11302. communications
  11303. toolbox
  11304. compare
  11305. compilers
  11306. component
  11307. All Packages
  11308. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  11309. Dev.CD Jan 94
  11310. Dev.CD Oct 93
  11311. Dev.CD Jul 93
  11312. Dev.CD Apr 93PDDev.CD Apr 94
  11313. Dev.CD Jan 94
  11314. Dev.CD Oct 93
  11315. Dev.CD Jul 93
  11316. Dev.CD Apr 9V
  11317. 62287X
  11318. Apr 94
  11319. --set theItem to choose file -- uncomment to test in an AS editor
  11320.     tell application "Finder"
  11321.         open item "Dev.CD Apr 94
  11322. Dev.CD Jan 94
  11323. Dev.CD Oct 93
  11324. Dev.CD Jul 93
  11325. Dev.CD Apr 93"
  11326.         activate
  11327.     end tell
  11328. on error errMsg number errNum
  11329.     --enter statements to perform when no records are found such as...
  11330.     display dialog "Sorry, the item you selected could not be found."
  11331.     return
  11332. end try
  11333. All Packages
  11334. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  11335. Dev.CD Jan 94
  11336. Dev.CD Oct 93
  11337. Dev.CD Jul 93
  11338. Dev.CD Apr 93PDDev.CD Apr 94
  11339. Dev.CD Jan 94
  11340. Dev.CD Oct 93
  11341. Dev.CD Jul 93
  11342. Dev.CD Apr 9V
  11343. 62288X
  11344. Apr 94
  11345. orama
  11346. paraphernalia
  11347. parent
  11348. parrt
  11349. parse
  11350. parserV
  11351. parses
  11352. parsing
  11353. spooler
  11354. sprockets
  11355. interfaces
  11356. files
  11357. sample
  11358. staging
  11359. staging
  11360. alerts
  11361. standalone
  11362. standalone
  11363. quick
  11364. start
  11365. standard
  11366. standardsv
  11367. start
  11368. start
  11369. started
  11370. starter
  11371. startup
  11372. stoppinf
  11373. stoppinf
  11374. icons
  11375. storyboard
  11376. stream
  11377. stress
  11378. stress
  11379. testing
  11380. tools
  11381. strip
  11382. stripdup
  11383. stripdup
  11384. stripunits
  11385. strwidth
  11386. strwidth
  11387. libraries
  11388. stuff
  11389. stylew
  11390. style
  11391. submission
  11392. success
  11393. suitem
  11394. suitesm
  11395. suites
  11396. under
  11397. developmentm
  11398. support
  11399. supporting
  11400. supporting
  11401. files
  11402. survey
  11403. survival
  11404. sweden
  11405. sweden
  11406. distributors/localiz
  11407. switch
  11408. switch
  11409. switz
  11410. switz
  11411. distributors/localiz
  11412. symantec
  11413. symantec
  11414. builds
  11415. MacApp R13u5 
  11416. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  11417. Install MacApp R13u5
  11418. activate
  11419.     end tell
  11420. on error errMsg number errNum
  11421.     --enter statements to perform when no records are found such as...
  11422.     display dialog "Sorry, the item you selected could not be found."
  11423.     return
  11424. end try
  11425. e    No Changeq
  11426. Dev.CD May 98 TC
  11427. D!All Packages
  11428. Mac OS SDK Edition
  11429. Interactive Corp Success Guide
  11430.     ges.
  11431.  Various improvements to AppleScript support.
  11432.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  11433.  Imaging a fo
  11434. --set theItem to choose file -- uncomment to test in an AS editor
  11435.     tell application "Finder"
  11436.         open item "Dev.CD Apr 94
  11437. Dev.CD Jan 94
  11438. Dev.CD Oct 93
  11439. Dev.CD Jul 93
  11440. Dev.CD Apr 93"
  11441.         activate
  11442.     end tell
  11443. on error errMsg number errNum
  11444.     --enter statements to perform when no records are found such as...
  11445.     display dialog "Sorry, the item you selected could not be found."
  11446.     return
  11447. end try
  11448. errors
  11449. esfahani
  11450. eskimo
  11451. espana
  11452. especially
  11453. essence
  11454. essential
  11455. essentials
  11456. establish
  11457. established
  11458. establishing
  11459. establishment
  11460. All Packages
  11461. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  11462. Dev.CD Jan 94
  11463. Dev.CD Oct 93
  11464. Dev.CD Jul 93
  11465. Dev.CD Apr 93PDDev.CD Apr 94
  11466. Dev.CD Jan 94
  11467. Dev.CD Oct 93
  11468. Dev.CD Jul 93
  11469. Dev.CD Apr 9V
  11470. 62331X
  11471. Apr 94
  11472. --set theItem to choose file -- uncomment to test in an AS editor
  11473.     tell application "Finder"
  11474.         open item "Dev.CD Apr 94
  11475. Dev.CD Jan 94
  11476. Dev.CD Oct 93
  11477. Dev.CD Jul 93
  11478. Dev.CD Apr 93"
  11479.         activate
  11480.     end tell
  11481. on error errMsg number errNum
  11482.     --enter statements to perform when no records are found such as...
  11483.     display dialog "Sorry, the item you selected could not be found."
  11484.     return
  11485. end try
  11486. All Packages
  11487. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  11488. Dev.CD Jan 94
  11489. Dev.CD Oct 93
  11490. Dev.CD Jul 93
  11491. Dev.CD Apr 93PDDev.CD Apr 94
  11492. Dev.CD Jan 94
  11493. Dev.CD Oct 93
  11494. Dev.CD Jul 93
  11495. Dev.CD Apr 9V
  11496. 62332X
  11497. Apr 94
  11498. needed^
  11499. needsT
  11500. net/biz/bbsw
  11501. netcom
  11502. 61830X
  11503. Apr 98^
  11504. --set theItem to choose file -- uncomment to test in an AS editor
  11505.     tell application "Finder"
  11506.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  11507.         activate
  11508.     end tell
  11509. on error errMsg number errNum
  11510.     --enter statements to perform when no records are found such as...
  11511.     display dialog "Sorry, the item you selected could not be found."
  11512.     return
  11513. end try
  11514. e    No Changef
  11515. PCCard
  11516. Hooper
  11517. PowerBook
  11518. Cometq
  11519. Dev.CD Apr 98 SDK1
  11520. PC Card SDKsI
  11521. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  11522. PC Card Manager 3.0
  11523. What's the difference?K
  11524. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  11525.  - Development Kits
  11526.  - Hardware
  11527.  - PC Card SDKsV
  11528. 61831X
  11529. 1rd SDKsV
  11530. 61831X
  11531. 1e    No Change
  11532. summary
  11533. lockvol
  11534. control
  11535. panel
  11536. device
  11537. summary
  11538. error
  11539. tones
  11540. application
  11541. explains
  11542. summary
  11543. runtime
  11544. apple's
  11545. implementatio
  11546. summary
  11547. macbinary
  11548. standard
  11549. summary
  11550. maccalendar
  11551. control
  11552. strip
  11553. module
  11554. displays
  11555. summary
  11556. macintosh
  11557. application
  11558. environment
  11559. virtual
  11560. summary
  11561. macintosh
  11562. software
  11563. distributed
  11564. world
  11565. summary
  11566. macintosh
  11567. developer
  11568. notes
  11569. published
  11570. developer
  11571. summary
  11572. macintosh
  11573. technology
  11574. apple
  11575. summary
  11576. macintosh
  11577. translation
  11578. manager
  11579. summary
  11580. macodbc
  11581. standard
  11582. developers
  11583. write
  11584. summary
  11585. makemake
  11586. which
  11587. generates
  11588. correct
  11589. summary
  11590. manalyzer
  11591. local
  11592. network
  11593. analyzer
  11594. summary
  11595. sample
  11596. discussion
  11597. detect
  11598. whether
  11599. summary
  11600. sample
  11601. network
  11602. chess
  11603. application
  11604. gementV
  11605. 60466X
  11606. May 00^
  11607. 54623X
  11608. Jun 97
  11609. 1.3a6
  11610. 1.4.2]
  11611. 1.4mb
  11612. 1.5.1
  11613. 1.5b16
  11614. 10-newton
  11615. 10/95j
  11616. 10/96k
  11617. 10/97l
  11618. fileso
  11619. 11-12/96k
  11620. 11-otherR
  11621. 11-other
  11622. topicsR
  11623. 11/95j
  11624. 11/97l
  11625. 12-trainingR
  11626. 12-training
  11627. schedule
  11628. 12/95j
  11629. 13-duR
  11630. 13-du
  11631. training
  11632. sites
  11633. 2-1.1.3
  11634. 2.0.1t
  11635. 2.0.2
  11636. 2.0.6
  11637. 2.0.6
  11638. files
  11639. 2.0b6
  11640. 2.1.1p
  11641. 2.1.1d1
  11642. usedistanthdwrmem
  11643. uselocalhdwrmem
  11644. utilities
  11645. utility
  11646. utility
  11647. space
  11648. variable
  11649. variables
  11650. vector
  11651. 61806X
  11652. May 00^
  11653. --set theItem to choose file -- uncomment to test in an AS editor
  11654.     tell application "Finder"
  11655.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  11656.         activate
  11657.     end tell
  11658. on error errMsg number errNum
  11659.     --enter statements to perform when no records are found such as...
  11660.     display dialog "Sorry, the item you selected could not be found."
  11661.     return
  11662. end try
  11663. e    No ChangefVTanzania
  11664. Zanzibar
  11665. StarMax
  11666. Open Firmware
  11667. Bridge
  11668. PCI-PCI Bridge
  11669. Riserq
  11670. Dev.CD May 00 TC
  11671. 8D!All Packages
  11672. Tool Chest Edition
  11673. OpenGL DrawSprocket
  11674.     nection with ResEdit or DAM Generator .OoDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD May 00 TC
  11675.  - Tool Chest
  11676.  - Interapplication Communication
  11677.  - Data Access Manager
  11678.  - Data Access Manager French Demor,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  11679. Dev.CD Jan 94P
  11680. Dev.CD Jan 9V
  11681. 62043X
  11682. Jan 94
  11683. b--set theItem to choose file -- uncomment to test in an AS editor
  11684.     tell application "Finder"
  11685.         open item "Dev.CD Jan 94"
  11686.         activate
  11687.     end tell
  11688. on error errMsg number errNum
  11689.     --enter statements to perform when no records are found such as...
  11690.     display dialog "Sorry, the item you selected could not be found."
  11691.     return
  11692. end try
  11693. All Packages
  11694. F    QuickTimeO
  11695. Dev.CD Jan 94
  11696. Dev.CD Oct 93P
  11697. Dev.CD Jan 94
  11698. Dev.CD Oct 9V
  11699. 62044X
  11700. Jan 94
  11701. p--set theItem to choose file -- uncomment to test in an AS editor
  11702.     tell application "Finder"
  11703.         open item "Dev.CD Jan 94
  11704. Dev.CD Oct 93"
  11705.         activate
  11706.     end tell
  11707. on error errMsg number errNum
  11708.     --enter statements to perform when no records are found such as...
  11709.     display dialog "Sorry, the item you selected could not be found."
  11710.     return
  11711. end try
  11712. All Packages
  11713. F    QuickTimeO
  11714. Dev.CD Jan 94
  11715. Dev.CD Oct 93V
  11716. 62045X
  11717. field
  11718. tation
  11719. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  11720. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  11721. s already been written for you.
  11722. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  11723. t anything like learning to program computers. Right?
  11724. KON & BAL
  11725. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  11726. s a possibility you might actually score on this one!
  11727. JEdevelop Issue 27:
  11728. develop Issue 27 code:
  11729. develop Issue 27 references:K
  11730. Sep 96L
  11731. Nov 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Mar 00 RL Disk 1
  11732.  - Technical Documentation
  11733.  - Develop
  11734.  - develop Issue 27
  11735. tries
  11736. triggerT
  11737. tripped
  11738. trivial
  11739. truetype
  11740. truth
  11741. tsmte
  11742. tuning
  11743. tunnel
  11744. tupledumper
  11745. tuples
  11746. turnedA
  11747. turning
  11748. turtle
  11749. tutorialq
  11750. twiddle
  11751. twisted
  11752. twists
  11753. two-byte
  11754. two-part
  11755. two-phase
  11756. twofold
  11757. typea
  11758. typed
  11759. types[
  11760. typically
  11761. typing
  11762. typist
  11763. typographic
  11764. typography
  11765. unbeknownst
  11766. unbound
  11767. underX
  11768. underlays
  11769. underlie
  11770. underlyingp
  11771. underneath
  11772. understand
  11773. understanding
  11774. OCDev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Apr 00 SDK1
  11775.  - Development Kits
  11776.  - Mac OS
  11777.  - Macintosh Drag and Dropest to developers writing their own XCMDS.
  11778. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  11779. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  11780. !Read me (obsolete&unsupported)
  11781. !Read me.txt
  11782. AppleTalk ToolKit.img
  11783. CD Audio Toolkit 1.0.img
  11784. HyperCard CTB Toolkit 1.0b2.img
  11785. HyperCard Serial Toolkit 2..img
  11786. HyperCard Video Toolkit 2.0.img
  11787. Ideas Toolkit 1.0.img
  11788. Prototyping Toolkit 2.0.imgK
  11789. May 95M
  11790. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:nd useful way to handle errors and other unexpe
  11791. All Packages
  11792. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11793. Dev.CD Jan 94
  11794. Dev.CD Oct 93
  11795. Dev.CD Jul 93P6Dev.CD Apr 94
  11796. Dev.CD Jan 94
  11797. Dev.CD Oct 93
  11798. Dev.CD Jul 9V
  11799. 62446X
  11800. Apr 94
  11801. --set theItem to choose file -- uncomment to test in an AS editor
  11802.     tell application "Finder"
  11803.         open item "Dev.CD Apr 94
  11804. Dev.CD Jan 94
  11805. Dev.CD Oct 93
  11806. Dev.CD Jul 93"
  11807.         activate
  11808.     end tell
  11809. on error errMsg number errNum
  11810.     --enter statements to perform when no records are found such as...
  11811.     display dialog "Sorry, the item you selected could not be found."
  11812.     return
  11813. end try
  11814. All Packages
  11815. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  11816. Dev.CD Jan 94
  11817. Dev.CD Oct 93
  11818. Dev.CD Jul 93
  11819. Dev.CD Apr 93PDDev.CD Apr 94
  11820. Dev.CD Jan 94
  11821. Dev.CD Oct 93
  11822. Dev.CD Jul 93
  11823. Dev.CD Apr 9V
  11824. 62447X
  11825. Apr 94
  11826. hifi-color
  11827. highg
  11828. high-end
  11829. high-leveld
  11830. highlighting
  11831. highlightsj
  11832. hints
  11833. historyu
  11834. holdsh
  11835. holidayj
  11836. D!All Packages
  11837. Tool Chest Edition
  11838. Menu Defproc 1.0.3
  11839. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  11840. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  11841. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  11842. .CD Apr 98 SDK1
  11843. JD!All Packages
  11844. Tool Chest Edition
  11845. AppsToGo
  11846. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  11847. Issues:  Free -- use at own risk
  11848. Sample Code.imgK
  11849. May 93L
  11850. Nov 94M
  11851. Development-caliber Mac.:Sample Code:V
  11852. 57710X
  11853. Moved
  11854. glossariess
  11855. glossaryw
  11856. gluen
  11857.  on Acrobat, please go to:
  11858.     http://www.adobe.com/acrobat/
  11859. The person installing this package must agree to a license agreement presented during the installation process.
  11860. Reader InstallerK
  11861. May 97L
  11862. Feb 99
  11863. System Requirements
  11864. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  11865. -  MacOS 7.0 or later
  11866. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  11867. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  11868. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  11869. O7Dev.CD Mar 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:perCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  11870.  - Tool Chest
  11871.  - Development Kits
  11872.  - HyperCard Related
  11873.  - XCMDs & XFCNs
  11874.  - Help XFCN 1.4V
  11875. 57906X
  11876. 1 00 TC
  11877.  - Sample CodeV
  11878. 56840X
  11879. May 00^
  11880. #vailable since
  11881. transitiono
  11882. translates
  11883. translateds
  11884. translaterotate
  11885. translates
  11886. translationy
  11887. translationss
  11888. translators
  11889. translucent
  11890. transmission
  11891. transmitted
  11892. transparency
  11893. transparent
  11894. transparently
  11895. transportj
  11896. transport's
  11897. transports
  11898. trapped
  11899. trapping
  11900. traps
  11901. trash
  11902. travel
  11903. traversing
  11904. treatz
  11905. treatment
  11906. trees
  11907. triangles
  11908. triangular
  11909. trick
  11910. tricksS
  11911. tricky
  11912. underneath
  11913. understand
  11914. understanding
  11915. ChooseTkl.c
  11916. ChooseTkl.h
  11917. Concordia
  11918. Concordia Info
  11919. Concordia Info.txt
  11920. Concordia.c
  11921. Concordia.h
  11922. Concordia.make
  11923. Concordia.r
  11924. DrawTkl.c
  11925. DrawTkl.h
  11926. PopUpTkl.c
  11927. PopUpTkl.h
  11928. SizeTkl.c
  11929. SizeTkl.hits:Mac OS:File System Manager:"
  11930.         activate
  11931.     end tell
  11932. on error errMsg number errNum
  11933.     --enter statements to perform when no records are found such as...
  11934.     display dialog "Sorry, the item you selected could not be found."
  11935.     return
  11936. end try
  11937. e    No Changef@File System Manager
  11938. External File System
  11939. Foreign File Systemq
  11940. Dev.CD Apr 00 SDK1
  11941. qD!All Packages
  11942. Mac OS SDK Edition
  11943. Find By Content (FBC) Extractor
  11944.     ell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  11945. Apple Internet Router: Extending IP Tunnel and DialUp
  11946. --------------------------------------
  11947. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  11948. summary
  11949. small
  11950. application
  11951. control
  11952. summary
  11953. software
  11954. improves
  11955. float-to-int
  11956. conversion
  11957. applescript
  11958. scripting
  11959. apple
  11960. event
  11961. folder
  11962. actions
  11963. applescript
  11964. stuffit
  11965. engine
  11966. scriptable
  11967. script
  11968. applesearchS
  11969. appleshareS
  11970. appleshare
  11971. client
  11972. shared
  11973. volumes
  11974. appleshare
  11975. sharing
  11976. faceless
  11977. background-only
  11978. appleshare
  11979. sharing
  11980. manager
  11981. appleshare
  11982. protocol
  11983. appleshare
  11984. server
  11985. appleshare
  11986. client
  11987. registry
  11988. appletalkQ
  11989. stylechat
  11990. appwannabe
  11991. arabic
  11992. architecture
  11993. arrangement
  11994. aslmu
  11995. apple
  11996. shared
  11997. library
  11998. manager
  11999. dynamic
  12000. libraryu
  12001. profiler
  12002. apple
  12003. systemx
  12004. assemblers
  12005. assembly
  12006. assistant
  12007. async
  12008. async
  12009. asynchronous
  12010. driver
  12011. table
  12012. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  12013. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  12014.     F]se.
  12015.  Dictation of numbers and punctuation.
  12016.  Support for multiple users on a single machine.
  12017. JkCT-009-4433 (Install 1)
  12018. CT-009-4434 (Install 2)
  12019. CT-009-4435 (Install 3)
  12020. Read Me First! SC
  12021. Read Me First! TCK
  12022. Nov 96L
  12023. May 97M
  12024. Any PowerPC Macintosh with 16bit sound input
  12025. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  12026. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  12027.  - Language Kits
  12028.  - Chinese Dictation Kit 1.5 selected could not be found."
  12029.     return
  12030. end try
  12031. All Packages
  12032. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  12033. Dev.CD Jan 94
  12034. Dev.CD Oct 93P(Dev.CD Apr 94
  12035. Dev.CD Jan 94
  12036. Dev.CD Oct 9V
  12037. 61065X
  12038. Apr 94
  12039. referenced
  12040. references
  12041. reflect
  12042. reflectingU
  12043. regarded
  12044. regardingo
  12045. regardless
  12046. regards
  12047. r--set theItem to choose file -- uncomment to test in an AS editor
  12048.     tell application "Finder"
  12049.         open item "Dev.CD May 00 TC:Sample Code:"
  12050.         activate
  12051.     end tell
  12052. on error errMsg number errNum
  12053.     --enter statements to perform when no records are found such as...
  12054.     display dialog "Sorry, the item you selected could not be found."
  12055.     return
  12056. end try
  12057. procasm
  12058. wrapcommenttext
  12059. wrapper
  12060. wrench
  12061. wringer
  12062. writec
  12063. writer
  12064. writers
  12065. writes
  12066. writeswell
  12067. writingw
  12068. applications
  12069. suite
  12070. source
  12071. demoextractor
  12072. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  12073.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  12074. JDDrawSprocket_SDK
  12075. InputSprocket_SDK
  12076. NetSprocket_SDK
  12077. SoundSprocket_SDKK
  12078. Jun 96L
  12079. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Apr 00 SDK1
  12080.  - Development Kits
  12081.  - Mac OS
  12082.  - GameSprocket SDKsple Code:P
  12083. Dev.CD May 00 TC
  12084.  - Sample Code APPLE PRODUCT!:
  12085. About Convert
  12086. Projects
  12087. Convert
  12088. ProjectsK
  12089. May 94L
  12090. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  12091.  Other Platforms:Convert
  12092. Projects 1.0b5:PaDev.CD Nov 99 TC
  12093.  - Tool Chest
  12094.  - Development Kits
  12095.  Other Platforms
  12096.  - Convert
  12097. Projects 1.0b5es:  Not supported
  12098. Virtual User tools.imgK
  12099. Feb 94M
  12100. Virtual User 2.0.1OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  12101. soled
  12102. soliciting
  12103. solid
  12104. 61777X
  12105. May 00^
  12106. --set theItem to choose file -- uncomment to test in an AS editor
  12107.     tell application "Finder"
  12108.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  12109.         activate
  12110.     end tell
  12111. on error errMsg number errNum
  12112.     --enter statements to perform when no records are found such as...
  12113.     display dialog "Sorry, the item you selected could not be found."
  12114.     return
  12115. end try
  12116. e    No Changef-testing
  12117. debugging
  12118. networking & communicationsq
  12119. Dev.CD May 00 TC
  12120. D!All Packages
  12121. Tool Chest Edition
  12122. N&C TMON Pro Macros/Templates
  12123. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  12124. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  12125. Networks.imgK
  12126. Apr 92nge
  12127. inter Drive
  12128. installer
  12129. installer
  12130. 1.2.3
  12131. instance
  12132. instrumentation
  12133. instrumentation
  12134. 1.0.6
  12135. int'l
  12136. int'l
  12137. developer
  12138. contacts
  12139. interactive
  12140. interactive
  12141. success
  12142. guide
  12143. interapplication
  12144. interface
  12145. interfaces
  12146. internationals
  12147. international
  12148. 1.5.1
  12149. iso9660
  12150. sample
  12151. issue
  12152. mment to test in an AS editor
  12153.     tell application "Finder"
  12154.         open item "Dev.CD Jan 94"
  12155.         activate
  12156.     end tell
  12157. on error errMsg number errNum
  12158.     --enter statements to perform when no records are found such as...
  12159.     display dialog "Sorry, the item you selected could not be found."
  12160.     return
  12161. end try
  12162. All Packages
  12163. F    QuickTimeO
  12164. Dev.CD Jan 94P
  12165. Dev.CD Jan 9V
  12166. 59566X
  12167. Jan 94
  12168. software
  12169. system
  12170. system
  12171. software
  12172. edition
  12173. resourcesY
  12174. return
  12175. return
  12176. investment
  12177. business
  12178. processes
  12179. interactive
  12180. media
  12181. reverb
  12182. rgbforecolor
  12183. ringQ
  12184. riser
  12185. robustness
  12186. router
  12187. routing
  12188. runtime
  12189. sample
  12190. sample
  12191. survey
  12192. developer
  12193. feedback
  12194. sample
  12195. traffic
  12196. light
  12197. saving
  12198. scanner
  12199. scomP
  12200. screen
  12201. script\
  12202. scriptable\
  12203. Summary:  This folder contains four more helpful MPW scripts in addition to the DTS MPW Goodies package. 
  12204. Features:
  12205.  AskYesNo is an MPW tools used to prompt the user for simple yes/no questions.  The prompt string can be given and the default answer can be specified.
  12206.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  12207. fying source code.
  12208.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  12209. 62116X
  12210. May 00^
  12211. --set theItem to choose file -- uncomment to test in an AS editor
  12212.     tell application "Finder"
  12213.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:QuickTime Tools:"
  12214.         activate
  12215.     end tell
  12216. on error errMsg number errNum
  12217.     --enter statements to perform when no records are found such as...
  12218.     display dialog "Sorry, the item you selected could not be found."
  12219.     return
  12220. end try
  12221. e    No Changeq
  12222. Dev.CD May 00 TC
  12223. nD!All Packages
  12224. Mac OS SDK Edition
  12225. ABOUT QUICKTIME VR
  12226. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  12227. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  12228. http://www.apple.com/store
  12229. To get started,  you can go to the Developgo to the Develop
  12230. --set theItem to choose file -- uncomment to test in an AS editor
  12231.     tell application "Finder"
  12232.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  12233.         activate
  12234.     end tell
  12235. on error errMsg number errNum
  12236.     --enter statements to perform when no records are found such as...
  12237.     display dialog "Sorry, the item you selected could not be found."
  12238.     return
  12239. end try
  12240. ry, the item you selected could not be found."
  12241.     return
  12242. end try
  12243. e    No Changef
  12244. ColorSync profile rename toolq
  12245. Dev.CD Apr 00 SDK1
  12246. D(All Packages
  12247. Reference Library Edition
  12248. ProgGuide to Apple ScannersI
  12249. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  12250. ProgGuide to Apple ScannersK
  12251. Mar 93M
  12252. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:/developer.apple.com/sdk
  12253. --set theItem to choose file -- uncomment to test in an AS editor
  12254.     tell application "Finder"
  12255.         open item "Dev.CD Apr 94
  12256. Dev.CD Jan 94
  12257. Dev.CD Oct 93
  12258. Dev.CD Jul 93
  12259. Dev.CD Apr 93"
  12260.         activate
  12261.     end tell
  12262. on error errMsg number errNum
  12263.     --enter statements to perform when no records are found such as...
  12264.     display dialog "Sorry, the item you selected could not be found."
  12265.     return
  12266. end try
  12267. ediaj
  12268. multipane
  12269. multipled
  12270. multiprocessing
  12271. musicj
  12272. music
  12273. quicktime
  12274. music
  12275. architecture
  12276. david
  12277. mustZ
  12278. mysteries
  12279. mystery
  12280. naked
  12281. nameb
  12282. names
  12283. natick
  12284. nationalv
  12285. native
  12286. natural
  12287. navigateZ
  12288. navigationi
  12289. nearly
  12290. necessaryq
  12291. needo
  12292. f--set theItem to choose file -- uncomment to test in an AS editor
  12293.     tell application "Finder"
  12294.         open item "Dev.CD Jun 97 SSW"
  12295.         activate
  12296.     end tell
  12297. on error errMsg number errNum
  12298.     --enter statements to perform when no records are found such as...
  12299.     display dialog "Sorry, the item you selected could not be found."
  12300.     return
  12301. end try
  12302. qualified
  12303. query
  12304. quick
  12305. quick
  12306. reference
  12307. quickdraw
  12308. quickdraw
  12309. quickdraw
  12310. quickdraw
  12311. raster
  12312. imagewriter
  12313. halftone
  12314. dither
  12315. sample
  12316. quickdraw
  12317. spooler
  12318. print
  12319. patch
  12320. appleshare
  12321. novell
  12322. netware
  12323. quicktake
  12324. resource
  12325. resource
  12326. management
  12327. resources
  12328. return
  12329. return
  12330. investment
  12331. ringQ
  12332. robustness
  12333. router
  12334. sample
  12335. sample
  12336. saving
  12337. saving
  12338. state
  12339. timing
  12340. Mar 92nge
  12341. All Packages
  12342. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  12343. Dev.CD Jan 94
  12344. Dev.CD Oct 93
  12345. Dev.CD Jul 93
  12346. Dev.CD Apr 93PDDev.CD Apr 94
  12347. Dev.CD Jan 94
  12348. Dev.CD Oct 93
  12349. Dev.CD Jul 93
  12350. Dev.CD Apr 9V
  12351. 62492X
  12352. Apr 94
  12353. --set theItem to choose file -- uncomment to test in an AS editor
  12354.     tell application "Finder"
  12355.         open item "Dev.CD Apr 94
  12356. Dev.CD Jan 94
  12357. Dev.CD Oct 93
  12358. Dev.CD Jul 93
  12359. Dev.CD Apr 93"
  12360.         activate
  12361.     end tell
  12362. on error errMsg number errNum
  12363.     --enter statements to perform when no records are found such as...
  12364.     display dialog "Sorry, the item you selected could not be found."
  12365.     return
  12366. end try
  12367. All Packages
  12368. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  12369. Dev.CD Jan 94
  12370. Dev.CD Oct 93
  12371. Dev.CD Jul 93P6Dev.CD Apr 94
  12372. Dev.CD Jan 94
  12373. Dev.CD Oct 93
  12374. Dev.CD Jul 9V
  12375. 62493X
  12376. Apr 94
  12377. pecified
  12378. image's
  12379. embedded
  12380. embedding
  12381. embellish
  12382. embodies
  12383. emphasis
  12384. empirically
  12385. employj
  12386. emptied
  12387. empty
  12388. barber
  12389. barebones
  12390. bares
  12391. baseh
  12392. base-class
  12393. basedQ
  12394. bases
  12395. baseservices
  12396. basicN
  12397. setprojector
  12398. setup
  12399. products
  12400. shareware
  12401. shell
  12402. showhidefolder
  12403. showhidefolder
  12404. shtml
  12405. sighyper
  12406. signaturetoapp]
  12407. signaturetoapp
  12408. simple
  12409. simple
  12410. simpleprefs
  12411. simpleprefs
  12412. simpleprefs
  12413. simpletext
  12414. simpletext
  12415. simpletext
  12416. simpletext
  12417. sample
  12418. applications
  12419. viewer
  12420. virtual
  12421. virtual
  12422. sphere
  12423. 1.0.1
  12424. virtual
  12425. virtual
  12426. tools
  12427. bit-depth
  12428. explained
  12429. assist
  12430. modules
  12431. macapp
  12432. tutorial
  12433. scripts
  12434. vucollect
  12435. vucollect
  12436. vumeters
  12437. waste
  12438. waste
  12439. 1.3a6
  12440. watch
  12441. watching
  12442. webobjects
  12443. webobjects
  12444. categories
  12445. posers
  12446. webobjects
  12447. database
  12448. webobjects
  12449. memory
  12450. webobjects
  12451. performance
  12452. tuning
  12453. webobjects
  12454. tools
  12455. techniques
  12456. white
  12457. win2maccountersample
  12458. windowpicker
  12459. windowpicker
  12460. windows
  12461. services
  12462. 1.0.8
  12463. services
  12464. suite
  12465. 1.0.7
  12466. 61607X
  12467. Apr 00^
  12468. --set theItem to choose file -- uncomment to test in an AS editor
  12469.     tell application "Finder"
  12470.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:File System Manager:"
  12471.         activate
  12472.     end tell
  12473. on error errMsg number errNum
  12474.     --enter statements to perform when no records are found such as...
  12475.     display dialog "Sorry, the item you selected could not be found."
  12476.     return
  12477. end try
  12478. e    No Changef@File System Manager
  12479. External File System
  12480. Foreign File Systemq
  12481. Dev.CD Apr 00 SDK1
  12482. qD!All Packages
  12483. Mac OS SDK Edition
  12484. Find By Content (FBC) Extractor
  12485.     ains the only secret material in the system, compromising a server
  12486. s user database results in limited damage.
  12487. NOTE: This is beta SW.  For sample use only
  12488. Sample Code.imgK
  12489. Dec 98M
  12490. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  12491. Dev.CD May 00 TC:Sample Code:P
  12492. Dev.CD May 00 TC
  12493.  - Sample Code Related:CallFinder Tool 1.0:nge
  12494. preemptive
  12495. preexisting
  12496. prefer
  12497. preference
  12498. preferences
  12499. preferred
  12500. preflightgl
  12501. prefs
  12502. preliminary
  12503. preloaded
  12504. premastering
  12505. premier
  12506. premiereh
  12507. preparation
  12508. prepare
  12509. prepared
  12510. preparememoryforio
  12511. preparing
  12512. prerelease
  12513. prerequisite
  12514. prerequisitesR
  12515. prescalers
  12516. presence
  12517. presentp
  12518. presentation
  12519. presentations
  12520. primer
  12521. primitivesd
  12522. printN
  12523. print2
  12524. printer
  12525. printersj
  12526. printingN
  12527. prior
  12528. probably
  12529. problemV
  12530. problematic
  12531. what's[
  12532. what's
  12533. 1.4.2_
  12534. what's
  12535. what's
  12536. bbedit
  12537. what's
  12538. 1.5.1
  12539. what's
  12540. package
  12541. what's
  12542. difference
  12543. whatsy
  12544. wherecds
  12545. wherecds
  12546. wherecds
  12547. white
  12548. windname
  12549. windname
  12550. window
  12551. window
  12552. windowdialog
  12553. windowdialog
  12554. windowed
  12555. windowpalette
  12556. windowpalette
  12557. windowpicker
  12558. writing
  12559. driver
  12560. writing
  12561. interactive
  12562. media
  12563. xcmdsn
  12564. xcmds&xfcns
  12565. xfcnc
  12566. xfcns
  12567. xthings
  12568. shell
  12569. sample
  12570. docsr
  12571. zaptcp
  12572. zaptcp
  12573. %PmDev.CD Apr 98 SDK2
  12574.  - Development Kits (Disc 2)
  12575.  - Sound Manager
  12576.  - For Developers
  12577.  - Debugging Sound ManagerV
  12578. 61532X
  12579. Apr 98^
  12580. --set theItem to choose file -- uncomment to test in an AS editor
  12581.     tell application "Finder"
  12582.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  12583.         activate
  12584.     end tell
  12585. on error errMsg number errNum
  12586.     --enter statements to perform when no records are found such as...
  12587.     display dialog "Sorry, the item you selected could not be found."
  12588.     return
  12589. end try
  12590. e    No Changef
  12591. Debug Sound Manager 3.2.1q
  12592. Dev.CD Apr 98 SDK2
  12593. &D!All Packages
  12594. Tool Chest Edition
  12595. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  12596. Ex Apple Video ROM
  12597. Example Vid ROM from C&D
  12598. ExROM-1Func sResource
  12599. MinimalDeclROM.a
  12600. ROM diagramsK
  12601. Oct 92nge
  12602.  Snippet to illustrate how to use CopyB
  12603. --set theItem to choose file -- uncomment to test in an AS editor
  12604.     tell application "Finder"
  12605.         open item "Dev.CD Apr 94
  12606. Dev.CD Jan 94
  12607. Dev.CD Oct 93
  12608. Dev.CD Jul 93
  12609. Dev.CD Apr 93"
  12610.         activate
  12611.     end tell
  12612. on error errMsg number errNum
  12613.     --enter statements to perform when no records are found such as...
  12614.     display dialog "Sorry, the item you selected could not be found."
  12615.     return
  12616. end try
  12617. o enable the EOM (End-of-message option).
  12618. 4. Using OptionManagement to set 
  12619. Ithe default server message.
  12620. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  12621. Sample Code.imgK
  12622. Mar 98L
  12623. Sep 99O
  12624. Dev.CD May 00 TC:Sample Code:1:
  12625. develop Issue  1 code:K
  12626. Vol IIIL
  12627. Jun 95
  12628. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  12629. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  12630. e keychain. 
  12631. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  12632. - Keychain Object editing: Add, create, securely store, and remove types of objects
  12633. Hardware supported: 
  12634. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  12635. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  12636. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  12637.   iMac
  12638.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  12639.   G3/266,20th Anniversay Mac
  12640. designedN
  12641. designer
  12642. designers
  12643. designing
  12644. desired
  12645. deskpat
  12646. desktop
  12647. deskwriter
  12648. despair
  12649. despite
  12650. destination
  12651. destroy
  12652. destroy
  12653. needs
  12654. destroyglfromwindow
  12655. detached
  12656. detail
  12657. detailedu
  12658. detailed
  12659. developer
  12660. documentation
  12661. ermining
  12662. devanagari
  12663. develop\
  12664. 1995 "Accelerated for Power Macintosh Artwork" Program
  12665. Apple Computer Inc.
  12666. Power Macintosh Developers!
  12667. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  12668. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  12669. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  12670. To obtain the "Accelerated for Power Macintosh" artwork:
  12671. 1) Request an information packet from:
  12672. Meeting Support Unli
  12673. CD Mar 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Mar 00 RL Disk 1
  12674.  - Utilities
  12675.  - Drive UtilitiesV
  12676. 60353X
  12677. Mar 00^    RL Disk 1
  12678. --set theItem to choose file -- uncomment to test in an AS editor
  12679.     tell application "Finder"
  12680.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:"
  12681.         activate
  12682.     end tell
  12683. on error errMsg number errNum
  12684.     --enter statements to perform when no records are found such as...
  12685.     display dialog "Sorry, the item you selected could not be found."
  12686.     return
  12687. end try
  12688. e    No Changef
  12689. Drive Setup
  12690. Dev.CD Mar 00 RL Disk 1
  12691. \D!All Packages
  12692. Tool Chest Edition
  12693. Driver Installer
  12694.     Jun 97 SSWP
  12695. Dev.CD Jun 97 SSV
  12696. 53384X
  12697. All Packages
  12698. System Enabler 088 (AVs)O
  12699. Dev.CD Apr 94
  12700. Dev.CD Jan 94P
  12701. Dev.CD Apr 94
  12702. Dev.CD Jan 9V
  12703. 62387X
  12704. Apr 94
  12705. p--set theItem to choose file -- uncomment to test in an AS editor
  12706.     tell application "Finder"
  12707.         open item "Dev.CD Apr 94
  12708. Dev.CD Jan 94"
  12709.         activate
  12710.     end tell
  12711. on error errMsg number errNum
  12712.     --enter statements to perform when no records are found such as...
  12713.     display dialog "Sorry, the item you selected could not be found."
  12714.     return
  12715. end try
  12716. All Packages
  12717. System Enabler 088 (AVs)O
  12718. Dev.CD Apr 94
  12719. Dev.CD Jan 94P
  12720. Dev.CD Apr 94
  12721. Dev.CD Jan 9V
  12722. 62388X
  12723. Apr 94
  12724. p--set theItem to choose file -- uncomment to test in an AS editor
  12725.     tell application "Finder"
  12726.         open item "Dev.CD Apr 94
  12727. Dev.CD Jan 94"
  12728.         activate
  12729.     end tell
  12730. on error errMsg number errNum
  12731.     --enter statements to perform when no records are found such as...
  12732.     display dialog "Sorry, the item you selected could not be found."
  12733.     return
  12734. end try
  12735. pple Publications Style Guide [UPDATE]
  12736. The February 2000 edition of the Apple Publications Style Guide provides you with the most up-to-date style conventions used in Apple documentation. This extensive revision has added new terms, updated existing terms, and deleted obsolete ones. In documentation for your users, we encourage you to follow Apple style for Apple-specific terms, especially for those related to the user interface.
  12737. hardware:
  12738. images:
  12739. macos8and9:K
  12740. Apr 00L
  12741. Apr 00M
  12742. web browser
  12743. 6Developer Documentation, Publications, Technical, docs, documentation, Apple Type Services for Unicode Imaging, ATSUI, rendering unicode text, manuals, style, style guide, usage,   iBook, PowerPC, Ethernet, USB, FireWire, AirPort,  PowerBook, RAGE 128 Ethernet, Power Mac, PowerPC, G4, RAGE 128, Ethernet, DVD
  12744. OMDev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:PUDev.CD Apr 00 SDK1
  12745.  - What's New
  12746.  - Developer Documentation
  12747.  - Technical Publications
  12748. 61561X
  12749. Mar 00^
  12750. --set theItem to choose file -- uncomment to test in an AS editor
  12751.     tell application "Finder"
  12752.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  5:"
  12753.         activate
  12754.     end tell
  12755. on error errMsg number errNum
  12756.     --enter statements to perform when no records are found such as...
  12757.     display dialog "Sorry, the item you selected could not be found."
  12758.     return
  12759. end try
  12760. Next CDq
  12761. Dev.CD Mar 00 RL
  12762. CD(All Packages
  12763. Reference Library Edition
  12764. develop Issue  6
  12765.     Jun 97
  12766. f--set theItem to choose file -- uncomment to test in an AS editor
  12767.     tell application "Finder"
  12768.         open item "Dev.CD Jun 97 SSW"
  12769.         activate
  12770.     end tell
  12771. on error errMsg number errNum
  12772.     --enter statements to perform when no records are found such as...
  12773.     display dialog "Sorry, the item you selected could not be found."
  12774.     return
  12775. end try
  12776. All Packages
  12777. F    QuickTimeO
  12778. Dev.CD Jun 97 SSWP
  12779. Dev.CD Jun 97 SSV
  12780. 60866X
  12781. Jun 97
  12782. client/serverj
  12783. clients
  12784. clipboard
  12785. clipped
  12786. code-resources
  12787. codedo
  12788. codesU
  12789. codewarrior
  12790. codingo
  12791. coexist
  12792. collaborationj
  12793. collect`
  12794. collectionb
  12795. color[
  12796. colorsync[
  12797. com/acrobatZ
  12798. com/acrobat/registerZ
  12799. com/bin/bugrpt
  12800. combination
  12801. combinations
  12802. combiningp
  12803. comesg
  12804. coming
  12805. commandT
  12806. commando
  12807. commandsB
  12808. committedj
  12809. commonj
  12810. commonly
  12811. commpilerj
  12812. communicateg
  12813. communicationsj
  12814. companionZ
  12815. compatibilityY
  12816. compatibleO
  12817. compatiblesj
  12818. compilation
  12819. compile
  12820. compiles
  12821. completeR
  12822. compliance
  12823. componentP
  12824. composersj
  12825. composite
  12826. compositing
  12827. compressionP
  12828. compression/decompreP
  12829. computerj
  12830. 61716X
  12831. May 00^
  12832. r--set theItem to choose file -- uncomment to test in an AS editor
  12833.     tell application "Finder"
  12834.         open item "Dev.CD May 00 TC:Sample Code:"
  12835.         activate
  12836.     end tell
  12837. on error errMsg number errNum
  12838.     --enter statements to perform when no records are found such as...
  12839.     display dialog "Sorry, the item you selected could not be found."
  12840.     return
  12841. end try
  12842. e    No ChangefAtext encoding
  12843. character set
  12844. Text Encoding Converter
  12845. font encodingq
  12846. Dev.CD May 00 TC
  12847. Mac OS USB DDK 1.4.1f4
  12848. DDK for development of USB modules.  Contains Mac OS USB 1.4.1f4
  12849. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4.1f4 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  12850. B specification.
  12851. example
  12852. opengl
  12853. drawsprocket
  12854. integration
  12855. oolkit 2.0.img
  12856. Ideas Toolkit 1.0.img
  12857. Prototyping Toolkit 2.0.imgK
  12858. May 95M
  12859. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  12860. uk/eire
  12861. uk/eire
  12862. distributors/localiz
  12863. Jul 98M
  12864. Acrobat Reader 3.0N#audio, compression, playback, codecO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  12865.  - Interactive Media Resourcesvelopers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  12866. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  12867. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  12868. s a whole 
  12869. new world in there, but your hard-won debugging skills still work.
  12870. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  12871. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  12872. t do it right. Dean has some code to help you out. 
  12873. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  12874. ) Alexander.  MessageWatcher let
  12875. qualified
  12876. query
  12877. quick
  12878. quickdraw
  12879. quickdraw
  12880. windows
  12881. metafile
  12882. quickdraw
  12883. graphics
  12884. quickdraw
  12885. gxgraphics
  12886. 1.1.6
  12887. quickdraw
  12888. raster
  12889. imagewriter
  12890. halftone
  12891. dither
  12892. sample
  12893. quickdraw
  12894. spooler
  12895. print
  12896. patch
  12897. appleshare
  12898. novell
  12899. netware
  12900. quicktake
  12901. quicktake
  12902. windows
  12903. digital
  12904. camera
  12905. quicktime
  12906. essorQ
  12907. corba
  12908. foundation
  12909. overview
  12910. opaque
  12911. types
  12912. reference
  12913. counts
  12914. corners
  12915. counter
  12916. counter
  12917. windows
  12918. introduction
  12919. document
  12920. modal
  12921. dialog
  12922. Dev.CD Feb 9V
  12923. 59007X
  12924. May 94
  12925. popups
  12926. portT
  12927. portability
  12928. portable
  12929. ported
  12930. porting
  12931. porting
  12932. objective-c
  12933. theresa
  12934. tensor
  12935. informa
  12936. portion
  12937. portions
  12938. portlist
  12939. portraitj
  12940. portrect
  12941. ports
  12942. portuguese
  12943. posers
  12944. position
  12945. positioning
  12946. positions
  12947. possibilities
  12948. possibility
  12949. possiblep
  12950. Wt-v3-072
  12951. csmp-digest-v3-073
  12952. csmp-digest-v3-074
  12953. csmp-digest-v3-075
  12954. csmp-digest-v
  12955. prohibitedo
  12956. projectf
  12957. projectbuilder
  12958. projectmenu
  12959. projector
  12960. projects
  12961. projectx
  12962. projlistmenu
  12963. prominent
  12964. prominently
  12965. promised
  12966. promises
  12967. promotion
  12968. promotional
  12969. promotions
  12970. prompt
  12971. promptsY
  12972. propagates
  12973. proper
  12974. properly
  12975. properties
  12976. property
  12977. propertylist
  12978. proportional
  12979. propositinj
  12980. proprietary
  12981. prospective
  12982. protect
  12983. protected
  12984. proto
  12985. protocol
  12986. protocol's
  12987. protocols
  12988. prototyping
  12989. prove
  12990. proves
  12991. provideZ
  12992. compilers
  12993. componentP
  12994. component
  12995. compression
  12996. decompression
  12997. scomP
  12998. compound
  12999. compress
  13000. compressionP
  13001. computer
  13002. computer
  13003. based
  13004. media
  13005. television
  13006. broadcast
  13007. graphics
  13008. conditional
  13009. conference
  13010. conferencing
  13011. configurationt
  13012. connectivity
  13013. consumer
  13014. container
  13015. content
  13016. context
  13017. contextualh
  13018. contextual
  13019. manager
  13020. control
  13021. control
  13022. strip
  13023. powerbook
  13024. control
  13025. panel
  13026. controls
  13027. conversion
  13028. converter
  13029. coprocessorQ
  13030. corba
  13031. foundation
  13032. overview
  13033. opaque
  13034. types
  13035. reference
  13036. counts
  13037. corners
  13038. counter
  13039. counter
  13040. windows
  13041. introduction
  13042. document
  13043. modal
  13044. dialog
  13045.     - Macintosh Runtime for Java (MRJ) 2.1
  13046. - Windows 95, 98, or NT::
  13047.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13048. :Sample Code:V
  13049. 60233X
  13050. 1e    No Change
  13051. z/bbsw/
  13052. email
  13053. Nov 94M
  13054. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Apr 00 SDK1
  13055.  - Development Kits
  13056.  - Mac OS
  13057.  - File System Manager "Dev.CD Jun 94
  13058. Dev.CD Jul 94"
  13059.         activate
  13060.     end tell
  13061. on error errMsg number errNum
  13062.     --enter statements to perform when no records are found such as...
  13063.     display dialog "Sorry, the item you selected could not be found."
  13064.     return
  13065. end try
  13066. \D!All Packages
  13067. Tool Chest Edition
  13068. Performance Tools
  13069. Summary:  Three tools for testing the performance of code on PowerPC processors.
  13070. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  13071. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  13072. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  13073. e    No Change
  13074. --set theItem to choose file -- uncomment to test in an AS editor
  13075.     tell application "Finder"
  13076.         open item "Dev.CD Mar 92
  13077. Dev.CD Feb 92
  13078. Dev.CD Vol. XI"
  13079.         activate
  13080.     end tell
  13081. on error errMsg number errNum
  13082.     --enter statements to perform when no records are found such as...
  13083.     display dialog "Sorry, the item you selected could not be found."
  13084.     return
  13085. end try
  13086. ry, the item you selected could not be found."
  13087.     return
  13088. end try
  13089. All Packages
  13090. System 7.5 Update 2.0O
  13091. Dev.CD Jul 96 SSWP
  13092. Dev.CD Jul 96 SSV
  13093. 61039X
  13094. Jul 96
  13095. f--set theItem to choose file -- uncomment to test in an AS editor
  13096.     tell application "Finder"
  13097.         open item "Dev.CD Jul 96 SSW"
  13098.         activate
  13099.     end tell
  13100. on error errMsg number errNum
  13101.     --enter statements to perform when no records are found such as...
  13102.     display dialog "Sorry, the item you selected could not be found."
  13103.     return
  13104. end try
  13105. All Packages
  13106. System 7.5 Update 2.0V
  13107. 61040X
  13108. Jan 96
  13109. g--set theItem to choose file -- uncomment to test in an AS editor
  13110.     tell application "Finder"
  13111.         open item "Dev.CD Jan 96 SDK1"
  13112.         activate
  13113.     end tell
  13114. on error errMsg number errNum
  13115.     --enter statements to perform when no records are found such as...
  13116.     display dialog "Sorry, the item you selected could not be found."
  13117.     return
  13118. end try
  13119. All Packages
  13120. QuickDraw GXO
  13121. Dev.CD Jan 96 SDK1P
  13122. Dev.CD Jan 96 SDKV
  13123. 61950X
  13124. Jan 96
  13125. g--set theItem to choose file -- uncomment to test in an AS editor
  13126.     tell application "Finder"
  13127.         open item "Dev.CD Jan 96 SDK1"
  13128.         activate
  13129.     end tell
  13130. on error errMsg number errNum
  13131.     --enter statements to perform when no records are found such as...
  13132.     display dialog "Sorry, the item you selected could not be found."
  13133.     return
  13134. end try
  13135. All Packages
  13136. QuickDraw GXO
  13137. Dev.CD Jan 96 SDK1P
  13138. Dev.CD Jan 96 SDKV
  13139. 61951X
  13140. Jan 96
  13141. dater 1.1:
  13142. All Packages
  13143. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  13144. Dev.CD Jan 94
  13145. Dev.CD Oct 93P(Dev.CD Apr 94
  13146. Dev.CD Jan 94
  13147. Dev.CD Oct 9V
  13148. 62420X
  13149. Apr 94
  13150. ~--set theItem to choose file -- uncomment to test in an AS editor
  13151.     tell application "Finder"
  13152.         open item "Dev.CD Apr 94
  13153. Dev.CD Jan 94
  13154. Dev.CD Oct 93"
  13155.         activate
  13156.     end tell
  13157. on error errMsg number errNum
  13158.     --enter statements to perform when no records are found such as...
  13159.     display dialog "Sorry, the item you selected could not be found."
  13160.     return
  13161. end try
  13162. All Packages
  13163. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  13164. Dev.CD Jan 94
  13165. Dev.CD Oct 93
  13166. Dev.CD Jul 93P6Dev.CD Apr 94
  13167. Dev.CD Jan 94
  13168. Dev.CD Oct 93
  13169. Dev.CD Jul 9V
  13170. 62421X
  13171. Apr 94
  13172. eworks.pdf
  13173. Gender-Based Title Creation.pdf
  13174. Int_Media_Writer_Resources.pdf
  13175. Java Survival Guide.pdf
  13176. Making Cool QD3D Apps.pdf
  13177. Music on the Net.pdf
  13178. New Audio Features QT3.pdf
  13179. Porting
  13180. Jul 98managers, illustrated by a look at a simple te
  13181. extending
  13182. extends
  13183. extenion
  13184. extensibleh
  13185. extensionQ
  13186. externals
  13187. extra
  13188. extract
  13189. extractbykind
  13190. extracted
  13191. extractor
  13192. extractors
  13193. extractsy
  13194. extremelyg
  13195. fable
  13196. faced
  13197. faceless
  13198. facilitates
  13199. facilitating
  13200. facilities
  13201. facility
  13202. falco
  13203. falkenburg
  13204. fallj
  13205. familyj
  13206. fancy
  13207. faqsj
  13208. fastj
  13209. fasterj
  13210. fastest
  13211. fatbits
  13212. fault
  13213. favourite
  13214. fcompressimage
  13215. featureY
  13216. feature-rich
  13217. featured
  13218. featuresA
  13219. All Packages
  13220. System Enabler 003 (LC III)OEDev.CD Apr 94
  13221. Dev.CD Jan 94
  13222. Dev.CD Oct 93
  13223. Dev.CD Jul 93
  13224. Dev.CD Apr 93PDDev.CD Apr 94
  13225. Dev.CD Jan 94
  13226. Dev.CD Oct 93
  13227. Dev.CD Jul 93
  13228. Dev.CD Apr 9V
  13229. 62315X
  13230. Apr 94
  13231. --set theItem to choose file -- uncomment to test in an AS editor
  13232.     tell application "Finder"
  13233.         open item "Dev.CD Apr 94
  13234. Dev.CD Jan 94
  13235. Dev.CD Oct 93
  13236. Dev.CD Jul 93
  13237. Dev.CD Apr 93"
  13238.         activate
  13239.     end tell
  13240. on error errMsg number errNum
  13241.     --enter statements to perform when no records are found such as...
  13242.     display dialog "Sorry, the item you selected could not be found."
  13243.     return
  13244. end try
  13245. All Packages
  13246. System Enabler 003 (LC III)OEDev.CD Apr 94
  13247. Dev.CD Jan 94
  13248. Dev.CD Oct 93
  13249. Dev.CD Jul 93
  13250. Dev.CD Apr 93PDDev.CD Apr 94
  13251. Dev.CD Jan 94
  13252. Dev.CD Oct 93
  13253. Dev.CD Jul 93
  13254. Dev.CD Apr 9V
  13255. 62316X
  13256. Apr 94
  13257. }OQDev.CD May 97 TC
  13258. Dev.CD Nov 96 TC
  13259. Dev.CD Aug 96 TC
  13260. Dev.CD Feb 96 TC
  13261. Dev.CD Feb 95PPDev.CD May 97 TC
  13262. Dev.CD Nov 96 TC
  13263. Dev.CD Aug 96 TC
  13264. Dev.CD Feb 96 TC
  13265. Dev.CD Feb 9V
  13266. 61492X
  13267. May 97
  13268. --set theItem to choose file -- uncomment to test in an AS editor
  13269.     tell application "Finder"
  13270.         open item "Dev.CD May 97 TC
  13271. Dev.CD Nov 96 TC
  13272. Dev.CD Aug 96 TC
  13273. Dev.CD Feb 96 TC
  13274. Dev.CD Feb 95"
  13275.         activate
  13276.     end tell
  13277. on error errMsg number errNum
  13278.     --enter statements to perform when no records are found such as...
  13279.     display dialog "Sorry, the item you selected could not be found."
  13280.     return
  13281. end try
  13282. All Packages
  13283. ChineseTalk 6.0.3O
  13284. Dev CD Vol. V
  13285. Dev CD Vol. IVP
  13286. Dev CD Vol. V
  13287. Dev CD Vol. IV
  13288. 61493X
  13289. Vol. V
  13290. released
  13291. releasesj
  13292. relevanti
  13293. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  13294.  NuBus Board Registration
  13295. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY TFkHIS STACK TO A DISK THAT IS NOT WRITE PROTECTED. Please fill out one of these questionaires for each board.
  13296. JvAppleII File and Auxiliary Type
  13297. Bug Reporting
  13298. C/F Registration Requests:
  13299. Dev Info Change Form
  13300. NuBus Board RegistrationK
  13301. Apr 94L
  13302. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  13303.  - Utilities
  13304.  - Developer Formsn no records are found such as...
  13305.     display dialog "Sorry, the item you selected could not be found."
  13306.     return
  13307. end try
  13308. All Packages
  13309. addresses
  13310. addressing
  13311. adequate
  13312. adevs
  13313. adhere
  13314. adjust
  13315. adjustable
  13316. adjustments
  13317. admin
  13318. administrating
  13319. administration
  13320. administrator's
  13321. administrators
  13322. adobeZ
  13323. adobe's
  13324. adoptd
  13325. adopters
  13326. adopting
  13327. adoptiond
  13328. adoptsj
  13329. adorner
  13330. adorners
  13331. advance
  13332. advanced[
  13333. advantage
  13334. advantages
  13335. advent
  13336. adventures
  13337. advertisements
  13338. advertising
  13339. advice
  13340. advisable
  13341. ae/em
  13342. aecdev/aedeamon
  13343. aecoercion
  13344. aecoercioninit
  13345. aegestalt
  13346. summary
  13347. collects
  13348. information
  13349. about
  13350. system
  13351. summary
  13352. demonstrates
  13353. program
  13354. finder-like
  13355. label
  13356. summary
  13357. demonstrates
  13358. menubar
  13359. and/or
  13360. summary
  13361. developer
  13362. describes
  13363. latest
  13364. model
  13365. cicn's
  13366. cincludes
  13367. circumstances
  13368. claimj
  13369. claims
  13370. clariss
  13371. clarisworkss
  13372. clark
  13373. clashj
  13374. class
  13375. classesj
  13376. classicd
  13377. classroomR
  13378. clauseN
  13379. clauses
  13380. clean
  13381. cleaner
  13382. cleans
  13383. clear
  13384. clearly
  13385. click
  13386. click-dragging
  13387. clicked
  13388. clicking
  13389. clicksh
  13390. clicksound
  13391. client
  13392. client-server
  13393. 61717X
  13394. Apr 00^
  13395. --set theItem to choose file -- uncomment to test in an AS editor
  13396.     tell application "Finder"
  13397.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:"
  13398.         activate
  13399.     end tell
  13400. on error errMsg number errNum
  13401.     --enter statements to perform when no records are found such as...
  13402.     display dialog "Sorry, the item you selected could not be found."
  13403.     return
  13404. end try
  13405. e    No ChangefqUniversal Serial Bus
  13406. Mass Storage Class Driver
  13407. HID Class Driver
  13408. Keyboard Driver
  13409. Mouse Driver
  13410. Mac OS USB
  13411. /A)http://developer.apple.com/sdk/index.html
  13412. Dev.CD Apr 00 SDK1
  13413. D!All Packages
  13414. Tool Chest Edition
  13415. MacApp Developer Survey
  13416.         activate
  13417.     end tell
  13418. on error errMsg number errNum
  13419.     --enter statements to perform when no records are found such as...
  13420.     display dialog "Sorry, the item you selected could not be found."
  13421.     return
  13422. end try
  13423. New Packagemplecode/index.html
  13424. All Packages
  13425. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  13426. Dev.CD Jan 94
  13427. Dev.CD Oct 93
  13428. Dev.CD Jul 93
  13429. Dev.CD Apr 93PDDev.CD Apr 94
  13430. Dev.CD Jan 94
  13431. Dev.CD Oct 93
  13432. Dev.CD Jul 93
  13433. Dev.CD Apr 9V
  13434. 62490X
  13435. Apr 94
  13436. --set theItem to choose file -- uncomment to test in an AS editor
  13437.     tell application "Finder"
  13438.         open item "Dev.CD Apr 94
  13439. Dev.CD Jan 94
  13440. Dev.CD Oct 93
  13441. Dev.CD Jul 93
  13442. Dev.CD Apr 93"
  13443.         activate
  13444.     end tell
  13445. on error errMsg number errNum
  13446.     --enter statements to perform when no records are found such as...
  13447.     display dialog "Sorry, the item you selected could not be found."
  13448.     return
  13449. end try
  13450. All Packages
  13451. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  13452. Dev.CD Jan 94
  13453. Dev.CD Oct 93
  13454. Dev.CD Jul 93P6Dev.CD Apr 94
  13455. Dev.CD Jan 94
  13456. Dev.CD Oct 93
  13457. Dev.CD Jul 9V
  13458. 62491X
  13459. Apr 94
  13460. s is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th55X
  13461. ignoring
  13462. ii-compliant
  13463. iigsr
  13464. illegal
  13465. illustrate
  13466. illustrated
  13467. illustrates
  13468. illustrating
  13469. illustration
  13470. illustrations
  13471. im-vi
  13472. imacs
  13473.     return
  13474. end try
  13475. Movedf
  13476. keyboard map adbq
  13477. Dev.CD May 00 TC
  13478. D!All Packages
  13479. Tool Chest Edition
  13480. ADB Parser 5.0.7
  13481. Summary: ADB Parser will allow access to most of the system's ADB record. It is useful for developing or debugging new ADB devices.
  13482. Issues: ADB ReInit Crashes Quadras. Known Quadra problem. ADBReInit fixes this problem and is also available on this disc. 
  13483. J:ADB Parser 5.0.7
  13484. ADB Parser Read Me
  13485. ADB Parser Read Me.txtK
  13486. Jun 92L
  13487. Dec 92M
  13488. 6.0.6 or later.
  13489. bundle
  13490. bundle
  13491. services
  13492. burned-in
  13493. 61692X
  13494. May 00^
  13495. --set theItem to choose file -- uncomment to test in an AS editor
  13496.     tell application "Finder"
  13497.         open item "Dev.CD May 00 TC:Language Kits:Korean Language Kit 1.0:"
  13498.         activate
  13499.     end tell
  13500. on error errMsg number errNum
  13501.     --enter statements to perform when no records are found such as...
  13502.     display dialog "Sorry, the item you selected could not be found."
  13503.     return
  13504. end try
  13505. e    No Changeq
  13506. Dev.CD May 00 TC
  13507. D!All Packages
  13508. Tool Chest Edition
  13509. F    LabelMenu
  13510.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  13511. Sample Code.imgK
  13512. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  13513. Finder label menu iconO
  13514. Dev.CD May 00 TC:Sample Code:P
  13515. Dev.CD May 00 TC
  13516.  - Sample CodeV
  13517. 61693X
  13518. May 00^
  13519. #App:
  13520. 7-specific
  13521. 7.0.0
  13522. 7.0.3
  13523. 7.0.4
  13524. 7.0fo
  13525. 7.1.2p
  13526. 7.5.1
  13527. 7.5.2x
  13528. 7.5.3x
  13529. 7.5.5
  13530. 7.6.1
  13531. 7100x
  13532. 7100/80
  13533. 711702111
  13534. 8.1.2
  13535. 8.3.4
  13536. 8.5.1
  13537. 8100x
  13538. 8100/807500/100
  13539. 8500x
  13540. 8500/1808500/1208100
  13541. r--set theItem to choose file -- uncomment to test in an AS editor
  13542.     tell application "Finder"
  13543.         open item "Dev.CD May 00 TC:Sample Code:"
  13544.         activate
  13545.     end tell
  13546. on error errMsg number errNum
  13547.     --enter statements to perform when no records are found such as...
  13548.     display dialog "Sorry, the item you selected could not be found."
  13549.     return
  13550. end try
  13551. 32x32
  13552. 33619
  13553. 350000
  13554. 366-mhz
  13555. 38400/8/n/1
  13556. 3d-partyj
  13557. 3d-thej
  13558. 4-character
  13559. develop Issue 19 references:K
  13560. Vol IIIL
  13561. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  13562. fullballoons
  13563. fullballoons
  13564. pts, such as opaque types, reference counting, and memory management.
  13565. Core Foundation PropertyList [NEW]
  13566. ---------------------------
  13567. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  13568. Core Foundation StringServices [NEW]
  13569. --------------------------- 
  13570. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string oE
  13571. bjects.
  13572. J_CFBaseServices
  13573. CFBundleServices
  13574. CFCollectionServices
  13575. CFOverview
  13576. CFPropertyList
  13577. CFStringServicesK
  13578. Jan 00
  13579. OsDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  13580. Movedq
  13581. Dev.CD May 00 TC
  13582. D!All Packages
  13583. Tool Chest Edition
  13584. Convert
  13585. Projects 1.0b5
  13586. Summary:  Convert
  13587. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  13588. Projects" for details.
  13589. Convert
  13590. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  13591. t supported by the Code Warrior compilers, younition, ASROFDev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:PNDev.CD Apr 00 SDK1
  13592.  - Development Kits
  13593.  - Mac OS
  13594.  - Speech Recognition Manager
  13595. themeo
  13596. themeso
  13597. themselves
  13598. thenh
  13599. theory
  13600. construct
  13601. simple
  13602. animation
  13603. 61832X
  13604. May 00^
  13605. r--set theItem to choose file -- uncomment to test in an AS editor
  13606.     tell application "Finder"
  13607.         open item "Dev.CD May 00 TC:Sample Code:"
  13608.         activate
  13609.     end tell
  13610. on error errMsg number errNum
  13611.     --enter statements to perform when no records are found such as...
  13612.     display dialog "Sorry, the item you selected could not be found."
  13613.     return
  13614. end try
  13615. e    No ChangefPPC Card
  13616. Network Driver
  13617. Open Transport Module
  13618. Token Ring
  13619. Enabler
  13620. Port Scannerq
  13621. Dev.CD May 00 TC
  13622. RD!All Packages
  13623. Tool Chest Edition
  13624. PCCTS 1.31
  13625.     d C++ source code to a user defined style. 
  13626. Features:
  13627. * Cryptic and obscure formatting commands! 
  13628. * Source code.  
  13629. * Understands C and C++.  
  13630. * Understands conditional compilation.  Source is provided.  
  13631. * Formats in the One True Style out of the box.
  13632. * Used by the developers of MacApp 3.0. 
  13633. * Does not harm the ozone layer nor does it contribute to global warming.
  13634. This package is System 7.0 compatible.  7.0 compatible.  
  13635. inform
  13636. informationB
  13637. vumark
  13638. vumeter
  13639. w/mathlib
  13640. w/sound
  13641. w/sysp
  13642. waiting
  13643. waitnextevent
  13644. waits
  13645. wake100
  13646. wakes
  13647. walk-through
  13648. walks
  13649. walkthrough
  13650. wantg
  13651. wanted
  13652. wanting
  13653. wants
  13654. location
  13655. memory
  13656. P(Dev.CD Jul 95
  13657. Dev.CD Apr 95
  13658. Dev.CD Jan 9V
  13659. 61975X
  13660. Jul 95
  13661. ~--set theItem to choose file -- uncomment to test in an AS editor
  13662.     tell application "Finder"
  13663.         open item "Dev.CD Jul 95
  13664. Dev.CD Apr 95
  13665. Dev.CD Jan 95"
  13666.         activate
  13667.     end tell
  13668. on error errMsg number errNum
  13669.     --enter statements to perform when no records are found such as...
  13670.     display dialog "Sorry, the item you selected could not be found."
  13671.     return
  13672. end try
  13673. All Packages
  13674. QuickDraw GXO
  13675. Dev.CD Apr 95P
  13676. Dev.CD Apr 9V
  13677. 61976X
  13678. Apr 95
  13679. b--set theItem to choose file -- uncomment to test in an AS editor
  13680.     tell application "Finder"
  13681.         open item "Dev.CD Apr 95"
  13682.         activate
  13683.     end tell
  13684. on error errMsg number errNum
  13685.     --enter statements to perform when no records are found such as...
  13686.     display dialog "Sorry, the item you selected could not be found."
  13687.     return
  13688. end try
  13689. All Packages
  13690. QuickDraw GXO
  13691. Dev.CD Apr 95P
  13692. Dev.CD Apr 9V
  13693. 61977X
  13694. Apr 95
  13695. --set theItem to choose file -- uncomment to test in an AS editor
  13696.     tell application "Finder"
  13697.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  13698.         activate
  13699.     end tell
  13700. on error errMsg number errNum
  13701.     --enter statements to perform when no records are found such as...
  13702.     display dialog "Sorry, the item you selected could not be found."
  13703.     return
  13704. end try
  13705. elines:
  13706. NewMacLogoK
  13707. Jan 99N
  13708. Apple, Logo, MacO
  13709. Dev.CD Jan 99 SDK1:Mac Logo:P
  13710. Dev.CD Jan 99 SDK1
  13711.  - Mac Logos no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  13712. General tools.imgK
  13713. Jul 92L
  13714. Jun 95M
  13715. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:SDK1:Development Kits:Mac OS:Language Analysis SDK:re used.
  13716. May 00^
  13717. r--set theItem to choose file -- uncomment to test in an AS editor
  13718.     tell application "Finder"
  13719.         open item "Dev.CD May 00 TC:Sample Code:"
  13720.         activate
  13721.     end tell
  13722. on error errMsg number errNum
  13723.     --enter statements to perform when no records are found such as...
  13724.     display dialog "Sorry, the item you selected could not be found."
  13725.     return
  13726. end try
  13727. e    No Changef
  13728. QuickTime
  13729. Dev.CD May 00 TC
  13730. YD.All Packages
  13731. Tool Chest Edition
  13732. New & RevisedF
  13733. DrawSprocket SDKI
  13734. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.J
  13735. Debug Extensions
  13736. DrawSprocket 1.7.pdf
  13737. DrawSprocket Read Me
  13738. DrawSprocket Release Notes
  13739. DrawSprocketLib
  13740. DSp Debugging Tips
  13741. Interfaces&Libraries
  13742. Licensing Info folderL
  13743. May 00Development Kits:Mac OS:DrawSprocket SDK:V
  13744. 61584X
  13745. Updated
  13746. --set theItem to choose file -- uncomment to test in an AS editor
  13747.     tell application "Finder"
  13748.         open item "Dev.CD Apr 94
  13749. Dev.CD Jan 94
  13750. Dev.CD Oct 93
  13751. Dev.CD Jul 93"
  13752.         activate
  13753.     end tell
  13754. on error errMsg number errNum
  13755.     --enter statements to perform when no records are found such as...
  13756.     display dialog "Sorry, the item you selected could not be found."
  13757.     return
  13758. end try
  13759.  HD to install
  13760. Install 1, English
  13761. Install 1, Fran
  13762. Install 2
  13763. Install 3K
  13764. May 96L
  13765. Aug 96O9Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD May 00 TC
  13766.  - Language Kits
  13767.  - Hebrew Language Kit 1.0.1V
  13768. 59154X
  13769. May 00^
  13770. #hether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  13771. Sample Code.imgK
  13772. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  13773. Dev.CD May 00 TC:Sample Code:P
  13774. Dev.CD May 00 TC
  13775.  - Sample CodeV
  13776. 58094X
  13777. May 00^
  13778. #de:nge
  13779. D!All Packages
  13780. Tool Chest Edition
  13781. Ticket  to Program 1.0
  13782. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  13783. This package is System 7.0 compatible.
  13784. JlTicket to Program
  13785. Ticket to Program Proj
  13786. Ticket to Program Proj.Rsrc
  13787. Ticket to Program.c
  13788. Ticket to Program.hK
  13789. Vol IXM
  13790. Written in Think C 4.0x
  13791. aladdin
  13792. aliasesc
  13793. aligned
  13794. alignment
  13795. alivej
  13796. all-in-one
  13797. all-new
  13798. allocate
  13799. allocate/deallocate
  13800. segment
  13801. segmented
  13802. segmenting
  13803. segments
  13804. seldom
  13805. select
  13806. selected
  13807. selectingZ
  13808. selection
  13809. selector
  13810. selectors
  13811. selectsh
  13812. self-maintaining
  13813. self-moderating
  13814. self-mounting
  13815. self-pacedR
  13816. selfsend
  13817. sellj
  13818. selling
  13819. semantics
  13820. semchishen
  13821. send]
  13822. sendappleeventn
  13823. sender
  13824. sendfinderopen
  13825. sendingn
  13826. sends
  13827. senior
  13828. sense
  13829. sensitive
  13830. senta
  13831. sentence
  13832. sentencesb
  13833. sentense
  13834. separate
  13835. separatelyb
  13836. separations
  13837. septemberj
  13838. sequel
  13839. summary
  13840. updates
  13841. mactcp
  13842. driver
  13843. correct
  13844. summary
  13845. training
  13846. stack
  13847. gives
  13848. general
  13849. overview
  13850. summary
  13851. allows
  13852. hypertalk
  13853. scripter
  13854. display
  13855. summary
  13856. three
  13857. samples
  13858. involving
  13859. standard
  13860. dialogs
  13861. summary
  13862. three
  13863. tools
  13864. testing
  13865. performance
  13866. summary
  13867. supplementing
  13868. documentation
  13869. summary
  13870. toolbox
  13871. assistant
  13872. gives
  13873. rapid
  13874. access
  13875. up-to-da
  13876. summary
  13877. unmountit
  13878. easily
  13879. unmount
  13880. eject
  13881. sharable
  13882. summary
  13883. updated
  13884. conceptual
  13885. reference
  13886. documentation
  13887. summary
  13888. display
  13889. starting
  13890. summary
  13891. validator
  13892. utility
  13893. testing
  13894. sierra/i
  13895. summary
  13896. simple
  13897. macintosh
  13898. application
  13899. supports
  13900. summary
  13901. pleased
  13902. provide
  13903. version
  13904. 1.5.1
  13905. summary
  13906. network
  13907. software
  13908. installer
  13909. insta
  13910. summer
  13911. sun's
  13912. sunsoft
  13913. super
  13914. iotracer
  13915. iotracer
  13916. iotracer
  13917. analyzer
  13918. gatewayS
  13919. ischeckedout
  13920. isdate
  13921. isdate
  13922. isfinderlocked
  13923. isfinderlocked
  13924. iso9660
  13925. iso9660
  13926. iso9660
  13927. iso9660
  13928. issue
  13929. italian
  13930. italian
  13931. 1.1.3
  13932. istributors/localiz
  13933. items
  13934. japan
  13935. japanesep
  13936. japanese
  13937. resourcesp
  13938. survival
  13939. guide
  13940. jbindery2.0
  13941. jbinderyhtml
  13942. helper
  13943. helper
  13944. helper
  13945. jman2.0
  13946. jmanhtml
  13947. justify
  13948. mappings
  13949. 62595X
  13950. Apr 98^
  13951. --set theItem to choose file -- uncomment to test in an AS editor
  13952.     tell application "Finder"
  13953.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):
  13954.  Obsolete/Unsupported:"
  13955.         activate
  13956.     end tell
  13957. on error errMsg number errNum
  13958.     --enter statements to perform when no records are found such as...
  13959.     display dialog "Sorry, the item you selected could not be found."
  13960.     return
  13961. end try
  13962. e    No Changeq
  13963. Dev.CD Apr 98 SDK2
  13964. MD!All Packages
  13965. Tool Chest Edition
  13966. ZAM 1.0a13I
  13967. Summary:  This sample shows how to use the Time Manager and QuickDraw to do animation, as well as play asynch sounds and use AppleEvents.J
  13968. CoreHeaders
  13969. CoreSource
  13970. Dude #includes.c
  13971. ExplosionFrames.rsrc
  13972. Feedback Request 9/1/93
  13973. FireBallFrames.rsrc
  13974. GameHeaders
  13975. GameSource
  13976. nuTankFrames.rsrc
  13977. Release Notes 8/31/93
  13978. resources.rsrc
  13979. UtilCode
  13980. ZAM 1.0a13
  13981. ZAM Sounds
  13982. Nov 93:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:V
  13983. 62596X
  13984. 1e    No Change
  13985. computer
  13986. computer's@
  13987. .F    QuickTimeO
  13988. Dev.CD Jan 94
  13989. Dev.CD Oct 93P
  13990. Dev.CD Jan 94
  13991. Dev.CD Oct 9
  13992. loading
  13993. resource
  13994. codec
  13995. codes
  13996. codewarrior
  13997. collation
  13998. collection
  13999. collection
  14000. services
  14001. color
  14002. color
  14003. depth
  14004. color
  14005. color
  14006. picker
  14007. 2.1.1
  14008. color2index
  14009. colorsync
  14010. colorsync
  14011. photoshop
  14012. plug-ins
  14013. colorsync
  14014. profile
  14015. rename
  14016. colour
  14017. colour
  14018. table
  14019. comet
  14020. communications
  14021. communications
  14022. toolbox
  14023. compare
  14024. compiler
  14025. compiler
  14026. tools
  14027. compilers
  14028. component
  14029. component
  14030. software
  14031. compound
  14032. compound
  14033. document
  14034. architecture
  14035. rmat that plays well from CD-ROM.
  14036. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  14037. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  14038. Set Movie Information: An appli
  14039. LOqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:P
  14040. Dev.CD Apr 00 SDK1
  14041.  - What's New
  14042.  - Technical Documentation
  14043.  - Technical Publications
  14044.  - DeveloperDocumentation
  14045.  - macos8_and_9end tell
  14046. on error errMsg number errNum
  14047.     --enter statements to perform when no records are found such as...
  14048.     display dialog "Sorry, the item you selected could not be found."
  14049.     return
  14050. end try
  14051. All Packages
  14052. QuickDraw GXO
  14053. Dev.CD Apr 95P
  14054. Dev.CD Apr 9V
  14055. 60760X
  14056. Apr 95
  14057. b--set theItem to choose file -- uncomment to test in an AS editor
  14058.     tell application "Finder"
  14059.         open item "Dev.CD Apr 95"
  14060.         activate
  14061.     end tell
  14062. on error errMsg number errNum
  14063.     --enter statements to perform when no records are found such as...
  14064.     display dialog "Sorry, the item you selected could not be found."
  14065.     return
  14066. end try
  14067. All Packages
  14068. QuickDraw GXO
  14069. Dev.CD Apr 95
  14070. Dev.CD Jan 95V
  14071. 60761X
  14072. f--set theItem to choose file -- uncomment to test in an AS editor
  14073.     tell application "Finder"
  14074.         open item "Dev.CD Jun 97 SSW"
  14075.         activate
  14076.     end tell
  14077. on error errMsg number errNum
  14078.     --enter statements to perform when no records are found such as...
  14079.     display dialog "Sorry, the item you selected could not be found."
  14080.     return
  14081. end try
  14082. System Enabler 065 (LC 575)O
  14083. Dev.CD Apr 94
  14084. Dev.CD Jan 94P
  14085. Dev.CD Apr 94
  14086. Dev.CD Jan 9V
  14087. 62364
  14088. levels
  14089. leverages
  14090. lexical
  14091. lexicon
  14092. libraries_
  14093. libraries
  14094. librariesthat
  14095. libraryA
  14096. limitedh
  14097. lindenberg
  14098. linear
  14099. lines
  14100. linguistically
  14101. linkg
  14102. linked
  14103. linkers
  14104. linkingA
  14105. links[
  14106. linton
  14107. lipton
  14108. All Packages
  14109. QuickDraw GXO
  14110. Dev.CD Jan 96 SDK1P
  14111. Dev.CD Jan 96 SDKV
  14112. 61945X
  14113. Jan 96
  14114. g--set theItem to choose file -- uncomment to test in an AS editor
  14115.     tell application "Finder"
  14116.         open item "Dev.CD Jan 96 SDK1"
  14117.         activate
  14118.     end tell
  14119. on error errMsg number errNum
  14120.     --enter statements to perform when no records are found such as...
  14121.     display dialog "Sorry, the item you selected could not be found."
  14122.     return
  14123. end try
  14124. All Packages
  14125. QuickDraw GXO
  14126. Dev.CD Jan 96 SDK1P
  14127. Dev.CD Jan 96 SDKV
  14128. 61946X
  14129. Jan 96
  14130. g--set theItem to choose file -- uncomment to test in an AS editor
  14131.     tell application "Finder"
  14132.         open item "Dev.CD Jan 96 SDK1"
  14133.         activate
  14134.     end tell
  14135. on error errMsg number errNum
  14136.     --enter statements to perform when no records are found such as...
  14137.     display dialog "Sorry, the item you selected could not be found."
  14138.     return
  14139. end try
  14140. All Packages
  14141. QuickDraw GXO
  14142. Dev.CD Jan 96 SDK1V
  14143. 61947X
  14144. --set theItem to choose file -- uncomment to test in an AS editor
  14145.     tell application "Finder"
  14146.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  14147.         activate
  14148.     end tell
  14149. on error errMsg number errNum
  14150.     --enter statements to perform when no records are found such as...
  14151.     display dialog "Sorry, the item you selected could not be found."
  14152.     return
  14153. end try
  14154. "Sorry, the item you selected could not be found."
  14155.     return
  14156. end try
  14157. All Packages
  14158. System Enabler 065 (LC 575)O
  14159. Dev.CD Apr 94P
  14160. Dev.CD Apr 9V
  14161. 61130X
  14162. Apr 94
  14163. b--set theItem to choose file -- uncomment to test in an AS editor
  14164.     tell application "Finder"
  14165.         open item "Dev.CD Apr 94"
  14166.         activate
  14167.     end tell
  14168. on error errMsg number errNum
  14169.     --enter statements to perform when no records are found such as...
  14170.     display dialog "Sorry, the item you selected could not be found."
  14171.     return
  14172. end try
  14173. All Packages
  14174. 61131
  14175. r--set theItem to choose file -- uncomment to test in an AS editor
  14176.     tell application "Finder"
  14177.         open item "Dev.CD May 00 TC:Sample Code:"
  14178.         activate
  14179.     end tell
  14180. on error errMsg number errNum
  14181.     --enter statements to perform when no records are found such as...
  14182.     display dialog "Sorry, the item you selected could not be found."
  14183.     return
  14184. end try
  14185. severala
  14186. faulto
  14187. defect
  14188. define
  14189. defined
  14190. defines
  14191. definingf
  14192. definition
  14193. definitionso
  14194. definitive
  14195. defproc
  14196. defprocs
  14197. degrees
  14198. delay
  14199. delayed
  14200. delaying
  14201. devicej
  14202. entire
  14203. entirely
  14204. entities
  14205. entries
  14206. entry
  14207. enumerated
  14208. enumerates
  14209. enumeration
  14210. enviroment
  14211. environementz
  14212. environmentj
  14213. environments
  14214. enwall
  14215. eoaccess
  14216. eocontrol
  14217. eointerface
  14218. eomodeler
  14219. epoch
  14220. eprom
  14221. equilibrium
  14222. equilibrium's
  14223. equivalent
  14224. erase
  14225. error-handling
  14226. errors
  14227. esfahani
  14228. eskimo
  14229. especially
  14230. essence
  14231. essential
  14232. essentials
  14233. established
  14234. establishing
  14235. establishment
  14236. website
  14237. websites
  14238. weeklyi
  14239. weeks
  14240. weight
  14241. weird
  14242. weiss
  14243. wellj
  14244. well-designed
  14245. well-trod
  14246. wereo
  14247. what_
  14248. contentsa
  14249. sample
  14250. sample
  14251. sample
  14252. documents
  14253. sample
  14254. driver
  14255. sample
  14256. makefiles
  14257. software
  14258. sound
  14259. source
  14260. sourcemenu
  14261. sources
  14262. space
  14263. !OWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  14264.  - Technical Documentation
  14265.  - ABS Technical Notes
  14266.  - Network Server Dev. Guideines say that a window
  14267. s title should match the corresponding document
  14268. s name at all times. Here
  14269. s some code that will help you do that.
  14270. JEdevelop Issue 23:
  14271. develop Issue 23 code:
  14272. develop Issue 23 references:K
  14273. Sep 95L
  14274. Sep 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Mar 00 RL Disk 1
  14275.  - Technical Documentation
  14276.  - Develop
  14277.  - develop Issue 23for any problems you may encounter in its use.
  14278. Js !NOT AN APPLE PRODUCT!
  14279.  Scrap Color Documentation
  14280.  ScrapColor Demo
  14281. Demo source
  14282. scrapcolor library
  14283. ScrapColorDemo.
  14284. Sep 96O6Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD May 00 TC
  14285.  - Tool Chest
  14286.  - QuickDraw
  14287.  - Scrap Color 1.0
  14288. Dev.CD Apr 92
  14289. Dev.CD Mar 9V
  14290. 62227X
  14291. Apr 92
  14292. p--set theItem to choose file -- uncomment to test in an AS editor
  14293.     tell application "Finder"
  14294.         open item "Dev.CD Apr 92
  14295. Dev.CD Mar 92"
  14296.         activate
  14297.     end tell
  14298. on error errMsg number errNum
  14299.     --enter statements to perform when no records are found such as...
  14300.     display dialog "Sorry, the item you selected could not be found."
  14301.     return
  14302. end try
  14303. All Packages
  14304. System 7 Tune-UpO
  14305. Dev.CD Apr 92P
  14306. Dev.CD Apr 9V
  14307. 62228X
  14308. Apr 92
  14309. b--set theItem to choose file -- uncomment to test in an AS editor
  14310.     tell application "Finder"
  14311.         open item "Dev.CD Apr 92"
  14312.         activate
  14313.     end tell
  14314. on error errMsg number errNum
  14315.     --enter statements to perform when no records are found such as...
  14316.     display dialog "Sorry, the item you selected could not be found."
  14317.     return
  14318. end try
  14319. All Packages
  14320. System 7 Tune-UpO
  14321. Dev.CD Apr 92
  14322. Dev.CD Mar 92P
  14323. Dev.CD Apr 92
  14324. Dev.CD Mar 9V
  14325. 62229X
  14326. Apr 92
  14327. All Packages
  14328. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14329. Dev.CD Jan 94
  14330. Dev.CD Oct 93
  14331. Dev.CD Jul 93
  14332. Dev.CD Apr 93PDDev.CD Apr 94
  14333. Dev.CD Jan 94
  14334. Dev.CD Oct 93
  14335. Dev.CD Jul 93
  14336. Dev.CD Apr 9V
  14337. 62462X
  14338. Apr 94
  14339. --set theItem to choose file -- uncomment to test in an AS editor
  14340.     tell application "Finder"
  14341.         open item "Dev.CD Apr 94
  14342. Dev.CD Jan 94
  14343. Dev.CD Oct 93
  14344. Dev.CD Jul 93
  14345. Dev.CD Apr 93"
  14346.         activate
  14347.     end tell
  14348. on error errMsg number errNum
  14349.     --enter statements to perform when no records are found such as...
  14350.     display dialog "Sorry, the item you selected could not be found."
  14351.     return
  14352. end try
  14353. All Packages
  14354. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14355. Dev.CD Jan 94
  14356. Dev.CD Oct 93
  14357. Dev.CD Jul 93
  14358. Dev.CD Apr 93PDDev.CD Apr 94
  14359. Dev.CD Jan 94
  14360. Dev.CD Oct 93
  14361. Dev.CD Jul 93
  14362. Dev.CD Apr 9V
  14363. 62463X
  14364. Apr 94
  14365. --set theItem to choose file -- uncomment to test in an AS editor
  14366.     tell application "Finder"
  14367.         open item "Dev.CD Apr 94
  14368. Dev.CD Jan 94
  14369. Dev.CD Oct 93
  14370. Dev.CD Jul 93
  14371. Dev.CD Apr 93"
  14372.         activate
  14373.     end tell
  14374. on error errMsg number errNum
  14375.     --enter statements to perform when no records are found such as...
  14376.     display dialog "Sorry, the item you selected could not be found."
  14377.     return
  14378. end try
  14379. microprocessor
  14380. microprocessorsA
  14381. microtrendsj
  14382. middle
  14383. mighth
  14384. miller
  14385. millionj
  14386. minimizep
  14387. minimum
  14388. minor
  14389. minow
  14390. minute
  14391. minutes
  14392. mirrori
  14393. misaligned
  14394. misalignment
  14395. misdemeanors
  14396. misrecognized
  14397. mixed
  14398. mixed-partition
  14399. mixing
  14400. mobile
  14401. modal
  14402. modeO
  14403. model\
  14404. modeled
  14405. modeling
  14406. 61482X
  14407. May 97
  14408. e--set theItem to choose file -- uncomment to test in an AS editor
  14409.     tell application "Finder"
  14410.         open item "Dev.CD May 97 TC"
  14411.         activate
  14412.     end tell
  14413. on error errMsg number errNum
  14414.     --enter statements to perform when no records are found such as...
  14415.     display dialog "Sorry, the item you selected could not be found."
  14416.     return
  14417. end try
  14418. tD!All Packages
  14419. Tool Chest Edition
  14420. Chinese Dictation Kit 1.5
  14421. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  14422. With Apple Chinese Dictation Kit (CDK), the world's first low coing
  14423.  - General tools;
  14424. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  14425. CMM is a Mac OS
  14426.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  14427. J;Contextual Menu Development
  14428. Contextual Menu MacHack GoodiesK
  14429. Oct 98N
  14430. Contextual, Menu, ManagerOJDev.CD Apr 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Apr 00 SDK1
  14431.  - Development Kits
  14432.  - Mac OS
  14433.  - ContextualMenuManagerSDK 1.0.3
  14434. 62550X
  14435. May 00^
  14436. r--set theItem to choose file -- uncomment to test in an AS editor
  14437.     tell application "Finder"
  14438.         open item "Dev.CD May 00 TC:Sample Code:"
  14439.         activate
  14440.     end tell
  14441. on error errMsg number errNum
  14442.     --enter statements to perform when no records are found such as...
  14443.     display dialog "Sorry, the item you selected could not be found."
  14444.     return
  14445. end try
  14446. e    No Changeq
  14447. Dev.CD May 00 TC
  14448.  D!All Packages
  14449. Tool Chest Edition
  14450. TransferProvider
  14451. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  14452. Inside Macintosh: Open Transport
  14453. Sample Code.imgK
  14454. Nov 97M
  14455. Open Transport 1.1.1 or later:Sample Code:V
  14456. 62551X
  14457. 1e    No Change
  14458. 61576X
  14459. Mar 00^    RL Disk 1
  14460. --set theItem to choose file -- uncomment to test in an AS editor
  14461.     tell application "Finder"
  14462.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Disk Copy:"
  14463.         activate
  14464.     end tell
  14465. on error errMsg number errNum
  14466.     --enter statements to perform when no records are found such as...
  14467.     display dialog "Sorry, the item you selected could not be found."
  14468.     return
  14469. end try
  14470. e    No Changef
  14471. utilityq
  14472. Dev.CD Mar 00 RL Disk 1
  14473. RD!All Packages
  14474. Tool Chest Edition
  14475. Disk I/O Performance Tools
  14476.     #Dev.CD Aug 96 TC
  14477. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  14478. Dev.CD Jan 96 SDKV
  14479. 60733X
  14480. Aug 96
  14481. o Changef#MacsBug
  14482. AppleEvent
  14483. apple event
  14484. dcmdq
  14485. Dev.CD May 00 TC
  14486. "D!All Packages
  14487. Mac OS SDK Edition
  14488. token
  14489. tokenizer
  14490. toolbox
  14491. toolkit
  14492. toolkits
  14493. tools]
  14494. transport
  14495. transport/ppp
  14496. All Packages
  14497. Korean Language KitO
  14498. Dev.CD Aug 97 TC
  14499. Dev.CD Jan 94
  14500. Dev.CD Oct 93
  14501. Dev.CD Jul 93
  14502. Dev.CD Apr 93
  14503. Dev.CD Jan 92
  14504. Dev.CD Vol. XI
  14505. Dev.CD Vol. X
  14506. Dev.CD Vol. IX
  14507. Dev.CD Vol. VIII
  14508. Dev.CD Vol. VII
  14509. Dev CD Vol. VIP
  14510. Dev.CD Aug 97 TC
  14511. Dev.CD Jan 94
  14512. Dev.CD Oct 93
  14513. Dev.CD Jul 93
  14514. Dev.CD Apr 93
  14515. Dev.CD Jan 92
  14516. Dev.CD Vol. XI
  14517. Dev.CD Vol. X
  14518. Dev.CD Vol. IX
  14519. Dev.CD Vol. VIII
  14520. Dev.CD Vol. VII
  14521. Dev CD Vol. VV
  14522. 61691X
  14523. Aug 97
  14524. --set theItem to choose file -- uncomment to test in an AS editor
  14525.     tell application "Finder"
  14526.         open item "Dev.CD Aug 97 TC
  14527. Dev.CD Jan 94
  14528. Dev.CD Oct 93
  14529. Dev.CD Jul 93
  14530. Dev.CD Apr 93
  14531. Dev.CD Jan 92
  14532. Dev.CD Vol. XI
  14533. Dev.CD Vol. X
  14534. Dev.CD Vol. IX
  14535. Dev.CD Vol. VIII
  14536. Dev.CD Vol. VII
  14537. Dev CD Vol. VI"
  14538.         activate
  14539.     end tell
  14540. on error errMsg number errNum
  14541.     --enter statements to perform when no records are found such as...
  14542.     display dialog "Sorry, the item you selected could not be fB
  14543. ound."
  14544.     return
  14545. end try
  14546. D!All Packages
  14547. Tool Chest Edition
  14548. effective
  14549. effectively
  14550. effectiveness
  14551. effects
  14552. effort
  14553. effortless
  14554. effortlessly
  14555. effortss
  14556. ehancements
  14557. either
  14558. eject
  14559. elaborates
  14560. electronic
  14561. electronics
  14562. element
  14563. elementso
  14564. elicit
  14565. eliminate
  14566. eliminates
  14567. eliminating
  14568. elizabeth
  14569. email
  14570. embed
  14571. embed
  14572. profile
  14573. image
  14574. specified
  14575. image's
  14576. embedded
  14577. embedding
  14578. emphasis
  14579. employj
  14580. emptied
  14581. empty
  14582. emulation
  14583. emulator
  14584. enableq
  14585. This update to Toolbox assistant includes the following QuickView databases:
  14586. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  14587. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  14588. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  14589. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  14590. 6J8Read Me First
  14591. Read Me First.txt
  14592. Sources
  14593. Testing
  14594. VUMetersK
  14595. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO7Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:PBDev.CD May 00 TC
  14596.  - Tool Chest
  14597.  - Hardware
  14598.  - AV Tools
  14599.  - VUMetersV
  14600. 62573X
  14601. May 00^
  14602. --set theItem to choose file -- uncomment to test in an AS editor
  14603.     tell application "Finder"
  14604.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:"
  14605.         activate
  14606.     end tell
  14607. on error errMsg number errNum
  14608.     --enter statements to perform when no records are found such as...
  14609.     display dialog "Sorry, the item you selected could not be found."
  14610.     return
  14611. end try
  14612. e    No Changef7VUMeter
  14613. sound level meters
  14614. ARTA sample code
  14615. volume unitq
  14616. Dev.CD May 00 TC
  14617. 7D!All Packages
  14618. Tool Chest Edition
  14619. WASTE 1.3a6
  14620.     4b6z
  14621. 2.6.1
  14622. 2.6.5X
  14623. 2/94w
  14624. 2400c
  14625. QuickDraw GXO
  14626. Dev.CD Jan 96 SDK1P
  14627. Dev.CD Jan 96 SDKV
  14628. 61954o give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  14629. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hB
  14630. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  14631. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  14632. Sample Code.imgK
  14633. Jan 96L
  14634. Dev.CD May 00 TC:Sample Code:P
  14635. Dev.CD May 00 TC
  14636.  - Sample Codesh 1.1.3:
  14637. Swedish 1.1.3:
  14638. Turkish 1.1.3:
  14639. Ukranian 1.1.3:
  14640. Jan 96L
  14641. Aug 96O8Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:
  14642. finder
  14643. display
  14644. folder
  14645. launch@
  14646. games@
  14647. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  14648. Read Me
  14649. SyncCatchK
  14650. Jun 98L
  14651. Jan 00M
  14652. MacsBugN
  14653. Interrupt Time, Debugging, ToolO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:PFDev.CD May 00 TC
  14654.  - Tool Chest
  14655.  - Testing & Debugging
  14656.  - SyncCatch 2.1V
  14657. 62203X
  14658. May 00^
  14659. --set theItem to choose file -- uncomment to test in an AS editor
  14660.     tell application "Finder"
  14661.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  14662.         activate
  14663.     end tell
  14664. on error errMsg number errNum
  14665.     --enter statements to perform when no records are found such as...
  14666.     display dialog "Sorry, the item you selected could not be found."
  14667.     return
  14668. end try
  14669. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  14670. 62537X
  14671. Dec 99^
  14672. --set theItem to choose file -- uncomment to test in an AS editor
  14673.     tell application "Finder"
  14674.         open item "Dev.CD Dec 99 RL:Technical Publications:rhapsody:"
  14675.         activate
  14676.     end tell
  14677. on error errMsg number errNum
  14678.     --enter statements to perform when no records are found such as...
  14679.     display dialog "Sorry, the item you selected could not be found."
  14680.     return
  14681. end try
  14682. DeletedfQRhapsody
  14683. Yellow Box Java APIs
  14684. OPENSTEP
  14685. Rhapsody Home pages
  14686. Rhapsody Release Notesq
  14687. Dev.CD Dec 99 RL
  14688. All Packages
  14689. F"Technical Publications: WebObjects
  14690. 62538X
  14691.  balloon help and sub-dialogs). Sample code accompanying Tech Note PR09.  This version: New & Improved, appy with LW 8.4.1, can add lists.J
  14692. Sample Code.imgK
  14693. May 97L
  14694. May 97O
  14695. Dev.CD May 00 TC:Sample Code:P
  14696. Dev.CD May 00 TC
  14697.  - Sample CodeV
  14698. 59658X
  14699. May 00^
  14700. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  14701. Here is a list of the OSA features MenuScripter demonstrates:
  14702.  Attaching scripts to objects.
  14703.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  14704.  Directly compiling and executing scripts.
  14705.  Decompiling existing scripts for editing.
  14706.  Gettin
  14707. g and setting properties in scripts.
  14708.  Retrieving information on errors that occur in a script.
  14709.  Loading and storing scripts.
  14710. MenuScripter compiles under :
  14711.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  14712.   Symantec C++ 8.0.1
  14713.   Symantec 7.0.4
  14714.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  14715. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  14716.  Updated script terminology consistent with 7Edit 3.1.
  14717.  Improvements to user interface.
  14718.  A results window
  14719. --set theItem to choose file -- uncomment to test in an AS editor
  14720.     tell application "Finder"
  14721.         open item "Dev.CD Apr 94
  14722. Dev.CD Jan 94
  14723. Dev.CD Oct 93
  14724. Dev.CD Jul 93
  14725. Dev.CD Apr 93"
  14726.         activate
  14727.     end tell
  14728. on error errMsg number errNum
  14729.     --enter statements to perform when no records are found such as...
  14730.     display dialog "Sorry, the item you selected could not be found."
  14731.     return
  14732. end try
  14733. formatasdos
  14734. formatsv
  14735. formatteda
  14736. formatting
  14737. formerlyb
  14738. formerly
  14739. appearance
  14740. contextual
  14741. menumanager
  14742. formsT
  14743. formulate
  14744. forrest
  14745. forth
  14746. fortran
  14747. forward
  14748. foundation
  14749. technologicalj
  14750. technologiesp
  14751. technologyh
  14752. technote
  14753. technotes
  14754. tecsetbasicoptions
  14755. teknosys
  14756. telephone
  14757. telephones
  14758. telephony
  14759. tells
  14760. templatey
  14761. templatesz
  14762. it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  14763. 62091X
  14764. Jul 93
  14765. p--set theItem to choose file -- uncomment to test in an AS editor
  14766.     tell application "Finder"
  14767.         open item "Dev.CD Jul 93
  14768. Dev.CD Apr 93"
  14769.         activate
  14770.     end tell
  14771. on error errMsg number errNum
  14772.     --enter statements to perform when no records are found such as...
  14773.     display dialog "Sorry, the item you selected could not be found."
  14774.     return
  14775. end try
  14776. All Packages
  14777. F    QuickTimeO"Dev.CD Jun 97 SSW
  14778. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  14779. Dev.CD Dec 96 SV
  14780. 62092X
  14781. Jun 97
  14782. w--set theItem to choose file -- uncomment to test in an AS editor
  14783.     tell application "Finder"
  14784.         open item "Dev.CD Jun 97 SSW
  14785. Dev.CD Dec 96 SE"
  14786.         activate
  14787.     end tell
  14788. on error errMsg number errNum
  14789.     --enter statements to perform when no records are found such as...
  14790.     display dialog "Sorry, the item you selected could not be found."
  14791.     return
  14792. end try
  14793. All Packages
  14794. F    QuickTimeO"Dev.CD Jun 97 SSW
  14795. Dev.CD Dec 96 SEV
  14796. 62093X
  14797. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  14798. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  14799. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  14800. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  14801. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  14802. ep 99
  14803. "m to choose file -- uncomment to test in an AS editor
  14804.     tell application "Finder"
  14805.         open item "Dev.CD Jan 94
  14806. Dev.CD Oct 93"
  14807.         activate
  14808.     end tell
  14809. on error errMsg number errNum
  14810.     --enter statements to perform when no records are found such as...
  14811.     display dialog "Sorry, the item you selected could not be found."
  14812.     return
  14813. end try
  14814. All Packages
  14815. F    QuickTimeO
  14816. Dev.CD Jan 94
  14817. Dev.CD Oct 93P
  14818. Dev.CD Jan 94
  14819. Dev.CD Oct 9V
  14820. 60804X
  14821. Jan 94
  14822. p--set theItem to choose file -- uncomment to test in an AS editor
  14823.     tell application "Finder"
  14824.         open item "Dev.CD Jan 94
  14825. Dev.CD Oct 93"
  14826.         activate
  14827.     end tell
  14828. on error errMsg number errNum
  14829.     --enter statements to perform when no records are found such as...
  14830.     display dialog "Sorry, the item you selected could not be found."
  14831.     return
  14832. end try
  14833. All Packages
  14834. F    QuickTimeO
  14835. Dev.CD Jan 94P
  14836. Dev.CD Jan 9V
  14837. 60805X
  14838. Jan 94
  14839. appstogo
  14840. reference
  14841. appwannabe
  14842. arabic
  14843. architecture
  14844. archiving
  14845. arrangement
  14846. sample
  14847. design
  14848. assemblers
  14849. assembly
  14850. assistance
  14851. assistant
  14852. async
  14853. async
  14854. device
  14855. asynchronous
  14856. asynchronous
  14857. atapi
  14858. atmark
  14859. atsui
  14860. attributes
  14861. atworld
  14862. audio
  14863. authentication
  14864. automated
  14865. automated
  14866. testing
  14867. automation
  14868. aware
  14869. background
  14870. background
  14871. apple
  14872. event
  14873. background
  14874. color
  14875. window
  14876. background-only
  14877. backside
  14878. backup
  14879. balloon
  14880. balloon
  14881. balloons
  14882. bandai
  14883. bandwidthA
  14884. barrier
  14885. services
  14886. colour
  14887. table
  14888. component
  14889. compression
  14890. computer
  14891. computer
  14892. based
  14893. media
  14894. conditional
  14895. around
  14896. arrays
  14897. arrived
  14898. arrow
  14899. arrows
  14900. articlep
  14901. articlesj
  14902. articulate
  14903. artwork
  14904. plaintalk
  14905. platformQ
  14906. playback
  14907. player
  14908. plist
  14909. plotting
  14910. plug-ins
  14911. pmforecolor
  14912. polymorphic
  14913. polymorphic
  14914. functions
  14915. registry
  14916. scanner
  14917. portables
  14918. porting
  14919. ports
  14920. posers
  14921. postscript
  14922. emory
  14923. error
  14924. summary
  14925. guide
  14926. support
  14927. development
  14928. macintosh
  14929. summary
  14930. hypercard
  14931. create
  14932. resolve
  14933. aliasesc
  14934. summary
  14935. macsbug
  14936. macro
  14937. debugging
  14938. summary
  14939. snippet
  14940. showing
  14941. determine
  14942. currently
  14943. summary
  14944. technical
  14945. notes
  14946. contain
  14947. latest
  14948. summary
  14949. parser
  14950. allow
  14951. access
  14952. system'sV
  14953. summary
  14954. aetracker
  14955. init/control
  14956. panel
  14957. allows
  14958. summary
  14959. which
  14960. known
  14961. finderevents
  14962. summary
  14963. apple
  14964. peoplesoft
  14965. launched
  14966. partnership
  14967. summary
  14968. apple
  14969. computer
  14970. espana
  14971. prepared
  14972. guide
  14973. yes/no
  14974. yield/suspend/resume
  14975. yielding
  14976. yieldtoanythread
  14977. bases
  14978. baseservices
  14979. basicN
  14980. basically
  14981. SPADev.CD Apr 00 SDK1
  14982.  - Development Kits
  14983.  - Hardware
  14984.  - PCI DDK 3.0V
  14985. 61834X
  14986. Apr 00^
  14987. --set theItem to choose file -- uncomment to test in an AS editor
  14988.     tell application "Finder"
  14989.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  14990.         activate
  14991.     end tell
  14992. on error errMsg number errNum
  14993.     --enter statements to perform when no records are found such as...
  14994.     display dialog "Sorry, the item you selected could not be found."
  14995.     return
  14996. end try
  14997. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  14998. Dev.CD Apr 00 SDK1
  14999. TD!All Packages
  15000. Tool Chest Edition
  15001. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  15002. Sample Code.imgK
  15003. Aug 97M
  15004. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  15005. Dev.CD May 00 TC:Sample Code:P
  15006. Dev.CD May 00 TC
  15007.  - Sample CodeV
  15008. 61835X
  15009. May 00^
  15010. jPSDev.CD Feb 00 TC
  15011.  - What's New?
  15012.  - Development Kits
  15013.  - Mac OS
  15014.  - QuickTime Java SDKV
  15015. 62113X
  15016. Feb 00^
  15017. --set theItem to choose file -- uncomment to test in an AS editor
  15018.     tell application "Finder"
  15019.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  15020.         activate
  15021.     end tell
  15022. on error errMsg number errNum
  15023.     --enter statements to perform when no records are found such as...
  15024.     display dialog "Sorry, the item you selected could not be found."
  15025.     return
  15026. end try
  15027. e    No Changef
  15028. QuickTime
  15029. http://developer.apple.com/sdk/q
  15030. Dev.CD Feb 00 TC
  15031. kD!All Packages
  15032. Tool Chest Edition
  15033. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  15034. QTJava_SDK.zipK
  15035. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  15036. 62114X
  15037. 1e    No Changeo
  15038. http://developer.apple.com/sdk/
  15039. All Packages
  15040. QuickDraw 3DO
  15041. Dev.CD Jun 97 SSWV
  15042. 59450X
  15043. about
  15044. clipboard
  15045. magician
  15046. about
  15047. clipboard
  15048. magician
  15049. about
  15050. convert
  15051. projects
  15052. about
  15053. driver
  15054. installer
  15055. about
  15056. driver
  15057. installer
  15058. about
  15059. about
  15060. dropdisk
  15061. about
  15062. rinaldi
  15063. collection
  15064. 95/02
  15065. about
  15066. scriptx
  15067. about
  15068. system
  15069. 7.5.5
  15070. update
  15071. about
  15072. folder
  15073. about
  15074. utilities
  15075. about
  15076. pre-release
  15077. about
  15078. versionedit
  15079. about
  15080. zaptcp
  15081. about
  15082. zoneranger
  15083. aboutbox
  15084. aboutbox
  15085. aboutbox
  15086. aboutbox
  15087. aboutthissite
  15088. parser
  15089. parser
  15090. adbreinit
  15091. adbreinit
  15092. noteW
  15093. adbreinit
  15094. addchange
  15095. addendumg
  15096. addheader
  15097. addmenu
  15098. addressh
  15099. addresses
  15100. administration
  15101. archive
  15102. filesi
  15103. archive
  15104. htmli
  15105. advanced[
  15106. advanced
  15107. color
  15108. imaging[
  15109. advanced
  15110. color
  15111. imaging
  15112. advanced
  15113. technique
  15114. coercion
  15115. init]
  15116. aegizmos]
  15117. Dev.CD Oct 94P
  15118. Dev.CD Oct 9V
  15119. 62506X
  15120. Oct 94
  15121. b--set theItem to choose file -- uncomment to test in an AS editor
  15122.     tell application "Finder"
  15123.         open item "Dev.CD Oct 94"
  15124.         activate
  15125.     end tell
  15126. on error errMsg number errNum
  15127.     --enter statements to perform when no records are found such as...
  15128.     display dialog "Sorry, the item you selected could not be found."
  15129.     return
  15130. end try
  15131. All Packages
  15132. System UpdateO
  15133. Dev.CD Oct 94P
  15134. Dev.CD Oct 9V
  15135. 62507X
  15136. Oct 94
  15137. b--set theItem to choose file -- uncomment to test in an AS editor
  15138.     tell application "Finder"
  15139.         open item "Dev.CD Oct 94"
  15140.         activate
  15141.     end tell
  15142. on error errMsg number errNum
  15143.     --enter statements to perform when no records are found such as...
  15144.     display dialog "Sorry, the item you selected could not be found."
  15145.     return
  15146. end try
  15147. All Packages
  15148. System UpdateO
  15149. Dev.CD Oct 94P
  15150. Dev.CD Oct 9V
  15151. 62508X
  15152. Oct 94
  15153. direction
  15154. discard
  15155. MoreFiles is a collection of high-level routines written to answer common File Manager questions and to show how to perform common operations involving the Mac OS file system.
  15156. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  15157. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  15158. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  15159. Sample Code.imgK
  15160. Nov 93L
  15161. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  15162. Dev.CD May 00 TC:Sample Code:P
  15163. Dev.CD May 00 TC
  15164.  - Sample Codet.js
  15165. frametest_more.js
  15166. images:
  15167. System:
  15168. updates.html
  15169. webobjects.html
  15170. webobjects36.gif
  15171. soundapp
  15172. soundapp
  15173. soundapp
  15174. soundapp
  15175. soundapp
  15176. soundapp
  15177. soundapp
  15178. soundapp
  15179. soundappsnds
  15180. soundappsnds
  15181. soundrecord
  15182. soundrecord
  15183. sounds
  15184. soundsprocket
  15185. soundsprocket
  15186. soundunit
  15187. soundunit
  15188. soundunit
  15189. source
  15190. source
  15191. masher
  15192. sourcemenu
  15193. sources
  15194. space
  15195. spain
  15196. spain
  15197. distribution
  15198. guide
  15199. spain
  15200. distributors/localiz
  15201. spanish
  15202. spanish
  15203. 1.1.3
  15204. specific
  15205. specification
  15206. media
  15207. memory
  15208. modern
  15209. module
  15210. monitorr
  15211. navigator
  15212. newsi
  15213. notesS
  15214. onescannerg
  15215. opp's
  15216. palette
  15217. parserV
  15218. performance
  15219. photoshop
  15220. player
  15221. plugins
  15222. postscript
  15223. primer
  15224. v-twinb
  15225. v1.0.1
  15226. v1.0.2
  15227. v1.1.3
  15228. v1.2.1Q
  15229. v1.4.1f4
  15230. v1.5.1
  15231. v1.7.2
  15232. v2.0.4
  15233. v2.0.6
  15234. v2.5ss
  15235. v2.6.5X
  15236. v3.0.1Y
  15237. vacinity
  15238. valid
  15239. validate
  15240. validating
  15241. validation
  15242. validator
  15243. validity
  15244. value
  15245. values
  15246. vantage
  15247. variable
  15248. variables
  15249. variant
  15250. variants
  15251. variation
  15252. varietyb
  15253. various
  15254. vdig's
  15255. vdtextsample
  15256. vector
  15257. vectors
  15258. velocity
  15259. vendor
  15260. sJZCallback Sample
  15261. Gouraud Sample
  15262. RAVE Common Code
  15263. RAVE Starter Samples Readme
  15264. Texture SampleK
  15265. Jun 98M
  15266. RAVE 1.5 SDKN)RAVE, QuickDraw 3D, Hardware AccelerationO@Dev.CD Apr 00 SDK1:Development Kits:Mac OS:RAVE Starter Samples:PHDev.CD Apr 00 SDK1
  15267.  - Development Kits
  15268.  - Mac OS
  15269.  - RAVE Starter SamplesV
  15270. 62122X
  15271. Apr 00^
  15272. --set theItem to choose file -- uncomment to test in an AS editor
  15273.     tell application "Finder"
  15274.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:RAVE Starter Samples:"
  15275.         activate
  15276.     end tell
  15277. on error errMsg number errNum
  15278.     --enter statements to perform when no records are found such as...
  15279.     display dialog "Sorry, the item you selected could not be found."
  15280.     return
  15281. end try
  15282. e    No Changef'RAVE
  15283. QuickDraw 3D
  15284. Hardware Accelerationq
  15285. Dev.CD Apr 00 SDK1
  15286. tD!All Packages
  15287. Tool Chest Edition
  15288. Record sound to disk
  15289. 1.1.6
  15290. Dear MacApp users!
  15291. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  15292. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  15293. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  15294. apple
  15295. workgroup
  15296. serversS
  15297. appleeventtypes^
  15298. appleeventtypes
  15299. applegloty
  15300. appleglot
  15301. appleglot
  15302. users
  15303. guidey
  15304. appleglot
  15305. whats
  15306. appleglot
  15307. 2.4b6
  15308. appleguide
  15309. appleii
  15310. auxiliary
  15311. applejack
  15312. applejack
  15313. applemodemtool
  15314. applemodemtool
  15315. v1.5.3
  15316. applescriptm
  15317. applescript
  15318. 1.3.4
  15319. applescript
  15320. suitem
  15321. applesearch
  15322. applesearch
  15323. first
  15324. appleshare
  15325. appleshare
  15326. client
  15327. appleshare
  15328. appleshare
  15329. appleshareclientapi
  15330. appleshareclientapi
  15331. applesingle/appledouv
  15332. applesingle/appledou
  15333. formatv
  15334. applesingle/appledou
  15335. formats
  15336. appleswupdates-engli
  15337. appleswupdates-engli
  15338. appleswupdates-ww
  15339. appleswupdates-ww
  15340. appletalkS
  15341. appletalk
  15342. administration
  15343. appletalk
  15344. administration
  15345. 1.0.2
  15346. appletalk
  15347. connection
  15348. appletalk
  15349. connection
  15350. 1.0.2
  15351. apple
  15352. shared
  15353. library
  15354. manageru
  15355. apple
  15356. systemx
  15357. apple
  15358. services
  15359. unicode
  15360. imaging
  15361. appleevent
  15362. appleevents
  15363. applegloty
  15364. appleglot
  15365. localization
  15366. internationalization
  15367. translation
  15368. glosy
  15369. applescript
  15370. applesearch
  15371. appleshare
  15372. appleshare
  15373. client
  15374. appleshare
  15375. appletalk
  15376. appletalk
  15377. transaction
  15378. protocol
  15379. appletalk
  15380. application
  15381. application
  15382. package
  15383. appstogo
  15384. alias@
  15385. appletalk
  15386. first@
  15387. archive@
  15388. atags@
  15389. detectorsh
  15390. change
  15391. develop
  15392. develop
  15393. issue
  15394. develop
  15395. issue
  15396. develop
  15397. issue
  15398. develop
  15399. issue
  15400. develop
  15401. issue
  15402. develop
  15403. issue
  15404. develop
  15405. issue
  15406. 61620X
  15407. May 00^
  15408. r--set theItem to choose file -- uncomment to test in an AS editor
  15409.     tell application "Finder"
  15410.         open item "Dev.CD May 00 TC:Sample Code:"
  15411.         activate
  15412.     end tell
  15413. on error errMsg number errNum
  15414.     --enter statements to perform when no records are found such as...
  15415.     display dialog "Sorry, the item you selected could not be found."
  15416.     return
  15417. end try
  15418. e    No ChangefFEthernet built-in
  15419. Enet Address
  15420. Burned-in Address
  15421. GetEnetAddrDirect.ppcq
  15422. Dev.CD May 00 TC
  15423. ~D!All Packages
  15424. Tool Chest Edition
  15425. GetHelpStrings
  15426. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  15427. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  15428. e    No Change
  15429. tUserPortNameFromPortRefO
  15430. Dev.CD May 00 TC:Sample Code:P
  15431. Dev.CD May 00 TC
  15432.  - Sample CodeV
  15433. 60584X
  15434. May 00^
  15435. TC84X
  15436. May 00^
  15437. TCe    No Change
  15438. --set theItem to choose file -- uncomment to test in an AS editor
  15439.     tell application "Finder"
  15440.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:MountAlias 1.0:"
  15441.         activate
  15442.     end tell
  15443. on error errMsg number errNum
  15444.     --enter statements to perform when no records are found such as...
  15445.     display dialog "Sorry, the item you selected could not be found."
  15446.     return
  15447. end try
  15448. What's New?:Development Kits:Mac OS:DrawSprocket SDK:"
  15449.         activate
  15450.     end tell
  15451. on error errMsg number errNum
  15452.     --enter statements to perform when no records are found such as...
  15453.     display dialog "Sorry, the item you selected could not be found."
  15454.     return
  15455. end try
  15456. Updatedf2DrawSprocket
  15457. color
  15458. depth
  15459. resolution
  15460. switching
  15461. gamel
  15462. on error errMsg number errNum
  15463.     --enter statements to perform when no records are found such as...
  15464.     display dialog "Sorry, the item you selected could not be found."
  15465.     return
  15466. end try
  15467. All Packages
  15468. QuickDraw GXV
  15469. 59501X
  15470. Apple Help, HTML, Apple Guide
  15471. ethernets
  15472. ethertalkB
  15473. euc-cn
  15474. europeanj
  15475. evaluated
  15476. evaluates
  15477. evaluating
  15478. evangelicalj
  15479. evangelism
  15480. evans
  15481. evenbetterbuserror
  15482. event]
  15483. event-aware]
  15484. event-driven
  15485. eventsN
  15486. eventually
  15487. everj
  15488. everest
  15489. every
  15490. everybody
  15491. everyday
  15492. grabber
  15493. grabguy
  15494. gracefully
  15495. grafport
  15496. grafports
  15497. grammar
  15498. grammars
  15499. grammaticals
  15500. grant
  15501. granted
  15502. graphic
  15503. graphicalX
  15504. graphically
  15505. storyboard
  15506. stream
  15507. stress
  15508. stress
  15509. testing
  15510. tools
  15511. strip
  15512. stripdup
  15513. stripdup
  15514. stripunits
  15515. strwidth
  15516. strwidth
  15517. libraries
  15518. stuff
  15519. stylew
  15520. style
  15521. submission
  15522. success
  15523. suitem
  15524. suitesm
  15525. suites
  15526. under
  15527. developmentm
  15528. support
  15529. supporting
  15530. supporting
  15531. files
  15532. survey
  15533. survival
  15534. sweden
  15535. sweden
  15536. distributors/localiz
  15537. switch
  15538. switch
  15539. switz
  15540. switz
  15541. distributors/localiz
  15542. symantec
  15543. symantec
  15544. builds
  15545. disku
  15546. opening
  15547. openmultfiles
  15548. openport
  15549. opens
  15550. openselection
  15551. openstep
  15552. openstep
  15553. documentation
  15554. applies
  15555. rhapsody
  15556. means
  15557. opentransport
  15558. openwindow
  15559. operate
  15560. operatingo
  15561. operation
  15562. operations
  15563. operator-defined
  15564. operators
  15565. Mar 00^
  15566. --set theItem to choose file -- uncomment to test in an AS editor
  15567.     tell application "Finder"
  15568.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  15569.         activate
  15570.     end tell
  15571. on error errMsg number errNum
  15572.     --enter statements to perform when no records are found such as...
  15573.     display dialog "Sorry, the item you selected could not be found."
  15574.     return
  15575. end try
  15576. e    No Changef
  15577. Technote
  15578. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  15579. Dev.CD Mar 00 RL1
  15580. D!All Packages
  15581. Mac OS SDK Edition
  15582. MacODBC 2.1.2 GM
  15583.     top.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  15584. Sample Code.imgK
  15585. Aug 95
  15586. W286X
  15587. e finder info.
  15588. DateThing:  A sample of how to write one of those date things as in the General control panel.
  15589. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  15590. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  15591. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  15592. DragWindowGrid:  Shows how 
  15593. to write a replacement DragWindow routine that constrains the window to a grid.
  15594. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  15595. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  15596. Dev.CD Jan 94
  15597. Dev.CD Oct 93P
  15598. Dev.CD Jan 94
  15599. Dev.CD Oct 9V
  15600. 62058X
  15601. Jan 94
  15602. p--set theItem to choose file -- uncomment to test in an AS editor
  15603.     tell application "Finder"
  15604.         open item "Dev.CD Jan 94
  15605. Dev.CD Oct 93"
  15606.         activate
  15607.     end tell
  15608. on error errMsg number errNum
  15609.     --enter statements to perform when no records are found such as...
  15610.     display dialog "Sorry, the item you selected could not be found."
  15611.     return
  15612. end try
  15613. All Packages
  15614. F    QuickTimeO
  15615. Dev.CD Jan 94
  15616. Dev.CD Oct 93P
  15617. Dev.CD Jan 94
  15618. Dev.CD Oct 9V
  15619. 62059X
  15620. Jan 94
  15621. p--set theItem to choose file -- uncomment to test in an AS editor
  15622.     tell application "Finder"
  15623.         open item "Dev.CD Jan 94
  15624. Dev.CD Oct 93"
  15625.         activate
  15626.     end tell
  15627. on error errMsg number errNum
  15628.     --enter statements to perform when no records are found such as...
  15629.     display dialog "Sorry, the item you selected could not be found."
  15630.     return
  15631. end try
  15632. All Packages
  15633. F    QuickTimeV
  15634. 62060X
  15635. --set theItem to choose file -- uncomment to test in an AS editor
  15636.     tell application "Finder"
  15637.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:MemHell:"
  15638.         activate
  15639.     end tell
  15640. on error errMsg number errNum
  15641.     --enter statements to perform when no records are found such as...
  15642.     display dialog "Sorry, the item you selected could not be found."
  15643.     return
  15644. end try
  15645. ecords are found such as...
  15646.     display dialog "Sorry, the item you selected could not be found."
  15647.     return
  15648. end try
  15649. e    No Changef
  15650. printer selected chooserq
  15651. Dev.CD May 00 TC
  15652. wD!All Packages
  15653. Tool Chest Edition
  15654. FMAT Editor
  15655.     Finder"
  15656.         open item "Dev.CD Apr 95"
  15657.         activate
  15658.     end tell
  15659. on error errMsg number errNum
  15660.     --enter statements to perform when no records are found such as...
  15661.     display dialog "Sorry, the item you selected could not be found."
  15662.     return
  15663. end try
  15664. All Packages
  15665. F    PowerTalkO
  15666. Dev.CD Apr 95P
  15667. Dev.CD Apr 9V
  15668. 59376X
  15669. Apr 95
  15670. All Packages
  15671. QuickDraw 3DO
  15672. Dev.CD Jun 97 SSWP
  15673. Dev.CD Jun 97 SSV
  15674. 61934X
  15675. Jun 97
  15676. f--set theItem to choose file -- uncomment to test in an AS editor
  15677.     tell application "Finder"
  15678.         open item "Dev.CD Jun 97 SSW"
  15679.         activate
  15680.     end tell
  15681. on error errMsg number errNum
  15682.     --enter statements to perform when no records are found such as...
  15683.     display dialog "Sorry, the item you selected could not be found."
  15684.     return
  15685. end try
  15686. All Packages
  15687. QuickDraw 3DO
  15688. Dev.CD Jun 97 SSWP
  15689. Dev.CD Jun 97 SSV
  15690. 61935X
  15691. Jun 97
  15692. f--set theItem to choose file -- uncomment to test in an AS editor
  15693.     tell application "Finder"
  15694.         open item "Dev.CD Jun 97 SSW"
  15695.         activate
  15696.     end tell
  15697. on error errMsg number errNum
  15698.     --enter statements to perform when no records are found such as...
  15699.     display dialog "Sorry, the item you selected could not be found."
  15700.     return
  15701. end try
  15702. All Packages
  15703. QuickDraw 3DO
  15704. Dev.CD Jun 97 SSWV
  15705. 61936X
  15706. mdefproc
  15707. mdefs
  15708. means
  15709. meant
  15710. measurable
  15711. measurew
  15712. measurement
  15713. measuring
  15714. mechanics
  15715. mechanism
  15716. mechanisms
  15717. penTransportq
  15718. Dev.CD May 00 TC
  15719. $D!All Packages
  15720. Tool Chest Edition
  15721. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  15722. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  15723. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  15724. Dev.CD May 00 TC
  15725. All Packages
  15726. Japanese Language KitOTDev.CD May 97 TC
  15727. Dev.CD Nov 96 TC
  15728. Dev.CD Aug 96 TC
  15729. Dev.CD May 96 TC
  15730. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  15731. Dev.CD Nov 96 TC
  15732. Dev.CD Aug 96 TC
  15733. Dev.CD May 96 TC
  15734. Dev.CD Feb 96 TV
  15735. 61674X
  15736. May 97
  15737. --set theItem to choose file -- uncomment to test in an AS editor
  15738.     tell application "Finder"
  15739.         open item "Dev.CD May 97 TC
  15740. Dev.CD Nov 96 TC
  15741. Dev.CD Aug 96 TC
  15742. Dev.CD May 96 TC
  15743. Dev.CD Feb 96 TC"
  15744.         activate
  15745.     end tell
  15746. on error errMsg number errNum
  15747.     --enter statements to perform when no records are found such as...
  15748.     display dialog "Sorry, the item you selected could not be found."
  15749.     return
  15750. end try
  15751. All Packages
  15752. Japanese Language KitO
  15753. Dev.CD Feb 95P
  15754. Dev.CD Feb 9V
  15755. 61675X
  15756. Feb 95
  15757. ebugging
  15758.  - MemHellV
  15759. 60513X
  15760. May 00^
  15761. Not used in this example
  15762. ReadMe
  15763. WhereCDs.c
  15764. WhereCDs.hK
  15765. Dec 95N CD-ROM, SCSI, Device Manager, CDva, MRJW
  15766. g--set theItem to choose file -- uncomment to test in an AS editor
  15767.     tell application "Finder"
  15768.         open item "Dev.CD Jan 96 SDK1"
  15769.         activate
  15770.     end tell
  15771. on error errMsg number errNum
  15772.     --enter statements to perform when no records are found such as...
  15773.     display dialog "Sorry, the item you selected could not be found."
  15774.     return
  15775. end try
  15776. isplay dialog "Sorry, the item you selected could not be found."
  15777.     return
  15778. end try
  15779. All Packages
  15780. 601 Processor Upgrade EnablerO
  15781. Dev.CD Jul 95P
  15782. Dev.CD Jul 9V
  15783. 60145X
  15784. Jul 95
  15785. b--set theItem to choose file -- uncomment to test in an AS editor
  15786.     tell application "Finder"
  15787.         open item "Dev.CD Jul 95"
  15788.         activate
  15789.     end tell
  15790. on error errMsg number errNum
  15791.     --enter statements to perform when no records are found such as...
  15792.     display dialog "Sorry, the item you selected could not be found."
  15793.     return
  15794. end try
  15795. All Packages
  15796. 601 Processor Upgrade EnablerV
  15797. 60146X
  15798. systemc
  15799. system
  15800. system
  15801. features
  15802. system
  15803. identification
  15804. system
  15805. software
  15806. release
  15807. systemsp
  15808. table
  15809. tables
  15810. tablet
  15811. color
  15812. tanzania
  15813. tasking
  15814. tasks
  15815. tcp/ip
  15816. tcp/ip
  15817. appletalk
  15818. reconfiguration
  15819. network
  15820. setup
  15821. ottcpwilldial
  15822. tcp/ip
  15823. search
  15824. technical
  15825. technical
  15826. documentation
  15827. technical
  15828. publications
  15829. techniques
  15830. textedit
  15831. thread
  15832. thread
  15833. manager
  15834. timing
  15835. tokenQ
  15836. token
  15837. ringQ
  15838. tokenize
  15839. tokenizer
  15840. tokentalk
  15841. toolbox
  15842. toolbox
  15843. assistant
  15844. toolkit
  15845. tools
  15846. traceroute
  15847. traditional
  15848. traffic
  15849. traffic
  15850. light
  15851. transaction
  15852. active Corporation Success Guide
  15853. Top Down Selling by Roger Fetterman and Randall Seger
  15854. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  15855. The book demonstrates through real life case studies that it is possible to 
  15856. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  15857. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  15858. 61587X
  15859. May 00^
  15860. --set theItem to choose file -- uncomment to test in an AS editor
  15861.     tell application "Finder"
  15862.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:"
  15863.         activate
  15864.     end tell
  15865. on error errMsg number errNum
  15866.     --enter statements to perform when no records are found such as...
  15867.     display dialog "Sorry, the item you selected could not be found."
  15868.     return
  15869. end try
  15870. e    No Changeq
  15871. Dev.CD May 00 TC
  15872. ]D!All Packages
  15873. Tool Chest Edition
  15874. DriverGestaltExplorerI
  15875. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  15876. s support of Driver Gestalt.J
  15877. Sample Code.imgK
  15878. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  15879. Dev.CD May 00 TC:Sample Code:P
  15880. Dev.CD May 00 TC
  15881.  - Sample CodeV
  15882. 61588X
  15883. May 00^
  15884.     display dialog "Sorry, the item you selected could not be found."
  15885.     return
  15886. end try
  15887. e    No Change
  15888. e    No Change
  15889. All Packages
  15890. PPC EnablerO
  15891. Dev.CD Jul 95P
  15892. Dev.CD Jul 9V
  15893. 61901X
  15894. Jul 95
  15895. b--set theItem to choose file -- uncomment to test in an AS editor
  15896.     tell application "Finder"
  15897.         open item "Dev.CD Jul 95"
  15898.         activate
  15899.     end tell
  15900. on error errMsg number errNum
  15901.     --enter statements to perform when no records are found such as...
  15902.     display dialog "Sorry, the item you selected could not be found."
  15903.     return
  15904. end try
  15905. All Packages
  15906. PPC EnablerO
  15907. Dev.CD Jul 95P
  15908. Dev.CD Jul 9V
  15909. 61902X
  15910. Jul 95
  15911. b--set theItem to choose file -- uncomment to test in an AS editor
  15912.     tell application "Finder"
  15913.         open item "Dev.CD Jul 95"
  15914.         activate
  15915.     end tell
  15916. on error errMsg number errNum
  15917.     --enter statements to perform when no records are found such as...
  15918.     display dialog "Sorry, the item you selected could not be found."
  15919.     return
  15920. end try
  15921. All Packages
  15922. PPC EnablerO
  15923. Dev.CD Jul 95P
  15924. Dev.CD Jul 9V
  15925. 61903X
  15926. Jul 95
  15927. oss all ope
  15928. )JYMW UnmountIt.
  15929. ServerControlIntf.p
  15930. UnmountIt
  15931. UnmountIt Read Me
  15932. UnmountIt.p
  15933. UnmountIt.rsrc
  15934. virtualuser
  15935. visigenic
  15936. volume
  15937. volumes
  15938. vtwinb
  15939. virtual
  15940. virtual
  15941. virtualuser
  15942. filetool
  15943. memor
  15944. virtual
  15945. virtualuser
  15946. testing
  15947. automation
  15948. automated
  15949. vu-meter
  15950. vumeter
  15951. vumeter
  15952. sound
  15953. level
  15954. meters
  15955. sample
  15956. volume
  15957. waitnextevent
  15958. wannabe
  15959. waste
  15960. waste
  15961. textedit
  15962. replacement
  15963. webobjects
  15964. webobjects
  15965. categories
  15966. posers
  15967. robustness
  15968. testing
  15969. webobjects
  15970. objective-c
  15971. webobjects
  15972. webobjects
  15973. server
  15974. objects
  15975. window
  15976. windows
  15977. wombat
  15978. workstation
  15979. world
  15980. wrapper
  15981. 61578X
  15982. May 00^
  15983. --set theItem to choose file -- uncomment to test in an AS editor
  15984.     tell application "Finder"
  15985.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  15986.         activate
  15987.     end tell
  15988. on error errMsg number errNum
  15989.     --enter statements to perform when no records are found such as...
  15990.     display dialog "Sorry, the item you selected could not be found."
  15991.     return
  15992. end try
  15993. e    No Changef
  15994. Utility
  15995. Low Disk Spaceq
  15996. Dev.CD May 00 TC
  15997. TD!All Packages
  15998. Tool Chest Edition
  15999. Display Card 4
  16000. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  16001. Display Card 4
  16002. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  16003. 8PYDev.CD Nov 99 TC
  16004.  - Tool Chest
  16005.  - Hardware
  16006.  - Display & Video Hardware
  16007.  - Display Card 4
  16008. 61579X
  16009. Nov 99^
  16010. #could not be found."
  16011.     return
  16012. end try
  16013. All Packages
  16014. 60721
  16015. All Packages
  16016. System Enabler 003 (LC III)OEDev.CD Apr 94
  16017. Dev.CD Jan 94
  16018. Dev.CD Oct 93
  16019. Dev.CD Jul 93
  16020. Dev.CD Apr 93PDDev.CD Apr 94
  16021. Dev.CD Jan 94
  16022. Dev.CD Oct 93
  16023. Dev.CD Jul 93
  16024. Dev.CD Apr 9V
  16025. 62309X
  16026. Apr 94
  16027. --set theItem to choose file -- uncomment to test in an AS editor
  16028.     tell application "Finder"
  16029.         open item "Dev.CD Apr 94
  16030. Dev.CD Jan 94
  16031. Dev.CD Oct 93
  16032. Dev.CD Jul 93
  16033. Dev.CD Apr 93"
  16034.         activate
  16035.     end tell
  16036. on error errMsg number errNum
  16037.     --enter statements to perform when no records are found such as...
  16038.     display dialog "Sorry, the item you selected could not be found."
  16039.     return
  16040. end try
  16041. All Packages
  16042. System Enabler 003 (LC III)OEDev.CD Apr 94
  16043. Dev.CD Jan 94
  16044. Dev.CD Oct 93
  16045. Dev.CD Jul 93
  16046. Dev.CD Apr 93PDDev.CD Apr 94
  16047. Dev.CD Jan 94
  16048. Dev.CD Oct 93
  16049. Dev.CD Jul 93
  16050. Dev.CD Apr 9V
  16051. 62310X
  16052. Apr 94
  16053. monitor`
  16054. multimediav
  16055. multimedia
  16056. standardsv
  16057. networkS
  16058. network
  16059. server
  16060. guideS
  16061. network
  16062. software
  16063. installer
  16064. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  16065. Inside Macintosh: Open Transport
  16066. Sample Code.imgK
  16067. Nov 97L
  16068. Sep 98M
  16069. Open Transport 1.1.1 or higherN8Open Transport, no-copy receives, OTBuffer, OTBufferInfoO
  16070. Dev.CD May 00 TC:Sample Code:P
  16071. Dev.CD May 00 TC
  16072.  - Sample CodeV
  16073. 61791X
  16074. May 00^
  16075. r--set theItem to choose file -- uncomment to test in an AS editor
  16076.     tell application "Finder"
  16077.         open item "Dev.CD May 00 TC:Sample Code:"
  16078.         activate
  16079.     end tell
  16080. on error errMsg number errNum
  16081.     --enter statements to perform when no records are found such as...
  16082.     display dialog "Sorry, the item you selected could not be found."
  16083.     return
  16084. end try
  16085. e    No Changef5Open Transport
  16086. no-copy receives
  16087. OTBuffer
  16088. OTBufferInfoq
  16089. Dev.CD May 00 TC
  16090. )D!All Packages
  16091. Tool Chest Edition
  16092. NuBus Testertem you selected could not be found."
  16093.     return
  16094. end try
  16095. code-resources@
  16096. collyer@
  16097. com/acrobat@
  16098. com/technotes/tn/tn1@
  16099. communicate@
  16100. companion@
  16101. compared@
  16102. compilers@
  16103. completed@
  16104. compression/decompre@
  16105. computer
  16106. computer's@
  16107. that's
  16108. d for debugging a target application running on a remote Power Macintosh.
  16109. e    No Change
  16110. ARPerations.c
  16111. ARPerations.h
  16112. ARPSample.68K
  16113. ARPSample.68K.
  16114. ARPSample.PPC
  16115. ARPSamplePPC.
  16116. ARPSampleShell.c
  16117. Metrowerks Build Script
  16118. OTARPModule.h
  16119. Read Me About ARP SampleK
  16120. Jun 98M
  16121. Open Transport 1.1.1 or higherN.Open Transport, ARP, cache, add, delete, queryOCDev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:PNDev.CD Jun 98 RL1
  16122.  - What's New
  16123.  - Sample Code
  16124.  - Networking
  16125.  - ARPSample1.0b1V
  16126. 61447X
  16127. Jun 98^
  16128. --set theItem to choose file -- uncomment to test in an AS editor
  16129.     tell application "Finder"
  16130.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:"
  16131.         activate
  16132.     end tell
  16133. on error errMsg number errNum
  16134.     --enter statements to perform when no records are found such as...
  16135.     display dialog "Sorry, the item you selected could not be found."
  16136.     return
  16137. end try
  16138. e    No Changef)Open Transport
  16139. cache
  16140. delete
  16141. queryq
  16142. Dev.CD Jun 98 RL1
  16143. QD!All Packages
  16144. Tool Chest Edition
  16145. Asia Market Guideay to log informat
  16146. PQDev.CD May 00 TC
  16147.  - Tool Chest
  16148.  - Localization
  16149.  - HC Stack Localization NavigatorV
  16150. 61632X
  16151. May 00^
  16152. --set theItem to choose file -- uncomment to test in an AS editor
  16153.     tell application "Finder"
  16154.         open item "Dev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:"
  16155.         activate
  16156.     end tell
  16157. on error errMsg number errNum
  16158.     --enter statements to perform when no records are found such as...
  16159.     display dialog "Sorry, the item you selected could not be found."
  16160.     return
  16161. end try
  16162. e    No Changeq
  16163. Dev.CD May 00 TC
  16164. All Packages
  16165. Hebrew Language KitO
  16166. Dev.CD May 96 TCP
  16167. Dev.CD May 96 TV
  16168. 61633X
  16169. May 96
  16170. nd Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  16171. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  16172. Summary:  The Apple ScriptX Interactive Multimedia Platform
  16173. With the delivery of Version 1.5, the ScriptX Multimedia Platform is taking the first steps towards establishing a premier platform for the development and delivery of the next generation of multimedia applications and tools.
  16174. The platform consists of three elements:  The ScriptX Media Player, the ScriptX Language and Class Library, and the ScriptX application development and authoring tools.
  16175. The ScriptX Language Kit Version 1.5
  16176.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  16177. See the document "About ScriptX" for details.
  16178. Apr 96L
  16179. Jul 96g
  16180. sourcemenu
  16181. sources
  16182. space
  16183. sample
  16184. output
  16185. sample
  16186. package
  16187. sample
  16188. sample
  16189. scripts
  16190. sample
  16191. startup
  16192. samplecode
  16193. sampledriver
  16194. samplefilter
  16195. samples
  16196. sampleutils
  16197. sampleutils
  16198. sampleutils
  16199. samplewindows
  16200. samplewindows
  16201. samplewindows
  16202. scsimonitor
  16203. scsimonitor
  16204. security
  16205. selectors
  16206. sendae]
  16207. sendae
  16208. sendae
  16209. serverS
  16210. serversS
  16211. setmarkers
  16212. setmfsize
  16213. setproject
  16214. setprojector
  16215. setup
  16216. shareware
  16217. shell
  16218. signaturetoapp]
  16219. signaturetoapp
  16220. simple
  16221. simple
  16222. simplified
  16223. simplified
  16224. stream
  16225. audio
  16226. sitesR
  16227. agent
  16228. software
  16229. sound
  16230. soundsprocket
  16231. soundsprocket
  16232. source
  16233. sourcemenu
  16234. sources
  16235. space
  16236. spain
  16237. spain
  16238. distributors/localiz
  16239. italian
  16240. itemT
  16241. itemhider
  16242. itemsy
  16243. iterate
  16244. iteration
  16245. iterations
  16246. itonx
  16247. iw-half-dither
  16248. j-1.1
  16249. james
  16250. jamie
  16251. januaryj
  16252. january/february
  16253. japanj
  16254. japanesej
  16255. jasik's
  16256. client
  16257. tutorial
  16258. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  16259. Several exciting features have been added with the release of HyperCard 2.4, including:
  16260.  an improved movie button task that allows you to open any QuickTime-readable file
  16261.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  16262.  a new Link to URL butto
  16263. n task and HyperTalk command for connecting to a web site
  16264.  ability to manipulate QuickTime movies using HyperTalk
  16265.  keyboard navigation of QuickTime VR movies
  16266.  ability to open a nearly unlimited number of files using HyperTalk
  16267.  enhanced script editor window for easier navigation
  16268.  improved Picture XCMD
  16269.  more script commands and new syntax
  16270. For more information on these features and how to use them, see Using HyperCard 2.4.
  16271. Sep 97L
  16272. Jul 98K
  16273. hardware
  16274. developer
  16275. documentation
  16276. e    No Changeq
  16277. Dev.CD May 00 TC
  16278. All Packages
  16279. 601 Processor Upgrade EnablerO
  16280. Dev.CD Jul 95P
  16281. Dev.CD Jul 9V
  16282. 61370X
  16283. Jul 95
  16284. b--set theItem to choose file -- uncomment to test in an AS editor
  16285.     tell application "Finder"
  16286.         open item "Dev.CD Jul 95"
  16287.         activate
  16288.     end tell
  16289. on error errMsg number errNum
  16290.     --enter statements to perform when no records are found such as...
  16291.     display dialog "Sorry, the item you selected could not be found."
  16292.     return
  16293. end try
  16294. All Packages
  16295. 601 Processor Upgrade EnablerO
  16296. Dev.CD Jul 95P
  16297. Dev.CD Jul 9V
  16298. 61371X
  16299. Jul 95
  16300. b--set theItem to choose file -- uncomment to test in an AS editor
  16301.     tell application "Finder"
  16302.         open item "Dev.CD Jul 95"
  16303.         activate
  16304.     end tell
  16305. on error errMsg number errNum
  16306.     --enter statements to perform when no records are found such as...
  16307.     display dialog "Sorry, the item you selected could not be found."
  16308.     return
  16309. end try
  16310. All Packages
  16311. 61372X
  16312. r--set theItem to choose file -- uncomment to test in an AS editor
  16313.     tell application "Finder"
  16314.         open item "Dev.CD May 00 TC:Sample Code:"
  16315.         activate
  16316.     end tell
  16317. on error errMsg number errNum
  16318.     --enter statements to perform when no records are found such as...
  16319.     display dialog "Sorry, the item you selected could not be found."
  16320.     return
  16321. end try
  16322. time-based
  16323. time-consuming
  16324. timebase
  16325. timecode
  16326. timed
  16327. timers
  16328. timertst
  16329. router
  16330. routing
  16331. runtime
  16332. sample
  16333. sample
  16334. survey
  16335. developer
  16336. feedback
  16337. sample
  16338. traffic
  16339. light
  16340. saving
  16341. scanner
  16342. scomP
  16343. screen
  16344. script\
  16345. scriptable\
  16346. HJoAppleTalk Administration 1.0.2
  16347. AppleTalk Connection 1.0.2
  16348. Overview - AppleTalk s/w
  16349. Overview - AppleTalk s/w.txtK
  16350. Aug 93M
  16351. System 7 for the SNMP softwareN
  16352. AppleTalk, SNMP, networkingOBDev.CD May 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:PMDev.CD May 00 TC
  16353.  - Tool Chest
  16354.  - Networking
  16355.  - SNMP
  16356.  - AppleTalk SW for SNMPV
  16357. 61439X
  16358. May 00^
  16359. --set theItem to choose file -- uncomment to test in an AS editor
  16360.     tell application "Finder"
  16361.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  16362.         activate
  16363.     end tell
  16364. on error errMsg number errNum
  16365.     --enter statements to perform when no records are found such as...
  16366.     display dialog "Sorry, the item you selected could not be found."
  16367.     return
  16368. end try
  16369. e    No Changef
  16370. AppleTalk
  16371. networkingq
  16372. Dev.CD May 00 TC
  16373. ID!All Packages
  16374. Mac OS SDK Edition
  16375. AppleTalk Wide Area
  16376. Tould install the System 7.5.5 Update.  If you are using a system software version prior to System 7.5.3, you must upgrade to System 7.5.3 before you install this update.  (If you are using System 7.5, 7.5.1, or 7.5.2, you can use System 7.5 Update 2.0 to upgrade to System 7.5.3.).
  16377. See the document "About System 7.5.5 Update" for details.
  16378. JO009-4525 (Disk 1)
  16379. 009-4526 (Disk 2)
  16380. 009-4527 (Disk 3)
  16381. About System 7.5.5 UpdateK
  16382. Nov 96O5Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:P:Dev.CD Nov 99 TC
  16383.  - System Software
  16384.  - System 7.5.5 Updateive
  16385. perspectives
  16386. pertaining
  16387. peter
  16388. pgpuam
  16389. pgpuam
  16390. enhancement
  16391. standard
  16392. appleshare
  16393. phase
  16394. philip
  16395. phone
  16396. phonetic
  16397. photo
  16398. photograph
  16399. photographers
  16400. photographs
  16401. photos
  16402. photoshop
  16403. phrase
  16404. phrases
  16405. 61704X
  16406. May 00^
  16407. r--set theItem to choose file -- uncomment to test in an AS editor
  16408.     tell application "Finder"
  16409.         open item "Dev.CD May 00 TC:Sample Code:"
  16410.         activate
  16411.     end tell
  16412. on error errMsg number errNum
  16413.     --enter statements to perform when no records are found such as...
  16414.     display dialog "Sorry, the item you selected could not be found."
  16415.     return
  16416. end try
  16417. Movedf
  16418. Live Scroll
  16419. Dynamic Scrollingq
  16420. Dev.CD May 00 TC
  16421. D!All Packages
  16422. Tool Chest Edition
  16423. Load PCI DriverI
  16424. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  16425. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  16426. Sample Code.imgK
  16427. Sep 97M
  16428. PowerPC PCI based MacintoshN
  16429. PCI ndrv driver loaderO
  16430. Dev.CD May 00 TC:Sample Code:P
  16431. Dev.CD May 00 TC
  16432.  - Sample CodeV
  16433. 61705X
  16434. May 00^
  16435. #turn
  16436. end try
  16437. D!All Packages
  16438. Tool Chest Edition
  16439.     Dzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  16440.  Various interface improvements.
  16441. J)Disk Copy
  16442. Disk Copy 6.3.3 Quick ReferenceK
  16443. Jan 97L
  16444. May 99N
  16445. Disk, Copy, utilityO,Dev.CD Mar 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Mar 00 RL Disk 1
  16446.  - Utilities
  16447.  - Disk Copyd tell
  16448. on error errMsg number errNum
  16449.     --enter statements to perform when no records are found such as...
  16450.     display dialog "Sorry, the item you selected could not be found."
  16451.     return
  16452. end try
  16453. All Packages
  16454. QuickDraw GXO#Dev.CD Aug 96 TC
  16455. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  16456. Dev.CD Jan 96 SDKV
  16457. 60731X
  16458. Aug 96
  16459. changedo
  16460. changefilename
  16461. changes[
  16462. changetextstylerec
  16463. changing
  16464. channel
  16465. channelsj
  16466. chapter
  16467. chapters
  16468. character
  16469. characteristics
  16470. characters
  16471. charge
  16472. charges
  16473. chars
  16474. cheap
  16475. check
  16476. checked
  16477. checked-in/checked-o
  16478. checkedoutfiles
  16479. checker
  16480. checkers
  16481. checkgestalt
  16482. checkinall
  16483. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  16484. e--set theItem to choose file -- uncomment to test in an AS editor
  16485.     tell application "Finder"
  16486.         open item "Dev.CD May 96 TC"
  16487.         activate
  16488.     end tell
  16489. on error errMsg number errNum
  16490.     --enter statements to perform when no records are found such as...
  16491.     display dialog "Sorry, the item you selected could not be found."
  16492.     return
  16493. end try
  16494.    return
  16495. end try
  16496. Dev.CD Jan 96 SSWP
  16497. Dev.CD Jan 96 SSV
  16498. 58192X
  16499. Jan 96
  16500. f--set theItem to choose file -- uncomment to test in an AS editor
  16501.     tell application "Finder"
  16502.         open item "Dev.CD Jan 96 SSW"
  16503.         activate
  16504.     end tell
  16505. on error errMsg number errNum
  16506.     --enter statements to perform when no records are found such as...
  16507.     display dialog "Sorry, the item you selected could not be found."
  16508.     return
  16509. end try
  16510. All Packages
  16511. QuickDraw 3DO
  16512. Dev.CD Jan 96 SSWP
  16513. Dev.CD Jan 96 SSV
  16514. 58193X
  16515. Jan 96
  16516. zes. 
  16517. Use of the Grayscale Appearance design in
  16518. All Packages
  16519. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16520. Dev.CD Jan 94
  16521. Dev.CD Oct 93
  16522. Dev.CD Jul 93
  16523. Dev.CD Apr 93PDDev.CD Apr 94
  16524. Dev.CD Jan 94
  16525. Dev.CD Oct 93
  16526. Dev.CD Jul 93
  16527. Dev.CD Apr 9V
  16528. 62289X
  16529. Apr 94
  16530. --set theItem to choose file -- uncomment to test in an AS editor
  16531.     tell application "Finder"
  16532.         open item "Dev.CD Apr 94
  16533. Dev.CD Jan 94
  16534. Dev.CD Oct 93
  16535. Dev.CD Jul 93
  16536. Dev.CD Apr 93"
  16537.         activate
  16538.     end tell
  16539. on error errMsg number errNum
  16540.     --enter statements to perform when no records are found such as...
  16541.     display dialog "Sorry, the item you selected could not be found."
  16542.     return
  16543. end try
  16544. All Packages
  16545. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16546. Dev.CD Jan 94
  16547. Dev.CD Oct 93
  16548. Dev.CD Jul 93
  16549. Dev.CD Apr 93PDDev.CD Apr 94
  16550. Dev.CD Jan 94
  16551. Dev.CD Oct 93
  16552. Dev.CD Jul 93
  16553. Dev.CD Apr 9V
  16554. 62290X
  16555. Apr 94
  16556. e    No Changeq
  16557. Dev.CD May 00 TC
  16558. D!All Packages
  16559. Tool Chest Edition
  16560.  INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  16561. J4In Use
  16562. In Use Release Notes
  16563. In Use Release Notes.txtK
  16564. Vol IIIL
  16565. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  16566.  - Tool Chest
  16567.  - Devices
  16568.  - SCSI
  16569.  - In UseV
  16570. 61657X
  16571. May 00^
  16572. --set theItem to choose file -- uncomment to test in an AS editor
  16573.     tell application "Finder"
  16574.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  16575.         activate
  16576.     end tell
  16577. on error errMsg number errNum
  16578.     --enter statements to perform when no records are found such as...
  16579.     display dialog "Sorry, the item you selected could not be found."
  16580.     return
  16581. end try
  16582. e    No Changeq
  16583. Dev.CD May 00 TC
  16584. ev.CD May 00 TC
  16585. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  16586. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  16587. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  16588. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  16589. e port so that when TextEdit erases it just copies your bits rather than erasing.
  16590. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  16591. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  16592. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  16593. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  16594. Dev.CD May 00 TC:Sample Code:P
  16595. Dev.CD May 00 TC
  16596.  - Sample CodeV
  16597. 61506X
  16598. May 00^
  16599. r--set theItem to choose file -- uncomment to test in an AS editor
  16600.     tell application "Finder"
  16601.         open item "Dev.CD May 00 TC:Sample Code:"
  16602.         activate
  16603.     end tell
  16604. on error errMsg number errNum
  16605.     --enter statements to perform when no records are found such as...
  16606.     display dialog "Sorry, the item you selected could not be found."
  16607.     return
  16608. end try
  16609. e    No Changef
  16610. QuickTime
  16611. Dev.CD May 00 TC
  16612. D!All Packages
  16613. Mac OS SDK Edition
  16614. F%Computer-based Media in Broadcast Env
  16615.     ecords are found such as...
  16616.     display dialog "Sorry, the item you selected could not be found."
  16617.     return
  16618. end try
  16619. e    No Changef
  16620. private
  16621. stack
  16622. switch
  16623. snifferq
  16624. Dev.CD May 00 TC
  16625. D!All Packages
  16626. Tool Chest Edition
  16627. F    SyncCatch
  16628. summary
  16629. prgram
  16630. guide
  16631. macintosh
  16632. power
  16633. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  16634. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  16635. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  16636. MenuScripter 4.0
  16637. Summary:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  16638. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Th21X
  16639. Jul 95
  16640. b--set theItem to choose file -- uncomment to test in an AS editor
  16641.     tell application "Finder"
  16642.         open item "Dev.CD Jul 95"
  16643.         activate
  16644.     end tell
  16645. on error errMsg number errNum
  16646.     --enter statements to perform when no records are found such as...
  16647.     display dialog "Sorry, the item you selected could not be found."
  16648.     return
  16649. end try
  16650. All Packages
  16651. PPC EnablerO
  16652. Dev.CD Jul 95P
  16653. Dev.CD Jul 9V
  16654. 59422X
  16655. Jul 95
  16656. illing
  16657. systemsoft
  16658. t-shirt
  16659. tab-delimiteds
  16660. tableY
  16661. tablesY
  16662. tablet
  16663. tabso
  16664. tagged
  16665. tagging
  16666. tague
  16667. tailor
  16668. takeB
  16669. takeng
  16670. takes
  16671. taking
  16672. targeted
  16673. targetingf
  16674. targets
  16675. targetted
  16676. tasksb
  16677. tcp/ip
  16678. All Packages
  16679. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16680. Dev.CD Jan 94
  16681. Dev.CD Oct 93
  16682. Dev.CD Jul 93P6Dev.CD Apr 94
  16683. Dev.CD Jan 94
  16684. Dev.CD Oct 93
  16685. Dev.CD Jul 9V
  16686. 62424X
  16687. Apr 94
  16688. --set theItem to choose file -- uncomment to test in an AS editor
  16689.     tell application "Finder"
  16690.         open item "Dev.CD Apr 94
  16691. Dev.CD Jan 94
  16692. Dev.CD Oct 93
  16693. Dev.CD Jul 93"
  16694.         activate
  16695.     end tell
  16696. on error errMsg number errNum
  16697.     --enter statements to perform when no records are found such as...
  16698.     display dialog "Sorry, the item you selected could not be found."
  16699.     return
  16700. end try
  16701. All Packages
  16702. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16703. Dev.CD Jan 94
  16704. Dev.CD Oct 93
  16705. Dev.CD Jul 93P6Dev.CD Apr 94
  16706. Dev.CD Jan 94
  16707. Dev.CD Oct 93
  16708. Dev.CD Jul 9V
  16709. 62425X
  16710. Apr 94
  16711. dcmda
  16712. debabelizer
  16713. debabelizer
  16714. debug
  16715. debugger
  16716. debugging
  16717. debugging
  16718. modern
  16719. memory
  16720. manager
  16721. debugging
  16722. sound
  16723. manager
  16724. declaration
  16725. declaration
  16726. defproc
  16727. defprocs
  16728. essentials
  16729. eventm
  16730. format
  16731. formatter
  16732. french
  16733. germany
  16734. glossariess
  16735. grayscaleo
  16736. guidep
  16737. handbookf
  16738. handwriting
  16739. helpq
  16740. imaging[
  16741. internationals
  16742. language
  16743. libraryu
  16744. locationt
  16745. locator
  16746. macro
  16747. magician
  16748. managert
  16749. market
  16750. media
  16751. monitorr
  16752. newsi
  16753. notesS
  16754. onescannerg
  16755. opp's
  16756. palette
  16757. parserV
  16758. photoshop
  16759. plugins
  16760. clipper
  16761. clipping
  16762. clock
  16763. clocksB
  16764. close
  16765. closeall
  16766. closed
  16767. closeport
  16768. closest
  16769. closing
  16770. co-exist
  16771. codeN
  16772. sample
  16773. which
  16774. demonstrates
  16775. ethernet
  16776. driver
  16777. code-like
  16778.  theItem to choose file -- uncomment to test in an AS editor
  16779.     tell application "Finder"
  16780.         open item "Dev.CD Apr 94
  16781. Dev.CD Jan 94
  16782. Dev.CD Oct 93
  16783. Dev.CD Jul 93
  16784. Dev.CD Apr 93"
  16785.         activate
  16786.     end tell
  16787. on error errMsg number errNum
  16788.     --enter statements to perform when no records are found such as...
  16789.     display dialog "Sorry, the item you selected could not be found."
  16790.     return
  16791. end try
  16792. viewer
  16793. utility
  16794. which
  16795. graphically
  16796. pending
  16797. penetrate
  16798. pentiumj
  16799. people
  16800. summary
  16801. electronic
  16802. version
  16803. develop
  16804. magazine
  16805. summary
  16806. prgram
  16807. guide
  16808. macintosh
  16809. power
  16810. documentationandsamp
  16811. e    No Changef
  16812. after dark
  16813. wombatq
  16814. Dev.CD May 00 TC
  16815. D!All Packages
  16816. Tool Chest Edition
  16817. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  16818. Sample Code.imgK
  16819. Feb 00
  16820. D- Common
  16821.     - Sun Compliant Java Runtime Environment 1.1
  16822.     - QuickTime 3 
  16823.     - QTJava.zip
  16824.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  16825.     - QTJava media samples
  16826. - Mac OS:
  16827.     - System 8 or later
  16828.     - Macintosh Runtime for Java (MRJ) 2.1
  16829. - Windows 95, 98, or NT::
  16830.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16831. QuickTime, Java, MRJO
  16832. Dev.CD May 00 TC:Sample Code:P
  16833. Dev.CD May 00 TC
  16834.  - Sample CodeV
  16835. 61684X
  16836. May 00^
  16837. TextEdit
  16838. inline input
  16839. Japanese
  16840. internationalizationq
  16841. Dev.CD May 00 TC
  16842. D.All Packages
  16843. Tool Chest Edition
  16844. New & RevisedF
  16845. InputSprocket SDKI
  16846. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.---
  16847. e-mailh
  16848. eachU
  16849. earlierX
  16850. early
  16851. earth
  16852. ease-of-use
  16853. easier
  16854. easiest
  16855. quickdraw
  16856. viewer
  16857. thompson
  16858. easy-to-use
  16859. eaxmple
  16860. edgar
  16861. editX
  16862. edit-related
  16863. editable
  16864. editing
  16865. editionj
  16866. editions
  16867. editorN
  16868. editor'sj
  16869. editors
  16870. edittext
  16871. edittextcdev
  16872. educationalj
  16873. effect
  16874. f--set theItem to choose file -- uncomment to test in an AS editor
  16875.     tell application "Finder"
  16876.         open item "Dev.CD Jan 96 SSW"
  16877.         activate
  16878.     end tell
  16879. on error errMsg number errNum
  16880.     --enter statements to perform when no records are found such as...
  16881.     display dialog "Sorry, the item you selected could not be found."
  16882.     return
  16883. end try
  16884. , the item you selected could not be found."
  16885.     return
  16886. end try
  16887. e    No Changef
  16888. Apple Events
  16889. AppleEventsq
  16890. Dev.CD May 00 TC
  16891. AE User Terminology 3/92I
  16892. Summary: This folder contains the Apple Event User Terminology resource.
  16893. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  16894. AETE ResEdit Template
  16895. AEUserTermTypes.r
  16896. aeut resource
  16897. AppleEventTypes.h
  16898. EnglishMiscellaneous.r
  16899. EnglishMiscellaneous.rsrc
  16900. EnglishTerminology.r
  16901. EnglishTerminology.rsrc
  16902. Terminology Dev Note 3/92K
  16903. May 92L
  16904. May 94M
  16905. System 7.0N
  16906. AE, Apple Events, AppleEventsents, AppleEventsd try
  16907. summary
  16908. his article shows how to use some of the more advanced features of the template mechanism.
  16909. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  16910. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  16911. haven't
  16912. having
  16913. havoc
  16914. t:Devices:Apple Desktop Bus:ADBReInit 1.0:PODev.CD May 00 TC
  16915.  - Tool Chest
  16916.  - Devices
  16917.  - Apple Desktop Bus
  16918.  - ADBReInit 1.0V
  16919. 60157X
  16920. May 00^
  16921. --set theItem to choose file -- uncomment to test in an AS editor
  16922.     tell application "Finder"
  16923.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  16924.         activate
  16925.     end tell
  16926. on error errMsg number errNum
  16927.     --enter statements to perform when no records are found such as...
  16928.     display dialog "Sorry, the item you selected could not be found."
  16929.     return
  16930. end try
  16931. e    No Changef
  16932. Dev.CD May 00 TC
  16933. AdLib 2.6.5
  16934. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  16935. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  16936. 61409X
  16937. Nov 99^
  16938. --set theItem to choose file -- uncomment to test in an AS editor
  16939.     tell application "Finder"
  16940.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  16941.         activate
  16942.     end tell
  16943. on error errMsg number errNum
  16944.     --enter statements to perform when no records are found such as...
  16945.     display dialog "Sorry, the item you selected could not be found."
  16946.     return
  16947. end try
  16948. Deletedq
  16949. Dev.CD Nov 99 TC
  16950. +D!All Packages
  16951. Tool Chest Edition
  16952. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  16953. Apple Directions 01/96
  16954. Apple Directions 02/96
  16955. Apple Directions 03/96
  16956. Apple Directions 04/96
  16957. Apple Directions 05/96
  16958. Apple Directions 06/96
  16959. Apple Directions 07/96
  16960. Apple Directions 08/96
  16961. Apple Directions 09/96
  16962. Apple Directions 10/96
  16963. Apple Directions 11-12/96K
  16964. Mar 96L
  16965. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  16966. ended
  16967. mmended
  16968. ports
  16969. built-in
  16970. devices
  16971. ibm's
  16972. ibook
  16973. ibooks
  16974. ic-savvy
  16975. iconZ
  16976. icon's
  16977. icondimming
  16978. iconposition
  16979. icons
  16980. iconutilcheck
  16981. ideaN
  16982. ideal
  16983. identified
  16984. identifiers
  16985. identify
  16986. identity
  16987. technicallyo
  16988. technique
  16989. techniques
  16990. technogeek
  16991.    open item "Dev.CD Aug 96 TC"
  16992.         activate
  16993.     end tell
  16994. on error errMsg number errNum
  16995.     --enter statements to perform when no records are found such as...
  16996.     display dialog "Sorry, the item you selected could not be found."
  16997.     return
  16998. end try
  16999. All Packages
  17000. QuickDraw GXO
  17001. Dev.CD Aug 96 TCP
  17002. Dev.CD Aug 96 TV
  17003. 60777X
  17004. Aug 96
  17005. e--set theItem to choose file -- uncomment to test in an AS editor
  17006.     tell application "Finder"
  17007.         open item "Dev.CD Aug 96 TC"
  17008.         activate
  17009.     end tell
  17010. on error errMsg number errNum
  17011.     --enter statements to perform when no records are found such as...
  17012.     display dialog "Sorry, the item you selected could not be found."
  17013.     return
  17014. end try
  17015. All Packages
  17016. QuickDraw GXO
  17017. Dev.CD Aug 96 TCP
  17018. Dev.CD Aug 96 TV
  17019. 60778X
  17020. included-file
  17021. includesQ
  17022. includingQ
  17023. bbedit
  17024. summary
  17025. betabase
  17026. filemaker
  17027. report
  17028. database
  17029. summary
  17030. order
  17031. catch
  17032. summary
  17033. buginfo
  17034. macro
  17035. execute
  17036. within
  17037. macsbug
  17038. summary
  17039. callhyper
  17040. external
  17041. dimension
  17042. which
  17043. summary
  17044. cdent
  17045. format
  17046. source
  17047. summary
  17048. cfm-68k
  17049. runtime
  17050. architecture
  17051. 68k-based
  17052. discard
  17053. ideas
  17054. toolkit
  17055. identifycd
  17056. idletasks
  17057. idletasks
  17058. distributors/localiz
  17059. im-telephony
  17060. imageg
  17061. images
  17062. d tell
  17063. on error errMsg number errNum
  17064.     --enter statements to perform when no records are found such as...
  17065.     display dialog "Sorry, the item you selected could not be found."
  17066.     return
  17067. end try
  17068. e    No Changeq
  17069. Dev.CD May 00 TC
  17070. D!All Packages
  17071. Tool Chest Edition
  17072. ADB Key Spy 1.0.1b3
  17073. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  17074.  building a system extension
  17075.  using the ADB API
  17076.  "patching" ADB service routines
  17077.  building, installing, and using a driver
  17078.  mapping physical key codes to virtual key codes
  17079. Sample Code.imgK
  17080. Nov 95L
  17081. May 97M
  17082. anything later than a Mac SE:Sample Code:V
  17083. 60155X
  17084. Moved
  17085.  easi
  17086. quicktime
  17087. quicktime
  17088. quicktime
  17089. compress
  17090. decompress
  17091. quicktime
  17092. quickview
  17093. ethernet
  17094. block
  17095. device
  17096. driver
  17097. raster
  17098. ratesA
  17099. rawip
  17100. rawmode
  17101. reader
  17102. reality
  17103. receives
  17104. reconfiguration
  17105. record
  17106. recordable
  17107. redistribution
  17108. reference
  17109. reference
  17110. counting
  17111. reference
  17112. counts
  17113. region
  17114. registration
  17115. registry
  17116. release
  17117. rename
  17118. renderer
  17119. rendering
  17120. rendering
  17121. unicode
  17122. replace
  17123. reports
  17124. resedit
  17125. resedit
  17126. 2.1.1
  17127. disassembly
  17128. disassembler
  17129. viewer
  17130. edito
  17131. resolution
  17132. resource
  17133. resource
  17134. management
  17135. resources
  17136. return
  17137. return
  17138. investment
  17139. textdrag
  17140. textencodingcmgr
  17141. textfile
  17142. textfile
  17143. textfile
  17144. textfile
  17145. textfile
  17146. textfile
  17147. textintlsvcs
  17148. textoid
  17149. textoid
  17150. textres
  17151. textres
  17152. texture
  17153. texture
  17154. sample
  17155. sighyper
  17156. hytime
  17157. snarfer
  17158. snarfer
  17159. snarfer
  17160. user's
  17161. guide
  17162. sound
  17163. manager
  17164. fully
  17165. themeso
  17166. things
  17167. think
  17168. think
  17169. think
  17170. pascal
  17171. files
  17172. thooks
  17173. thooks
  17174. documentation
  17175. thooks
  17176. documentation
  17177. thread
  17178. thread
  17179. manager
  17180. threedmetafile
  17181. threedmetafile
  17182. title
  17183. system
  17184. folder
  17185. system
  17186. folder
  17187. 8.5.1
  17188. mantec
  17189. builds
  17190. AppleScript for Developers
  17191. AppleScript for Scripters
  17192. Drag Manager
  17193. Edition Manager
  17194. PPC Toolbox
  17195. Scrap Manager
  17196. Operating System Services:
  17197. Event Manager
  17198. Gestalt Manager
  17199. Memory Management Utilities
  17200. Memory Manager
  17201. Multiprocessing Services [Updated]
  17202. Notification Manager
  17203. Process Manager
  17204. Queue Utilities
  17205. Shutdown Manager
  17206. Start Manager
  17207. System Error Handler
  17208. Thread Manager
  17209. Time Manager
  17210. Vertical Retrace Manager
  17211. Virtual Memory Manager
  17212. Device Managers and Drivers Documentation
  17213. Introduction to Mac OS I
  17214. Programming Documentation
  17215. Legacy Documentation Documentation
  17216. General topics:
  17217. Glossary
  17218. Result Codes Tables
  17219. Indexes:
  17220. Document
  17221. Functions
  17222. Technologies
  17223. DevTools:
  17224. Files:
  17225. Glossary:
  17226. HelpSystems:
  17227. HumanInterfaceToolbox:
  17228. images:
  17229. Indexes:
  17230. InterproCom:
  17231. Legacy:
  17232. mac8.html
  17233. MultimediaGraphics:
  17234. NetworkCommSvcs:
  17235. OSSvcs:
  17236. Overview:
  17237. printondemand.html
  17238. ResultCodeTable:
  17239. RuntimeSvcs:
  17240. SearchingTechnologies:
  17241. SiteInfo:
  17242. TextIntlSvcs:
  17243. Utilities:
  17244. creator
  17245. creator
  17246. registration
  17247. csmp-digest-readme
  17248. csmp-digest-readme
  17249. csmp-digest-v3-001
  17250. reference
  17251. library
  17252. edition[
  17253. revised
  17254. 7edit
  17255. readmeO
  17256. 8.5.1
  17257. about
  17258. about
  17259. appleshare
  17260. client
  17261. about
  17262. backlight
  17263. control
  17264. about
  17265. bbedit
  17266. about
  17267. clipboard
  17268. mag'n
  17269. about
  17270. clipboard
  17271. magician
  17272. IMPORTANT INFORMATION ABOUT THIS SDK
  17273. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  17274. http://www.apple.com/quicktime/.
  17275. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  17276. ll be able to add powerful, diff
  17277. erentiating new features to your products faster than ever before.
  17278. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  17279.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  17280.  GX - Read Me First".
  17281.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  17282. yellow
  17283. zanzibar
  17284. zaptcp
  17285. zones
  17286. oper CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  17287. http://www.apple.com/quicktime/.
  17288. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  17289. untitled (DOS 1.4MB format)K
  17290. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  17291.  - Development Kits (Disc 2)
  17292.  - QuickTake for Windows 1.5
  17293. includs
  17294. inclusion
  17295. incoming
  17296. mountalias
  17297. mountalias
  17298. mountalias
  17299. mountprojector
  17300. mountserver
  17301. mousoid
  17302. mousoid
  17303. movie
  17304. movie
  17305. moviefile
  17306. moviefile
  17307. moviefile
  17308. moviefile
  17309. movieshop
  17310. moving
  17311. moving
  17312. source
  17313. powerpc
  17314. mpdelayuntiltest
  17315. mpdelayuntiltest
  17316. mpdelayuntiltest
  17317. mphelloworld
  17318. mphelloworld
  17319. pascal
  17320. mping
  17321. mpintertasktime
  17322. mpintertasktime
  17323. mpintertasktime
  17324. mpperiodicaltest
  17325. mpperiodicaltest
  17326. mpperiodicaltest
  17327. 1.1.3
  17328. dropdisk
  17329. context
  17330. switch
  17331. goodies
  17332. utilities
  17333. aug-95
  17334. dukemovie
  17335. dumparpcache
  17336. dumpnetworksetup
  17337. fkeys
  17338. fkeys
  17339. clipboard
  17340. magican
  17341. flash
  17342. floattolong
  17343. floattolong
  17344. flookup
  17345. editor
  17346. folder
  17347. folder
  17348. information
  17349. foldersize
  17350. foldersize
  17351. fontmaster
  17352. fontmaster
  17353. resedit
  17354. formatv
  17355. formatnum
  17356. formatnum
  17357. formats
  17358. formatter
  17359. foundation
  17360. frametest
  17361. frametest
  17362. frametest
  17363. framework
  17364. frameworks
  17365. frameworks
  17366. francais
  17367. france
  17368. france
  17369. distributors/localiz
  17370. french
  17371. french
  17372. 1.1.3
  17373. fromR
  17374. fssetprinter
  17375. fssetprinter
  17376. fssetprinter
  17377. fstubs
  17378. fstubs
  17379. fstubs
  17380. fullballoons
  17381. fullballoons
  17382. 61535X
  17383. Apr 00^
  17384. --set theItem to choose file -- uncomment to test in an AS editor
  17385.     tell application "Finder"
  17386.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:DesignForRobustness:"
  17387.         activate
  17388.     end tell
  17389. on error errMsg number errNum
  17390.     --enter statements to perform when no records are found such as...
  17391.     display dialog "Sorry, the item you selected could not be found."
  17392.     return
  17393. end try
  17394. e    No Changef'WebObjects
  17395. Designing
  17396. Robustness
  17397. Testingq
  17398. Dev.CD Apr 00 SDK1
  17399. )D!All Packages
  17400. Tool Chest Edition
  17401. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J
  17402. Sample Code.imgK
  17403. Feb 00
  17404. - Common
  17405.     - Sun Compliant Java Runtime Environment 1.1
  17406.     - QuickTime 3 
  17407.     - QTJava.zip
  17408.     - QTJava media samples
  17409. - Mac OS:
  17410.     - System 8 or later
  17411.     - Macintosh Runtime for Java (MRJ) 2.1
  17412. - Windows 95, 98, or NT::
  17413.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17414. QuickTime, Java, MRJ
  17415. *IrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  17416. Object Pascal to C++ TipsK
  17417. Vol IIIL
  17418. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.ORDev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsP]Dev.CD May 00 TC
  17419.  - Tool Chest
  17420.  - Development Kits
  17421.  - C++ Related
  17422.  - Object Pascal to C++ TipV
  17423. 61793X
  17424. May 00^
  17425. --set theItem to choose file -- uncomment to test in an AS editor
  17426.     tell application "Finder"
  17427.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  17428.         activate
  17429.     end tell
  17430. on error errMsg number errNum
  17431.     --enter statements to perform when no records are found such as...
  17432.     display dialog "Sorry, the item you selected could not be found."
  17433.     return
  17434. end try
  17435. e    No Changeq
  17436. Dev.CD May 00 TC
  17437. +D!All Packages
  17438. Mac OS SDK Edition
  17439. ObjectSupportLib 1.1.4
  17440.     oking 
  17441. trainingj
  17442. traits
  17443. transaction
  17444. transfer
  17445. transferred
  17446. transfers
  17447. transform
  17448. transformations
  17449. ities:Gestalt Selectors List 4.3:"
  17450.         activate
  17451.     end tell
  17452. on error errMsg number errNum
  17453.     --enter statements to perform when no records are found such as...
  17454.     display dialog "Sorry, the item you selected could not be found."
  17455.     return
  17456. end try
  17457. e    No Changef
  17458. Gestalt Selector Codes
  17459. Gestalt Manager
  17460. Machine Identification
  17461. System Identification
  17462. System Software Release
  17463. Version
  17464. Capabilities
  17465. System Featuresq
  17466. Dev.CD May 00 TC
  17467. GetEnetAddrDirect.ppc
  17468. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  17469. Includes source code, and CodeWarrior Pro v3.0 IDE project file.IDE project file.
  17470. Xe    No Changeq
  17471. Dev.CD May 98 TC
  17472. All Packages
  17473. Performa 7.1P2O
  17474. Dev.CD Oct 93
  17475. Dev.CD Jul 93P
  17476. Dev.CD Oct 93
  17477. Dev.CD Jul 9V
  17478. 61840X
  17479. Oct 93
  17480. p--set theItem to choose file -- uncomment to test in an AS editor
  17481.     tell application "Finder"
  17482.         open item "Dev.CD Oct 93
  17483. Dev.CD Jul 93"
  17484.         activate
  17485.     end tell
  17486. on error errMsg number errNum
  17487.     --enter statements to perform when no records are found such as...
  17488.     display dialog "Sorry, the item you selected could not be found."
  17489.     return
  17490. end try
  17491. All Packages
  17492. Performa 7.1P5O
  17493. Dev.CD Jan 94
  17494. Dev.CD Dec 93P
  17495. Dev.CD Jan 94
  17496. Dev.CD Dec 9V
  17497. 61841X
  17498. Jan 94
  17499. EmulatorI
  17500. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  17501. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J
  17502. Sample Code.imgK
  17503. May 99M
  17504. PowerPC G3, Mac OS 8.1 or 8.5.:Sample Code:V
  17505. 60225X
  17506. 1e    No Change
  17507. getlastchange
  17508. getmfsize
  17509. getmode
  17510. getmode
  17511. getsetoptions
  17512. getsetoptions
  17513. getsetoptions-68k
  17514. getsetoptions-ppc
  17515. getting
  17516. getting
  17517. started
  17518. getvinfo
  17519. getvinfo
  17520. getvol
  17521. getvol
  17522. newformat
  17523. getvolumes
  17524. getvolumes
  17525. gif89a
  17526. globallist
  17527. globallist
  17528. globalmaster
  17529. globalmaster
  17530. glossars
  17531. glossaryw
  17532. goodies
  17533. gouraud
  17534. gouraud
  17535. sample
  17536. grabguy
  17537. grabguy
  17538. graphical
  17539. graphical
  17540. interface
  17541. graphicsR
  17542. grayscaleo
  17543. easyview
  17544. guideS
  17545. guide
  17546. guide
  17547. contents
  17548. helper
  17549. helplab
  17550. library
  17551. higuidelines
  17552. historyu
  17553. history
  17554. develop
  17555. issue
  17556. develop
  17557. issue
  17558. develop
  17559. issue
  17560. developeru
  17561. developer
  17562. documentation
  17563. developer
  17564. information
  17565. developer
  17566. notes
  17567. developer
  17568. university
  17569. developertutorial
  17570. developertutorial
  17571. developmentm
  17572. devenvguide
  17573. device
  17574. devicemanagers
  17575. devices
  17576. devtools
  17577. diagrams
  17578. dictionary
  17579. difference
  17580. differences
  17581. digital
  17582. digital
  17583. asset
  17584. management
  17585. digital
  17586. storyboard
  17587. config&interleave
  17588. configuration
  17589. interleave
  17590. interleave
  17591. diractive
  17592. directhit
  17593. directhit
  17594. directionsj
  17595. discipline
  17596. discipline
  17597. 2.0.2
  17598. disclaimer
  17599. discoveringopenstepb
  17600. 62134X
  17601. May 00^
  17602. --set theItem to choose file -- uncomment to test in an AS editor
  17603.     tell application "Finder"
  17604.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  17605.         activate
  17606.     end tell
  17607. on error errMsg number errNum
  17608.     --enter statements to perform when no records are found such as...
  17609.     display dialog "Sorry, the item you selected could not be found."
  17610.     return
  17611. end try
  17612. e    No Changef,AppleScript
  17613. StuffIt
  17614. Engine
  17615. scriptable
  17616. scriptq
  17617. Dev.CD May 00 TC
  17618. D!All Packages
  17619. Tool Chest Edition
  17620. ScriptSwitcher
  17621. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  17622. ScriptSwitcher.imgK
  17623. Oct 92L
  17624. Jan 98:Tool Chest:Localization:ScriptSwitcher:V
  17625. 62135X
  17626. 1e    No Change
  17627. symantec
  17628. builds
  17629. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  17630. V-Twin,
  17631.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  17632. New feaures of AIAT 1.1 include:
  17633.  Document summarization - rank sentences within a document
  17634.  Document routing - specify arbitrary documenB
  17635. t categories and route documents among them
  17636.  Incremental accessor updating
  17637.  Improved related terms algorithm
  17638. Contact Apple's Software Licensing Department for licensing information
  17639. JOAIAT 1.0 Manual.pdf
  17640. AIAT 1.1 Changes.pdf
  17641. AIAT ReadMe
  17642. Examples
  17643. Headers
  17644. LibrariesK
  17645. Nov 97L
  17646. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  17647. search, index, vtwin, summaryO0Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AIAT: Pascal source code included.
  17648. ncluded.
  17649. shadows
  17650. shannon
  17651. shape
  17652. shapes
  17653. sharable
  17654. sharej
  17655. sharedp
  17656. sharedlibsp
  17657. shareware
  17658. sharing
  17659. sharks
  17660. sharp
  17661. sharware
  17662. sheet
  17663. sheets
  17664. shell
  17665. shelves
  17666. sherlockq
  17667. sherlock's
  17668. shift
  17669. shift-command
  17670. shippede
  17671. shipping
  17672. shipsj
  17673. shoot
  17674. short
  17675. shortcuts
  17676. shotsB
  17677. shouldN
  17678. shouldn't
  17679. showballoon
  17680. showcase
  17681. showdraghilite
  17682. showicon
  17683. and/oro
  17684. anderson
  17685. angles
  17686. animate
  17687. animated
  17688. animation
  17689. animatorsj
  17690. anniversay
  17691. annotated
  17692. annotations
  17693. announcementj
  17694. announcingj
  17695. annoying
  17696. anonymous
  17697. anotherB
  17698. answer
  17699. answering
  17700. answering-machines
  17701. apisd
  17702. apoplexy
  17703. app'sp
  17704. appearo
  17705. appearanced
  17706. appeared
  17707. appearing
  17708. appendages
  17709. appendditl
  17710. appendix
  17711. appendixesw
  17712. appleO
  17713. nrquj 
  17714. nrvxj11*i
  17715. ncSitmc-n
  17716. peEFQ`h0Gj>Y
  17717. xON\mu5MqA`
  17718. ~--set theItem to choose file -- uncomment to test in an AS editor
  17719.     tell application "Finder"
  17720.         open item "Dev.CD Apr 94
  17721. Dev.CD Jan 94
  17722. Dev.CD Oct 93"
  17723.         activate
  17724.     end tell
  17725. on error errMsg number errNum
  17726.     --enter statements to perform when no records are found such as...
  17727.     display dialog "Sorry, the item you selected could not be found."
  17728.     return
  17729. end try
  17730. Sample Code.imgK
  17731. Feb 92L
  17732. Apr 97O
  17733. Dev.CD May 00 TC:Sample Code:P
  17734. Dev.CD May 00 TC
  17735.  - Sample CodeV
  17736. 59697X
  17737. 1heItem to choose file -- uncomment to test in an AS editor
  17738.     tell application "Finder"
  17739.         open item "Dev.CD Apr 93"
  17740.         activate
  17741.     end tell
  17742. on error errMsg number errNum
  17743.     --enter statements to perform when no records are found such as...
  17744.     display dialog "Sorry, the item you selected could not be found."
  17745.     return
  17746. end try
  17747. All Packages
  17748. System Enabler 111 (PB 160/180)O
  17749. Dev.CD Apr 93P
  17750. Dev.CD Apr 9V
  17751. 57449X
  17752. Apr 93
  17753. additionala
  17754. Summary:  PortList is an extension that helps find when an application does not create or dispose of GrafPorts and CGrafPorts properly.
  17755. PortList drops into macsbug with the message "Port already in PortList."  if you are calling open port on the same pointer twice. This message could also appear if the port was not properly disposed and you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  17756. h a pointer that was never passed to InitPort or OpenPort.
  17757. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  17758. General tools.imgK
  17759. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  17760.  - Tool Chest
  17761.  - Testing & Debugging
  17762.  - General tools
  17763. oes fall into the category of empirically discovered undocumented behavior. 
  17764. AsyncPB:  AsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  17765. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  17766. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  17767. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  17768. macro
  17769. macros/templates
  17770. macsbug
  17771. macsbug
  17772. macsnmp
  17773. mactcp
  17774. mactcp
  17775. developer
  17776. tools
  17777. mactcp
  17778. 2.0.6
  17779. mactcp
  17780. token
  17781. mactcp
  17782. mactv
  17783. magician
  17784. suite
  17785. makemake
  17786. makemake
  17787. 2.0d38
  17788. management
  17789. managert
  17790. manalyzer
  17791. manalyzer
  17792. 2.0d3
  17793. market
  17794. maximizing
  17795. maximizing
  17796. quadra
  17797. floatingpoint
  17798. media
  17799. megamovies
  17800. megamovies
  17801. 1.6.2
  17802. memhell
  17803. memory
  17804. memory
  17805. monitor
  17806. defproc
  17807. 1.0.3
  17808. menuscripter
  17809. onescannerg
  17810. opp's
  17811. palette
  17812. parserV
  17813. performance
  17814. photoshop
  17815. player
  17816. plugins
  17817. postscript
  17818. powerbook
  17819. primer
  17820. . This article shows how the geo
  17821. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  17822. Implementing Shared Internet Preferences With Internet Config by Quinn 
  17823. The Eskimo!
  17824.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  17825. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  17826. develop
  17827. issue
  17828. develop
  17829. issue
  17830. developeru
  17831. developer
  17832. documentation
  17833. developer
  17834. information
  17835. developer
  17836. notes
  17837. developer
  17838. university
  17839. developertutorial
  17840. developertutorial
  17841. developmentm
  17842. devenvguide
  17843. device
  17844. devicemanagers
  17845. devices
  17846. devtools
  17847. diagrams
  17848. dictionary
  17849. difference
  17850. differences
  17851. digital
  17852. digital
  17853. asset
  17854. management
  17855. digital
  17856. storyboard
  17857. config&interleave
  17858. configuration
  17859. interleave
  17860. interleave
  17861. diractive
  17862. directhit
  17863. directhit
  17864. directionsj
  17865. discipline
  17866. discipline
  17867. 2.0.2
  17868. disclaimer
  17869. discoveringopenstepb
  17870. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  17871.   -Creating a Time Base call back
  17872.   -Setting call backs based on the length of a movie.
  17873.   -Automatically closing a movie once it has finished playing
  17874.   -Making a loop within a movie.
  17875.   -Changing the rate of a movie while it is playing.
  17876.   -Slaving one movie to another.
  17877.   -Offsetting the start frame of a slave movie.
  17878.   -Delaying the start
  17879. E of a slave movie playing
  17880. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  17881. It also demonstrates
  17882.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  17883.   How to create a default button on a dialog without using user items.
  17884. Sample Code.imgK
  17885. Jan 96O
  17886. Dev.CD May 00 TC:Sample Code:P
  17887. Dev.CD May 00 TC
  17888.  - Sample Codeuide
  17889. higuidelines
  17890. historyu
  17891. history
  17892. --set theItem to choose file -- uncomment to test in an AS editor
  17893.     tell application "Finder"
  17894.         open item "Dev.CD Apr 94
  17895. Dev.CD Jan 94
  17896. Dev.CD Oct 93
  17897. Dev.CD Jul 93
  17898. Dev.CD Apr 93"
  17899.         activate
  17900.     end tell
  17901. on error errMsg number errNum
  17902.     --enter statements to perform when no records are found such as...
  17903.     display dialog "Sorry, the item you selected could not be found."
  17904.     return
  17905. end try
  17906. viiiv
  17907. e    No ChangefTperformance
  17908. hardware
  17909. PowerPC,bandwidth
  17910. 'cache miss rates'
  17911. 'performance counters'q
  17912. Dev.CD May 00 TC
  17913. D!All Packages
  17914. Tool Chest Edition
  17915. 5thColumn
  17916. Summary: 5thColumn
  17917.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  17918. Features: 5thColumn
  17919.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  17920. VU3.0.1d3.smiK
  17921. Vol IVL
  17922. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD May 00 TC
  17923.  - Tool Chest
  17924.  - Testing & Debugging
  17925.  - Virtual User 3.0.1d3V
  17926. 61369X
  17927. May 00^
  17928. #andbookf
  17929. imaging[
  17930. newsi
  17931. notesS
  17932. onescannerg
  17933. parserV
  17934. 1.0b16
  17935. Mar 00^    RL Disk 1
  17936. --set theItem to choose file -- uncomment to test in an AS editor
  17937.     tell application "Finder"
  17938.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  17939.         activate
  17940.     end tell
  17941. on error errMsg number errNum
  17942.     --enter statements to perform when no records are found such as...
  17943.     display dialog "Sorry, the item you selected could not be found."
  17944.     return
  17945. end try
  17946. e    No Changeq
  17947. Dev.CD Mar 00 RL Disk 1
  17948. All Packages
  17949. develop Issue 25
  17950. 60321X
  17951. y screen device can also be removed using a method similar to that used with the menubar.
  17952. HierMenus:  HierMenus is a very simple demonstration of how to use hierarchical menus in your application.
  17953. INIT - CDEV: A sample that shows how a CDEV can communicate with an INIT.  Shows how to write an INIT that can stay resident; how to write a Control Panel Device with extended error reporting; how to patch a trap; how to use the FindFolder routine for
  17954. --set theItem to choose file -- uncomment to test in an AS editor
  17955.     tell application "Finder"
  17956.         open item "Dev.CD Apr 94
  17957. Dev.CD Jan 94
  17958. Dev.CD Oct 93
  17959. Dev.CD Jul 93"
  17960.         activate
  17961.     end tell
  17962. on error errMsg number errNum
  17963.     --enter statements to perform when no records are found such as...
  17964.     display dialog "Sorry, the item you selected could not be found."
  17965.     return
  17966. end try
  17967. electronics
  17968. element
  17969. elementso
  17970. elicit
  17971. eliminate
  17972. eliminates
  17973. eliminating
  17974. elizabeth
  17975. email
  17976. embed
  17977. embed
  17978. profile
  17979. image
  17980. specified
  17981. image's
  17982. embedded
  17983. embedding
  17984. emphasis
  17985. employj
  17986. emptied
  17987. empty
  17988. emulation
  17989. emulator
  17990. enableq
  17991. chest
  17992.  features and strengths.
  17993. Vol IIIL
  17994. Jun 95
  17995. power
  17996. Summary: This is the electronic version of develop magazine.
  17997.  Issue 18 highlights:
  17998. Giving Users Help With Apple Guide  by John Powers.  Learn how to integrate this powerful new help system into your application, to provide users with context-sensitive help and interactively guide them through common tasks.
  17999. Programming for Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  18000. Exploiting Gr
  18001. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  18002. Displaying Hierarchical Lists  by Martin Minow.  Here
  18003. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  18004. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  18005. quickdraw
  18006. graphics
  18007. library
  18008. define
  18009. quickdraw
  18010. dimension
  18011. macintosh
  18012. graphics
  18013. pablo
  18014. polymorphic
  18015. functions
  18016. registry
  18017. scanner
  18018. portables
  18019. porting
  18020. ports
  18021. posers
  18022. postscript
  18023. quicktime
  18024. effects
  18025. quicktime
  18026. yellow
  18027. appkit
  18028. reference
  18029. printing
  18030. postscript
  18031. filter
  18032. private
  18033. private
  18034. stack
  18035. switch
  18036. sniffer
  18037. process
  18038. process
  18039. manager
  18040. processes
  18041. processing
  18042. profile
  18043. profilerx
  18044. program
  18045. program
  18046. linking
  18047. appleevents
  18048. guest
  18049. programming
  18050. project
  18051. projector
  18052. promise
  18053. promisehfsflavor
  18054. property
  18055. proportional
  18056. protocol
  18057. publications
  18058. quicktime
  18059. object
  18060. panorama
  18061. quickt
  18062. imagewriter
  18063. halftone
  18064. dither
  18065. sample
  18066. quickdraw
  18067. spooler
  18068. print
  18069. patch
  18070. appleshare
  18071. novell
  18072. netware
  18073. quicktake
  18074. quicktake
  18075. windows
  18076. digital
  18077. camera
  18078. quicktime
  18079. quitting
  18080. quoted
  18081. quoting
  18082. qwerty
  18083. races
  18084. radcliffe
  18085. radically
  18086. radio
  18087. raises
  18088. expansion
  18089. ramifications
  18090. randall
  18091. random
  18092. range
  18093. ranger
  18094. rangingf
  18095. rankb
  18096. rapid
  18097. rappoport
  18098. rates
  18099. ratherg
  18100. rationale
  18101. rawip
  18102. re-direct
  18103. re-enabled
  18104. re-installed
  18105. re-mount
  18106. re-rolled
  18107. re-sizable
  18108. readB
  18109. oldies
  18110. openi
  18111. install
  18112. browser
  18113. begini
  18114. first
  18115. browser
  18116. n shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  18117. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  18118. DragWindowGrid:  Shows how 
  18119. to write a replacement DragWindow routine that constrains the window to a grid.
  18120. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  18121. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  18122. denmark
  18123. denmark
  18124. distributors/localiz
  18125. design
  18126. design
  18127. reuse
  18128. designforrobustness
  18129. designforrobustness
  18130. detection
  18131. detectorsh
  18132. change
  18133. develop
  18134. develop
  18135. issue
  18136. develop
  18137. issue
  18138. develop
  18139. issue
  18140. develop
  18141. issue
  18142. develop
  18143. issue
  18144. develop
  18145. issue
  18146. develop
  18147. issue
  18148. t allows text input.
  18149. Accurate recognition, even with cursive writing.
  18150. User expandable dictionary enables phrases to be represented by simple clicks.
  18151. Separate lexicon manager for maintaining dictionaries.
  18152. Accommodates different writing styles to suit wide user preferences.
  18153. On-screen keyboards to enable quick input of symbols and puntuation marks.
  18154. Recognize
  18155. ethernet
  18156. built-in
  18157. address
  18158. burned-in
  18159. address
  18160. getenetaddr
  18161. ethernet
  18162. multicast
  18163. mdata
  18164. 802.2
  18165. 802.3
  18166. ethertalk
  18167. etsda
  18168. eventa
  18169. events\
  18170. expansion
  18171. extension
  18172. external
  18173. extractor
  18174. faceless
  18175. family
  18176. fcode
  18177. features
  18178. fetch
  18179. field
  18180. manager
  18181. desktop
  18182. manager
  18183. sample
  18184. synchronization
  18185. backup
  18186. assistant
  18187. folder
  18188. duplicatio
  18189. system
  18190. manager
  18191. external
  18192. system
  18193. foreign
  18194. filename
  18195. files
  18196. filetool
  18197. filter
  18198. finder
  18199. finder
  18200. appleevents
  18201. finderevents
  18202. events
  18203. finder
  18204. label
  18205. --set theItem to choose file -- uncomment to test in an AS editor
  18206.     tell application "Finder"
  18207.         open item "Dev.CD Apr 94
  18208. Dev.CD Jan 94
  18209. Dev.CD Oct 93
  18210. Dev.CD Jul 93
  18211. Dev.CD Apr 93"
  18212.         activate
  18213.     end tell
  18214. on error errMsg number errNum
  18215.     --enter statements to perform when no records are found such as...
  18216.     display dialog "Sorry, the item you selected could not be found."
  18217.     return
  18218. end try
  18219. numbers
  18220. numerals
  18221. numeric
  18222. numerics
  18223. numerousp
  18224. nvram
  18225. nvramrc
  18226. objectQ
  18227. object-based
  18228. All Packages
  18229. System 7 Tune-UpO
  18230. Dev.CD Sept 92
  18231. Dev.CD Aug 92P
  18232. Dev.CD Sept 92
  18233. Dev.CD Aug 9V
  18234. 62211X
  18235. Sept 9
  18236. q--set theItem to choose file -- uncomment to test in an AS editor
  18237.     tell application "Finder"
  18238.         open item "Dev.CD Sept 92
  18239. Dev.CD Aug 92"
  18240.         activate
  18241.     end tell
  18242. on error errMsg number errNum
  18243.     --enter statements to perform when no records are found such as...
  18244.     display dialog "Sorry, the item you selected could not be found."
  18245.     return
  18246. end try
  18247. All Packages
  18248. System 7 Tune-UpO
  18249. Dev.CD Sept 92
  18250. Dev.CD Aug 92P
  18251. Dev.CD Sept 92
  18252. Dev.CD Aug 9V
  18253. 62212X
  18254. Sept 9
  18255. q--set theItem to choose file -- uncomment to test in an AS editor
  18256.     tell application "Finder"
  18257.         open item "Dev.CD Sept 92
  18258. Dev.CD Aug 92"
  18259.         activate
  18260.     end tell
  18261. on error errMsg number errNum
  18262.     --enter statements to perform when no records are found such as...
  18263.     display dialog "Sorry, the item you selected could not be found."
  18264.     return
  18265. end try
  18266. apple
  18267. glossary
  18268. apple
  18269. apple
  18270. standardsan AS editor
  18271.     tell application "Finder"
  18272.         open item "Dev.CD Oct 94"
  18273.         activate
  18274.     end tell
  18275. on error errMsg number errNum
  18276.     --enter statements to perform when no records are found such as...
  18277.     display dialog "Sorry, the item you selected could not be found."
  18278.     return
  18279. end try
  18280. getter
  18281. gettingj
  18282. getting
  18283. started
  18284. webobjects
  18285. getting/setting
  18286. getvinfo
  18287. getzonelist
  18288. gimedapalette
  18289. giveN
  18290. given`
  18291. Wnder help string, so that turning on balloon help and pointing at this extension exp
  18292. JNdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceO
  18293. Dev.CD May 00 TC:Sample Code:P
  18294. Dev.CD May 00 TC
  18295.  - Sample CodeV
  18296. 61441X
  18297. May 00^
  18298. r--set theItem to choose file -- uncomment to test in an AS editor
  18299.     tell application "Finder"
  18300.         open item "Dev.CD May 00 TC:Sample Code:"
  18301.         activate
  18302.     end tell
  18303. on error errMsg number errNum
  18304.     --enter statements to perform when no records are found such as...
  18305.     display dialog "Sorry, the item you selected could not be found."
  18306.     return
  18307. end try
  18308. Movedf\AppsToGo
  18309. AppWannabe
  18310. Wannabe
  18311. DTS.Draw
  18312. DTS.Lib
  18313. DTS.StyleChat
  18314. Kibitz
  18315. pbClock
  18316. AppsToGo Referenceq
  18317. Dev.CD May 00 TC
  18318. All Packages
  18319. Arabic Language KitO
  18320. Dev.CD May 96 TCP
  18321. Dev.CD May 96 TV
  18322. 61442X
  18323. May 96
  18324. D Oct 93
  18325. Dev.CD Jul 93
  18326. Dev.CD Apr 9V
  18327. 61218X
  18328. Apr 94
  18329. tricksS
  18330. tricky
  18331. understand
  18332. understanding
  18333. The free Adobe
  18334.  Acrobat
  18335.  Reader allows you to view, navigate, and print PDF files across all major computing platforms. Acrobat Reader is the free viewing companion to Adobe Acrobat 3.0 and to Acrobat Capture
  18336.  software.
  18337. For full instructions on using the Acrobat Reader please see the Acrobat Reader 3.0 Online Guide, which can be found in the file READER.PDF in the Help folder (which is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  18338. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  18339. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  18340.     http://www.adobe.com/acrobat/register.html
  18341. To view the latest information
  18342. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  18343. t talk to any real hardware.  Instead it mounts disk images over the network.
  18344. Sample Code.imgK
  18345. Jul 97L
  18346. Jul 97N
  18347. async deviceO
  18348. Dev.CD May 00 TC:Sample Code:P
  18349. Dev.CD May 00 TC
  18350.  - Sample CodeerrNum
  18351.     --enter statements to perform when no records are found such as...
  18352.     display dialog "Sorry, the item you selected could not be found."
  18353.     return
  18354. end try
  18355. All Packages
  18356. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  18357. Dev.CD Jan 94
  18358. Dev.CD Oct 93P(Dev.CD Apr 94
  18359. Dev.CD Jan 94
  18360. Dev.CD Oct 9V
  18361. 61200X
  18362. Apr 94
  18363. launchwithdoc
  18364. launchwithdoc2
  18365. launchwithsize
  18366. ldefproc0
  18367. leading
  18368. leading-edge
  18369. leadsj
  18370. leaks
  18371. learn
  18372. All Packages
  18373. F    PowerTalkO
  18374. Dev.CD Apr 95P
  18375. Dev.CD Apr 9V
  18376. 61858X
  18377. Apr 95
  18378. b--set theItem to choose file -- uncomment to test in an AS editor
  18379.     tell application "Finder"
  18380.         open item "Dev.CD Apr 95"
  18381.         activate
  18382.     end tell
  18383. on error errMsg number errNum
  18384.     --enter statements to perform when no records are found such as...
  18385.     display dialog "Sorry, the item you selected could not be found."
  18386.     return
  18387. end try
  18388. All Packages
  18389. F    PowerTalkO
  18390. Dev.CD Apr 95
  18391. Dev.CD Jan 95P
  18392. Dev.CD Apr 95
  18393. Dev.CD Jan 9V
  18394. 61859X
  18395. Apr 95
  18396. p--set theItem to choose file -- uncomment to test in an AS editor
  18397.     tell application "Finder"
  18398.         open item "Dev.CD Apr 95
  18399. Dev.CD Jan 95"
  18400.         activate
  18401.     end tell
  18402. on error errMsg number errNum
  18403.     --enter statements to perform when no records are found such as...
  18404.     display dialog "Sorry, the item you selected could not be found."
  18405.     return
  18406. end try
  18407. All Packages
  18408. F    PowerTalkV
  18409. 61860X
  18410. 62567X
  18411. May 00^
  18412. --set theItem to choose file -- uncomment to test in an AS editor
  18413.     tell application "Finder"
  18414.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  18415.         activate
  18416.     end tell
  18417. on error errMsg number errNum
  18418.     --enter statements to perform when no records are found such as...
  18419.     display dialog "Sorry, the item you selected could not be found."
  18420.     return
  18421. end try
  18422. e    No Changef@VU
  18423. Virtual User
  18424. VirtualUser
  18425. Testing
  18426. Automation
  18427. Automated TestingoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/q
  18428. Dev.CD May 00 TC
  18429. 1D!All Packages
  18430. Tool Chest Edition
  18431. Virtual User tools
  18432. dropdisk
  18433. context
  18434. switch
  18435. goodies
  18436. utilities
  18437. aug-95
  18438. dukemovie
  18439. dumparpcache
  18440. dumpnetworksetup
  18441. Advanced Web Site Technique.pdf
  18442. Avoid Audio Pitfalls Guide.pdf
  18443. CompbasedMediaBroadcastEnv
  18444. Creating MIDI for the Web3.pdf
  18445. DeBabelizer 3.0.pdf
  18446. Design For Reuse.pdf
  18447. DesignForRobustness
  18448. Digital Asset Management.pdf
  18449. Digital Storyboard.pdf 
  18450. DVD Development.pdf
  18451. DVD_Primer.pdf
  18452. Enhanced CD Survival Guide.pdf
  18453. EOModeler
  18454. Frameworks.pdf
  18455. Gender-Based Title Creation.pdf
  18456. Int_Media_Writer_Resources.pdf
  18457. Java Survival Guide.pdf
  18458. Making Cool QD3D Apps.pdf
  18459. Music on the Net.pdf
  18460. New Audio Features QT3.pdf
  18461. Porting
  18462. kObjectiveCtoJava
  18463. Push Tech Survival Gd.pdf
  18464. QT3-More Than Dig. Video.pdf
  18465. Simplified Stream Audio.pdf
  18466. Web Animation Guide.pdf
  18467. WebObjects Database Part I.pdf
  18468. WebObjects Database Part II.pdf
  18469. WebObjects Memory Mgmt.pdf
  18470. WebObjects Tools and Techniques
  18471. WebObjectsCategories&Posers.pdf
  18472. WebObjectsPerformanceTuning
  18473. Working with WebObjects.pdf
  18474. Writing for Interactive Media
  18475. compressimage
  18476. compressionP
  18477. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  18478. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  18479. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  18480. How do I order BBEdit 3.5
  18481. or details on obtaining your own copy of BBEdit.
  18482. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  18483. BBEdit Lite is copyright 
  18484. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  18485. Postal:  Bare Bones Software, Inc.
  18486.     P.O. Box 108
  18487.     Bedford, MA  01730-0108
  18488. Phone:  +1 508 651 3561
  18489. Fax:    +1 508 651 7584
  18490. WWW:    http://www.tiac.net/biz/bbsw/
  18491. email
  18492. hange
  18493. System Enabler 111 (PB 160/180)O
  18494. Dev.CD Apr 93P
  18495. Dev.CD Apr 9V
  18496. 62395X
  18497. Apr 93
  18498. b--set theItem to choose file -- uncomment to test in an AS editor
  18499.     tell application "Finder"
  18500.         open item "Dev.CD Apr 93"
  18501.         activate
  18502.     end tell
  18503. on error errMsg number errNum
  18504.     --enter statements to perform when no records are found such as...
  18505.     display dialog "Sorry, the item you selected could not be found."
  18506.     return
  18507. end try
  18508. All Packages
  18509. System Enabler 111 (PB 160/180)O
  18510. Dev.CD Apr 93P
  18511. Dev.CD Apr 9V
  18512. 62396X
  18513. Apr 93
  18514. b--set theItem to choose file -- uncomment to test in an AS editor
  18515.     tell application "Finder"
  18516.         open item "Dev.CD Apr 93"
  18517.         activate
  18518.     end tell
  18519. on error errMsg number errNum
  18520.     --enter statements to perform when no records are found such as...
  18521.     display dialog "Sorry, the item you selected could not be found."
  18522.     return
  18523. end try
  18524. All Packages
  18525. System Enabler 111 (PB 160/180)O
  18526. Dev.CD Apr 93V
  18527. 62397X
  18528. The Interactive Corporation Success Guide
  18529. Top Down Selling by Roger Fetterman and Randall Seger
  18530. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  18531. The book demonstrates through real life case studies that it is possible to 
  18532. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  18533. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  18534. Summary: The Scanner Development Kit contains documentation for the scanner API, an addendum for the new 4.1 scanner driver, and C sample code that demonstrates how to use the API.  A header file and link library have been Included with the sample code.
  18535. The sample code should not be considered as a model for the next great scanner application but rather a simple demonstration of how to communicate with a scanner. Special considerations should  be taken when considering memory requirements
  18536. A for your imaging model. Images scanned at high resolutions can be extremely large so you may want to consider spooling the data off to disk as it comes in from the scanner. This method will reduce the overall footprint of your application and allow for high resolution scans without allocating huge quantities of memory.
  18537. JRProgGuide to Apple Scanners
  18538. Scan Image 1.0:
  18539. Scanner - Read Me
  18540. Scanner 4.1 AddendumK
  18541. Mar 93L
  18542. Nov 96OFDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:
  18543. tool's
  18544. tool/script
  18545. toolboxd
  18546. toolkitb
  18547. toolkits
  18548. tools]
  18549. top-sellingj
  18550. topicp
  18551. topicsR
  18552. topping
  18553. total
  18554. totally
  18555. totals
  18556. touch
  18557. touches
  18558. tough
  18559. toward
  18560. towards
  18561. tpifile
  18562. tpifile
  18563. sample
  18564. module
  18565. tpifile
  18566. traceT
  18567. traceback
  18568. traceroute
  18569. 61615X
  18570. May 00^
  18571. r--set theItem to choose file -- uncomment to test in an AS editor
  18572.     tell application "Finder"
  18573.         open item "Dev.CD May 00 TC:Sample Code:"
  18574.         activate
  18575.     end tell
  18576. on error errMsg number errNum
  18577.     --enter statements to perform when no records are found such as...
  18578.     display dialog "Sorry, the item you selected could not be found."
  18579.     return
  18580. end try
  18581. Movedf
  18582. background apple eventq
  18583. Dev.CD May 00 TC
  18584. All Packages
  18585. Fonts 6.0.4O
  18586. Dev CD Vol. VP
  18587. Dev CD Vol. V
  18588. 61616X
  18589. Vol. V
  18590. b--set theItem to choose file -- uncomment to test in an AS editor
  18591.     tell application "Finder"
  18592.         open item "Dev CD Vol. V"
  18593.         activate
  18594.     end tell
  18595. on error errMsg number errNum
  18596.     --enter statements to perform when no records are found such as...
  18597.     display dialog "Sorry, the item you selected could not be found."
  18598.     return
  18599. end try
  18600. zD!All Packages
  18601. Tool Chest Edition
  18602. Fragment Tool
  18603.     ansport where possible.
  18604. Aug 93L
  18605. download
  18606. given
  18607. download/upload
  18608. download/upload
  18609. entire
  18610. directory
  18611. downloaded
  18612. downloading
  18613. downloads
  18614. dozen
  18615. dozens
  18616. draftj
  18617. draftbits
  18618. drafting
  18619. dragN
  18620. drag-and-drop
  18621. dragable
  18622. dragged
  18623. dragging
  18624. draglib
  18625. draglow
  18626. dragwindow
  18627. dragwindowgrid
  18628. dramatic
  18629. dramatically
  18630. drawback
  18631. drawbacks
  18632. drawing
  18633. drawkeycaps
  18634. drawline
  18635. drawn
  18636. draws
  18637. drawsprcoket
  18638. plugins
  18639. popupfuncs
  18640. popupfuncs
  18641. 2.6.1
  18642. porting
  18643. porting
  18644. objective-c
  18645. postscript
  18646. postscript
  18647. output
  18648. filters
  18649. postscript
  18650. utilities
  18651. samples
  18652. tools
  18653. sdec/scomP
  18654. security
  18655. security
  18656. sedit
  18657. sedit
  18658. 1.0b3
  18659. selectors
  18660. server
  18661. server
  18662. remote
  18663. control
  18664. services
  18665. setdefaultdtp
  18666. setdeskcpatdemo
  18667. setled
  18668. b--set theItem to choose file -- uncomment to test in an AS editor
  18669.     tell application "Finder"
  18670.         open item "Dev.CD Jul 95"
  18671.         activate
  18672.     end tell
  18673. on error errMsg number errNum
  18674.     --enter statements to perform when no records are found such as...
  18675.     display dialog "Sorry, the item you selected could not be found."
  18676.     return
  18677. end try
  18678. ted could not be found."
  18679.     return
  18680. end try
  18681. context
  18682. switch
  18683. goodies
  18684. utilities
  18685. aug-95
  18686. dukemovie
  18687. dumparpcache
  18688. dumpnetworksetup
  18689. Dev.CD Jan 94
  18690. Dev.CD Oct 9V
  18691. 62045X
  18692. Jan 94
  18693. p--set theItem to choose file -- uncomment to test in an AS editor
  18694.     tell application "Finder"
  18695.         open item "Dev.CD Jan 94
  18696. Dev.CD Oct 93"
  18697.         activate
  18698.     end tell
  18699. on error errMsg number errNum
  18700.     --enter statements to perform when no records are found such as...
  18701.     display dialog "Sorry, the item you selected could not be found."
  18702.     return
  18703. end try
  18704. All Packages
  18705. F    QuickTimeO
  18706. Dev.CD Jan 94P
  18707. Dev.CD Jan 9V
  18708. 62046X
  18709. Jan 94
  18710. b--set theItem to choose file -- uncomment to test in an AS editor
  18711.     tell application "Finder"
  18712.         open item "Dev.CD Jan 94"
  18713.         activate
  18714.     end tell
  18715. on error errMsg number errNum
  18716.     --enter statements to perform when no records are found such as...
  18717.     display dialog "Sorry, the item you selected could not be found."
  18718.     return
  18719. end try
  18720. All Packages
  18721. F    QuickTimeO
  18722. Dev.CD Jan 94P
  18723. Dev.CD Jan 9V
  18724. 62047X
  18725. Jan 94
  18726. puter
  18727. computer's@
  18728. usual
  18729. All Packages
  18730. System UpdateO
  18731. Dev.CD Apr 94P
  18732. Dev.CD Apr 9V
  18733. 62516X
  18734. Apr 94
  18735. b--set theItem to choose file -- uncomment to test in an AS editor
  18736.     tell application "Finder"
  18737.         open item "Dev.CD Apr 94"
  18738.         activate
  18739.     end tell
  18740. on error errMsg number errNum
  18741.     --enter statements to perform when no records are found such as...
  18742.     display dialog "Sorry, the item you selected could not be found."
  18743.     return
  18744. end try
  18745. All Packages
  18746. System UpdateO
  18747. Dev.CD Apr 94P
  18748. Dev.CD Apr 9V
  18749. 62517X
  18750. Apr 94
  18751. b--set theItem to choose file -- uncomment to test in an AS editor
  18752.     tell application "Finder"
  18753.         open item "Dev.CD Apr 94"
  18754.         activate
  18755.     end tell
  18756. on error errMsg number errNum
  18757.     --enter statements to perform when no records are found such as...
  18758.     display dialog "Sorry, the item you selected could not be found."
  18759.     return
  18760. end try
  18761. All Packages
  18762. System UpdateO
  18763. Dev.CD Apr 94P
  18764. Dev.CD Apr 9V
  18765. 62518X
  18766. Apr 94
  18767. ughts on what makes a well implemented preferences file, and a library to help.
  18768. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  18769. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  18770. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  18771. Balance of Power: Enhancing PowerPC Native Speed  by D
  18772. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  18773. History of the Dogcow, Part 2 by Mark (
  18774. The Red
  18775. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  18776. J(develop Issue 18:
  18777. develop Issue 18 code:K
  18778. Vol IIIL
  18779. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Mar 00 RL Disk 1
  18780.  - Technical Documentation
  18781.  - Develop
  18782.  - develop Issue 18al User tools.imgK
  18783. Jan 93nge
  18784. ndation and explains some of the key conce
  18785. 62168X
  18786. May 00^
  18787. r--set theItem to choose file -- uncomment to test in an AS editor
  18788.     tell application "Finder"
  18789.         open item "Dev.CD May 00 TC:Sample Code:"
  18790.         activate
  18791.     end tell
  18792. on error errMsg number errNum
  18793.     --enter statements to perform when no records are found such as...
  18794.     display dialog "Sorry, the item you selected could not be found."
  18795.     return
  18796. end try
  18797. e    No Changeq
  18798. Dev.CD May 00 TC
  18799. D!All Packages
  18800. Tool Chest Edition
  18801. Snippets - Memory
  18802. (** = new, * = revised)
  18803. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  18804. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  18805. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th
  18806. 7200x
  18807. 73007200/1207200/906
  18808. 730513255
  18809. 7500x
  18810. 750203540
  18811. 7600x
  18812. 7editN
  18813. 8-bit
  18814. 8.0.1
  18815. 8.1.2
  18816. 8.3.4
  18817. 8.4.1
  18818. 8.5.1
  18819. 80486
  18820. 8100x
  18821. 8100/807500/100
  18822. 8500x
  18823. 8500/1808500/1208100
  18824. 8859-15
  18825. 8859-3
  18826. 8859-4
  18827. ialog "Sorry, the item you selected could not be found."
  18828.     return
  18829. end try
  18830. ATags
  18831. ATags Manual
  18832. ATags Manual.txt
  18833. CTags
  18834. Ctags Manual
  18835. Ctags Manual.txt
  18836. Findtag
  18837. Findtag Manual
  18838. Findtag Manual.txt
  18839. PopTag
  18840. PopTag Manual
  18841. PopTag Manual.txt
  18842. PTags
  18843. Ptags Manual
  18844. Ptags Manual.txt
  18845. READ ME
  18846. READ ME.txt
  18847. Sample Startup
  18848. Tags.HelpK
  18849. Vol IIIL
  18850. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD May 00 TC
  18851.  - Tool Chest
  18852.  - Development Kits
  18853.  - MPW Related
  18854.  - TagsV
  18855. 62524X
  18856. May 00^
  18857. --set theItem to choose file -- uncomment to test in an AS editor
  18858.     tell application "Finder"
  18859.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  18860.         activate
  18861.     end tell
  18862. on error errMsg number errNum
  18863.     --enter statements to perform when no records are found such as...
  18864.     display dialog "Sorry, the item you selected could not be found."
  18865.     return
  18866. end try
  18867. e    No Changeq
  18868. Dev.CD May 00 TC
  18869. All Packages
  18870. F$Taiwan Chinese Font Option Kit 6.0.3V
  18871. 62525X
  18872. All Packages
  18873. Performa 7.1P6O
  18874. Dev.CD Jun 94
  18875. Dev.CD Jul 94P
  18876. Dev.CD Jun 94
  18877. Dev.CD Jul 9V
  18878. 61842X
  18879. Jun 94
  18880. p--set theItem to choose file -- uncomment to test in an AS editor
  18881.     tell application "Finder"
  18882.         open item "Dev.CD Jun 94
  18883. Dev.CD Jul 94"
  18884.         activate
  18885.     end tell
  18886. on error errMsg number errNum
  18887.     --enter statements to perform when no records are found such as...
  18888.     display dialog "Sorry, the item you selected could not be found."
  18889.     return
  18890. end try
  18891. \D!All Packages
  18892. Tool Chest Edition
  18893. Performance Tools
  18894. Summary:  Three tools for testing the performance of code on PowerPC processors.
  18895. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  18896. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  18897. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  18898. e    No Change
  18899. $N.Memory Manager, Power Macintosh, heaps, memory your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  18900. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  18901. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  18902. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  18903. e port so that when TextEdit erases it just copies your bits rather than erasing.
  18904. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  18905. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  18906. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  18907. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  18908. 62131X
  18909. May 00^
  18910. Revised
  18911. r--set theItem to choose file -- uncomment to test in an AS editor
  18912.     tell application "Finder"
  18913.         open item "Dev.CD May 00 TC:Sample Code:"
  18914.         activate
  18915.     end tell
  18916. on error errMsg number errNum
  18917.     --enter statements to perform when no records are found such as...
  18918.     display dialog "Sorry, the item you selected could not be found."
  18919.     return
  18920. end try
  18921. Updatedf
  18922. Sample
  18923. DTSo0http://developer.apple.com/samplecode/index.htmlq
  18924. Dev.CD May 00 TC
  18925. }D!All Packages
  18926. Tool Chest Edition
  18927. Scrap Color 1.0
  18928. manual
  18929. user's
  18930. usersy
  18931. userstartup
  18932. userstartup
  18933. goodies
  18934. using
  18935. utilities
  18936. utilities
  18937. utilities
  18938. utility
  18939. v1.5.2
  18940. v1.5.3
  18941. validator
  18942. validator
  18943. validator
  18944. documentation
  18945. validator
  18946. documentation
  18947. variable
  18948. variables
  18949. version
  18950. version
  18951. history
  18952. version
  18953. history
  18954. y of NBP. Two names are registered and confirmed. A lookup is performed with both lower case and upper case initial letters of the object. Also demonstrates the use of the PSetSelfSend capability.
  18955. Transition Queue Watcher:  This sample program demonstrates the implementation of an AppleTalk Transition Queue to demonstrate the messages which get passed when transition events take place.
  18956. UDPSample:  This sample illustrates how to send and receive MacTCP UDP packets, setting up a simple con
  18957. nectionless chat program.  Instead of an outstanding read command, an ASR is  used to inform the program there is data to be received.
  18958. Zap TCP Application:  This small app contains a trap patch to _ExitToShell which will search all open MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  18959. distribution
  18960. distributors/localiz
  18961. dk-danish
  18962. doccreator
  18963. doccreator
  18964. docsr
  18965. files
  18966. doctor
  18967. doctypes
  18968. doctypes
  18969. documenation
  18970. documenation
  18971. document
  18972. document
  18973. converter
  18974. documentation
  18975. doevent
  18976. doevent
  18977. domenu
  18978. domenu
  18979. dragging
  18980. dragging
  18981. enabler
  18982. draglib
  18983. drawsprocket
  18984. drawsprocket
  18985. drawsprocket
  18986. drawsprocket
  18987. release
  18988. notes
  18989. drawsprocket
  18990. drawsprocketlib
  18991. drawtextcodec
  18992. drawtextcodec
  18993. example
  18994. drawtkl
  18995. drawtkl
  18996. drawtkl
  18997. 62066X
  18998. Oct 93
  18999. ~--set theItem to choose file -- uncomment to test in an AS editor
  19000.     tell application "Finder"
  19001.         open item "Dev.CD Oct 93
  19002. Dev.CD Jul 93
  19003. Dev.CD Apr 93"
  19004.         activate
  19005.     end tell
  19006. on error errMsg number errNum
  19007.     --enter statements to perform when no records are found such as...
  19008.     display dialog "Sorry, the item you selected could not be found."
  19009.     return
  19010. end try
  19011. All Packages
  19012. F    QuickTimeO
  19013. Dev.CD Oct 93
  19014. Dev.CD Oct 93V
  19015. 62067X
  19016. Oct 93
  19017. c--set theItem to choose file -- uncomment to test in an AS editor
  19018.     tell application "Finder"
  19019.         open item "Dev.CD Oct 93
  19020.         activate
  19021.     end tell
  19022. on error errMsg number errNum
  19023.     --enter statements to perform when no records are found such as...
  19024.     display dialog "Sorry, the item you selected could not be found."
  19025.     return
  19026. end try
  19027. All Packages
  19028. F    QuickTimeO)Dev.CD Oct 93
  19029. Dev.CD Jul 93
  19030. Dev.CD Apr 93P(Dev.CD Oct 93
  19031. Dev.CD Jul 93
  19032. Dev.CD Apr 9V
  19033. 62068X
  19034. Oct 93
  19035. michael
  19036. microphone
  19037. microphones
  19038. microprocessor
  19039. microprocessorsA
  19040. microsystems
  19041. microtrendsj
  19042. middle
  19043. middleware
  19044. midiconverter
  19045. mighth
  19046. millennium
  19047. miller
  19048. millionj
  19049. millions
  19050. mimics
  19051. minilauncher
  19052. minimal
  19053. minimising
  19054. minimizep
  19055. minimum
  19056. minor
  19057. minow
  19058. minute
  19059. minutes
  19060. mirrori
  19061. misaligned
  19062. misalignment
  19063. miscellaneous
  19064. miscreant
  19065. misdemeanors
  19066. misguided
  19067. missing
  19068. mistake
  19069. mixed
  19070. mixed-mode
  19071. mixed-partition
  19072. mixer
  19073. mixing
  19074. mobile
  19075. mockup
  19076. modal
  19077. --set theItem to choose file -- uncomment to test in an AS editor
  19078.     tell application "Finder"
  19079.         open item "Dev.CD Apr 94
  19080. Dev.CD Jan 94
  19081. Dev.CD Oct 93
  19082. Dev.CD Jul 93
  19083. Dev.CD Apr 93"
  19084.         activate
  19085.     end tell
  19086. on error errMsg number errNum
  19087.     --enter statements to perform when no records are found such as...
  19088.     display dialog "Sorry, the item you selected could not be found."
  19089.     return
  19090. end try
  19091. erations
  19092. operator-defined
  19093. operators
  19094. 61650X
  19095. May 00^
  19096. --set theItem to choose file -- uncomment to test in an AS editor
  19097.     tell application "Finder"
  19098.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  19099.         activate
  19100.     end tell
  19101. on error errMsg number errNum
  19102.     --enter statements to perform when no records are found such as...
  19103.     display dialog "Sorry, the item you selected could not be found."
  19104.     return
  19105. end try
  19106. e    No ChangefMMacTCP
  19107. Communications Toolbox
  19108. Serial ports
  19109. CD Audio toolkit
  19110. Video toolkitq
  19111. Dev.CD May 00 TC
  19112. D!All Packages
  19113. Mac OS SDK Edition
  19114. ICC Profile SpecI&Latest ICC specification for profiles.J
  19115. Embedding ICC Profile in EPS
  19116. Embedding ICC Profile in GIF89a
  19117. Embedding ICC Profile in Pict
  19118. Embedding ICC Profiles in JFIF
  19119. Embedding ICC Profiles in TIFFK
  19120. Apr 98M
  19121. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  19122. ex.html
  19123. nsarray
  19124. manager
  19125. library
  19126. plug-ins
  19127. network
  19128. administrator's
  19129. guide
  19130. second
  19131. edition
  19132. nsstring
  19133. nsthread
  19134. nubusQ
  19135. nubustester
  19136. nubustester
  19137. library
  19138. source
  19139. detect
  19140. early
  19141. macintosh
  19142. number
  19143. numbers
  19144. numerals
  19145. numeric
  19146. numerics
  19147. numerousp
  19148. nvram
  19149. nvramrc
  19150. objectQ
  19151. object-based
  19152. menus
  19153. Carbon
  19154. Apple menu
  19155. menu items
  19156. /developer.apple.com/techpubs/index.html
  19157. Summary: This is the electronic version of develop magazine.
  19158.  Issue 5 highlights:
  19159. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  19160. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  19161. s easier than you think. 
  19162. Print Hints with Luke & Zz   Tips and tricks 
  19163. from the print masters. This time: a cautionary fable, and a little known constant.
  19164. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  19165. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  19166. Vol IIIL
  19167. Jun 95
  19168. quickdraw
  19169. Dev.CD Jul 93
  19170. Dev.CD Apr 9viewer
  19171. edito
  19172. resolution
  19173. resource
  19174. resource
  19175. management
  19176. resources
  19177. return
  19178. return
  19179. investment
  19180. reverb
  19181. 6.0.3
  19182. 6.0.4
  19183. 6.0.5
  19184. 6.1b9
  19185. processor
  19186. upgrade
  19187. enablerC
  19188. 7.0.1O
  19189. 7.1p2
  19190. 7.1p5
  19191. 7.1p6
  19192. 7.5.5
  19193.     display dialog "Sorry, the item you selected could not be found."
  19194.     return
  19195. end try
  19196. n "Finder"
  19197.         open item "Dev.CD May 00 TC:Sample Code:"
  19198.         activate
  19199.     end tell
  19200. on error errMsg number errNum
  19201.     --enter statements to perform when no records are found such as...
  19202.     display dialog "Sorry, the item you selected could not be found."
  19203.     return
  19204. end try
  19205. e    No ChangefFEthernet built-in
  19206. Enet Address
  19207. Burned-in Address
  19208. GetEnetAddrDirect.ppcq
  19209. Dev.CD May 00 TC
  19210. ~D!All Packages
  19211. Tool Chest Edition
  19212. GetHelpStrings
  19213. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  19214. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  19215. e    No Change
  19216. e found such as...
  19217.     display dialog "Sorry, the item you selected could not be found."
  19218.     return
  19219. end try
  19220. All Packages
  19221. backd
  19222. backbone
  19223. backflips
  19224. background
  19225. background-only
  19226. backlight
  19227. backs
  19228. backwards
  19229. bal's
  19230. balance
  19231. balloon
  19232. balloonsw
  19233. bandai
  19234. bandit
  19235. bands
  19236. bandwidth
  19237. barber
  19238. barebones
  19239. basedQ
  19240. bases
  19241. baseservices
  19242. basicN
  19243. basically
  19244. actively
  19245. activities
  19246. activity`
  19247. actualf
  19248. May 00^
  19249. r--set theItem to choose file -- uncomment to test in an AS editor
  19250.     tell application "Finder"
  19251.         open item "Dev.CD May 00 TC:Sample Code:"
  19252.         activate
  19253.     end tell
  19254. on error errMsg number errNum
  19255.     --enter statements to perform when no records are found such as...
  19256.     display dialog "Sorry, the item you selected could not be found."
  19257.     return
  19258. end try
  19259. e    No Changef
  19260. QuickTime
  19261. Dev.CD May 00 TC
  19262. dD(All Packages
  19263. Reference Library Edition
  19264. Bug Reporting
  19265. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  19266. Deleted
  19267. keycode
  19268. virtual
  19269. tools
  19270. enabler
  19271. encoding
  19272. encodingsv
  19273. engineering
  19274. engines
  19275. english
  19276. english
  19277. british
  19278. 1.1.3
  19279. english
  19280. int'l
  19281. 1.1.3
  19282. english
  19283. installer
  19284. english
  19285. 1.1.3
  19286. englishmiscellaneous^
  19287. englishmiscellaneous
  19288. englishmiscellaneous
  19289. rsrc^
  19290. englishterminology^
  19291. englishterminology
  19292. englishterminology
  19293. rsrc^
  19294. enhanced
  19295. enhanced
  19296. survival
  19297. guide
  19298. enterprise
  19299. enterprise
  19300. environment
  19301. eomodeler
  19302. eomodeler
  19303. erasefile
  19304. erasefile
  19305. erratam
  19306. error
  19307. error
  19308. handler
  19309. error
  19310. handler
  19311. ethernet
  19312. eventm
  19313. eventloop
  19314. eventloop
  19315. extensions-applebuil
  19316. extensions-mcwbuilt
  19317. extractors
  19318. features
  19319. server
  19320. sample
  19321. 1.0.1
  19322. ot/ppp
  19323. ot/ppp
  19324. control
  19325. strip
  19326. sample
  19327. otcoderesource
  19328. otdumpinternetstatus
  19329. otdumpportregistry
  19330. otendpointinfo
  19331. otfindserialports
  19332. otllctest
  19333. otlookupnametest
  19334. otpingsample
  19335. otsimpledownloadhttp
  19336. otsimpleserverhttp
  19337. otstreamlogviewer
  19338. ottcpwilldial
  19339. ottraceroutesample
  19340. output
  19341. packagetool
  19342. palette
  19343. palette&gworld
  19344. palette&gworld
  19345. paper
  19346. rserV
  19347. partmaker
  19348. partmaker
  19349. pascal
  19350. pascal
  19351. sample
  19352. 3.0b10
  19353. manager
  19354. pccardnetworksample
  19355. pccts
  19356. pccts
  19357. sound
  19358. input
  19359. driver
  19360. pdlog
  19361. pdlog
  19362. expand
  19363. viewer
  19364. peoplesoft/apple
  19365. performance
  19366. photoshop
  19367. player
  19368. plugins
  19369. postscript
  19370. powerbook
  19371. primer
  19372. change
  19373.     tell application "Finder"
  19374.         open item "Dev.CD Apr 94
  19375. Dev.CD Jan 94
  19376. Dev.CD Oct 93
  19377. Dev.CD Jul 93
  19378. Dev.CD Apr 93"
  19379.         activate
  19380.     end tell
  19381. on error errMsg number errNum
  19382.     --enter statements to perform when no records are found such as...
  19383.     display dialog "Sorry, the item you selected could not be found."
  19384.     return
  19385. end try
  19386. All Packages
  19387. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  19388. Dev.CD Jan 94
  19389. Dev.CD Oct 93
  19390. Dev.CD Jul 93
  19391. Dev.CD Apr 93PDDev.CD Apr 94
  19392. Dev.CD Jan 94
  19393. Dev.CD Oct 93
  19394. Dev.CD Jul 93
  19395. Dev.CD Apr 9V
  19396. 59822X
  19397. Apr 94
  19398. listing
  19399. download
  19400. given
  19401. downloading
  19402. downloads
  19403. dozen
  19404. dozens
  19405. contents
  19406. contents
  19407. extensions
  19408. contents
  19409. bootvol
  19410. contextuald
  19411. contextual
  19412. development
  19413. contextual
  19414. machack
  19415. goodies
  19416. contextual
  19417. managerd
  19418. control
  19419. control
  19420. strip
  19421. control
  19422. strip
  19423. sample
  19424. control
  19425. strip
  19426. technical
  19427. controller
  19428. controllers
  19429.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  19430. Features:
  19431. Hardware configuration
  19432. Software configuration of startuCD May 00 TC:Sample Code:P
  19433. Dev.CD May 00 TC
  19434.  - Sample CodeorPopUpMenus:"
  19435.         activate
  19436.     end tell
  19437. on error errMsg number errNum
  19438.     --enter statements to perform when no records are found such as...
  19439.     display dialog "Sorry, the item you selected could not be found."
  19440.     return
  19441. end try
  19442. e    No Changef8Icon
  19443. color icon
  19444. colour table
  19445. CIconHandle
  19446. CTabHandle
  19447. clutq
  19448. Dev.CD Mar 00 RL Disk 1
  19449. All Packages
  19450. Dev.CD Jul 96 SSWP
  19451. Dev.CD Jul 96 SSV
  19452. 62273X
  19453. Jul 96
  19454. f--set theItem to choose file -- uncomment to test in an AS editor
  19455.     tell application "Finder"
  19456.         open item "Dev.CD Jul 96 SSW"
  19457.         activate
  19458.     end tell
  19459. on error errMsg number errNum
  19460.     --enter statements to perform when no records are found such as...
  19461.     display dialog "Sorry, the item you selected could not be found."
  19462.     return
  19463. end try
  19464. All Packages
  19465. System 7.5 Update 2.0O
  19466. Dev.CD Jul 96 SSWP
  19467. Dev.CD Jul 96 SSV
  19468. 62274X
  19469. Jul 96
  19470. f--set theItem to choose file -- uncomment to test in an AS editor
  19471.     tell application "Finder"
  19472.         open item "Dev.CD Jul 96 SSW"
  19473.         activate
  19474.     end tell
  19475. on error errMsg number errNum
  19476.     --enter statements to perform when no records are found such as...
  19477.     display dialog "Sorry, the item you selected could not be found."
  19478.     return
  19479. end try
  19480. All Packages
  19481. System 7.5 Update 2.0O
  19482. Dev.CD Jul 96 SSWP
  19483. Dev.CD Jul 96 SSV
  19484. 62275X
  19485. Jul 96
  19486. --set theItem to choose file -- uncomment to test in an AS editor
  19487.     tell application "Finder"
  19488.         open item "Dev.CD Jan 94
  19489. Dev.CD Oct 93
  19490. Dev.CD Jul 93
  19491. Dev.CD Apr 93
  19492. Dev.CD Mar 93
  19493. Dev.CD Feb 93
  19494. Dev.CD Jan 93
  19495. Dev.CD Nov/Dec 92"
  19496.         activate
  19497.     end tell
  19498. on error errMsg number errNum
  19499.     --enter statements to perform when no records are found such as...
  19500.     display dialog "Sorry, the item you selected could not be found."
  19501.     return
  19502. end try
  19503. adobe
  19504. advanced
  19505. aegizmos
  19506. protocol
  19507. after
  19508. after
  19509. airport
  19510. alias
  19511. allocators
  19512. altivec
  19513. analog
  19514. analysis
  19515. webobjects
  19516. animation
  19517. antlr
  19518. appearanced
  19519. appearance
  19520. managerd
  19521. appearance
  19522. append
  19523. appkit
  19524. appkit
  19525. reference
  19526. ,e    No Changef
  19527. appearance
  19528. gworld
  19529. off-screenq
  19530. Dev.CD May 00 TC
  19531. All Packages
  19532. Open TransportO
  19533. Dev.CD Jun 97 SSWP
  19534. Dev.CD Jun 97 SSV
  19535. 61796X
  19536. Jun 97
  19537. f--set theItem to choose file -- uncomment to test in an AS editor
  19538.     tell application "Finder"
  19539.         open item "Dev.CD Jun 97 SSW"
  19540.         activate
  19541.     end tell
  19542. on error errMsg number errNum
  19543.     --enter statements to perform when no records are found such as...
  19544.     display dialog "Sorry, the item you selected could not be found."
  19545.     return
  19546. end try
  19547. All Packages
  19548. Open TransportO
  19549. Dev.CD Jun 97 SSWP
  19550. Dev.CD Jun 97 SSV
  19551. 61797X
  19552. Jun 97
  19553. f--set theItem to choose file -- uncomment to test in an AS editor
  19554.     tell application "Finder"
  19555.         open item "Dev.CD Jun 97 SSW"
  19556.         activate
  19557.     end tell
  19558. on error errMsg number errNum
  19559.     --enter statements to perform when no records are found such as...
  19560.     display dialog "Sorry, the item you selected could not be found."
  19561.     return
  19562. end try
  19563. manger
  19564. manipulate
  19565. manipulating
  19566. manipulation
  19567. e that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  19568. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  19569. SetupGL is a set of functions that can beW
  19570. survival
  19571. guide
  19572. jbindery2.0
  19573. jbinderyhtml
  19574. helper
  19575. helper
  19576. helper
  19577. jman2.0
  19578. jmanhtml
  19579. justify
  19580. mappings
  19581. ~--set theItem to choose file -- uncomment to test in an AS editor
  19582.     tell application "Finder"
  19583.         open item "Dev.CD Apr 94
  19584. Dev.CD Jan 94
  19585. Dev.CD Oct 93"
  19586.         activate
  19587.     end tell
  19588. on error errMsg number errNum
  19589.     --enter statements to perform when no records are found such as...
  19590.     display dialog "Sorry, the item you selected could not be found."
  19591.     return
  19592. end try
  19593.    return
  19594. end try
  19595. Deletedq
  19596. Dev.CD Nov 99 TC
  19597. D!All Packages
  19598. Mac OS SDK Edition
  19599. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  19600. Install MacApp R13u5
  19601. December 1995 Apple Directions Articles
  19602. News: Stragegy Mosaic (Newton 2.0); Editor's Note (Apple Directions Express); IndustryWatch (Evangelical Words and Deeds); News (OpenDoc 1.0 Goes GM; CHRP Announcement; Apple To Move Communications to Internet; Apple's Record Quarter; Apple Guide 2.0; Apple's Customers Most Loyal; Mac the Better Business Propositin Says IDS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  19603. Technology: develop,
  19604.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  19605. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  19606. November 1995 Apple Directions Articles
  19607. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  19608. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  19609. Apr 00N
  19610. Power Manager, PCIO8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  19611.  - What's New
  19612.  - Development Kits
  19613.  - HardwareV
  19614. 61854X
  19615. Apr 00^
  19616. --set theItem to choose file -- uncomment to test in an AS editor
  19617.     tell application "Finder"
  19618.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:"
  19619.         activate
  19620.     end tell
  19621. on error errMsg number errNum
  19622.     --enter statements to perform when no records are found such as...
  19623.     display dialog "Sorry, the item you selected could not be found."
  19624.     return
  19625. end try
  19626. e    No Changef
  19627. Power Manager
  19628. http://developer.apple.com/sdk
  19629. Dev.CD Apr 00 SDK1
  19630. hD(All Packages
  19631. Reference Library Edition
  19632. PowerPC Documentation
  19633.     t Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  19634.  - Development Kits (Disc 1)
  19635.  - AppleShare IP API-rich
  19636. featured
  19637. featuresA
  19638. gJvByrne's XCMDs & XFCNs
  19639. ColorScreen.c
  19640. CreateCopy.c
  19641. FilterDirectory.c
  19642. GetEOF.c
  19643. RemoveFile.c
  19644. Source
  19645. SystemFolder.c
  19646. XThingsK
  19647. Vol VL
  19648. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD May 00 TC
  19649.  - Tool Chest
  19650.  - Development Kits
  19651.  - HyperCard Related
  19652.  - XCMDs & XFCNs
  19653.  - Byrne's XCMDs&XFCNsV
  19654. 61470X
  19655. May 00^
  19656. --set theItem to choose file -- uncomment to test in an AS editor
  19657.     tell application "Finder"
  19658.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  19659.         activate
  19660.     end tell
  19661. on error errMsg number errNum
  19662.     --enter statements to perform when no records are found such as...
  19663.     display dialog "Sorry, the item you selected could not be found."
  19664.     return
  19665. end try
  19666. e    No Changeq
  19667. Dev.CD May 00 TC
  19668. hD!All Packages
  19669. Tool Chest Edition
  19670. C.S.M.P. Digests
  19671.     e, CDK  allows
  19672. incompatabilityo
  19673. incompatibilities
  19674. incompatible
  19675. incomplete
  19676. incorporate
  19677. incorporated
  19678. incorporates
  19679. incorporating
  19680. incorrect
  19681. eases
  19682. increasing
  19683. incredibly
  19684. incrementalb
  19685. independant
  19686. indexb
  19687. indexed
  19688. indexesq
  19689. indexing
  19690. india
  19691. indian
  19692. indicatedZ
  19693. indicates
  19694. indicator
  19695. indices
  19696. indispensable
  19697. individual
  19698. industry
  19699. industry-standard
  19700. industrywatchj
  19701. inefficiency
  19702. inflict
  19703. infomation
  19704. informationB
  19705. ciconbuttons
  19706. ciconbuttons
  19707. ciconbuttons
  19708. cihui
  19709. cihui
  19710. cincludes
  19711. claris
  19712. files
  19713. clent
  19714. clent
  19715. richardson
  19716. message
  19717. client
  19718. clipboard
  19719. clipboard
  19720. magician
  19721. clipping
  19722. clipping
  19723. extension
  19724. clippings
  19725. codeN
  19726. beaker
  19727. beard
  19728. beast
  19729. beasts
  19730. beautiful
  19731. became
  19732. becauseh
  19733. bechtel
  19734. become
  19735. becoming
  19736. bedford
  19737. beenN
  19738. before
  19739. befound
  19740. begin
  19741. beginning
  19742. behalf
  19743. behave
  19744. behavior
  19745. behaviors
  19746. behaviour
  19747. beinga
  19748. b--set theItem to choose file -- uncomment to test in an AS editor
  19749.     tell application "Finder"
  19750.         open item "Dev.CD Jul 95"
  19751.         activate
  19752.     end tell
  19753. on error errMsg number errNum
  19754.     --enter statements to perform when no records are found such as...
  19755.     display dialog "Sorry, the item you selected could not be found."
  19756.     return
  19757. end try
  19758.  end tell
  19759. on error errMsg number errNum
  19760.     --enter statements to perform when no records are found such as...
  19761.     display dialog "Sorry, the item you selected could not be found."
  19762.     return
  19763. end try
  19764. e    No Changef
  19765. Apple Help
  19766. Apple Guideq
  19767. Dev.CD Apr 00 SDK1
  19768. 2D!All Packages
  19769. Tool Chest Edition
  19770. Apple II Monitor dcmd (xx)I
  19771. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  19772. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  19773. XX Docs
  19774. XX Docs.txtK
  19775. Vol XId
  19776. mmpilerj
  19777. commtoolbox
  19778. sources
  19779. spain
  19780. spain
  19781. distribution
  19782. guide
  19783. 1.0.1
  19784. speech
  19785. speech
  19786. recognition
  19787. manager
  19788. speech
  19789. synthesis
  19790. manager
  19791. sphere
  19792. spooler
  19793. sprocketinvaders
  19794. stack
  19795. standard
  19796. standard
  19797. samples
  19798. standardfileicons
  19799. standardsv
  19800. starter
  19801. saver
  19802. 2.1.1
  19803. stopxpp
  19804. stopxpp
  19805. super
  19806. survey
  19807. switch
  19808. synchronization
  19809. synthesis
  19810. systemx
  19811. technicalS
  19812. technotes
  19813. terminology^
  19814. tester
  19815. testing
  19816. textedit
  19817. token
  19818. tokenizer
  19819. toolbox
  19820. toolkit
  19821. toolkits
  19822. tools]
  19823. transport
  19824. transport/ppp
  19825. 62600X
  19826. May 00^
  19827. --set theItem to choose file -- uncomment to test in an AS editor
  19828.     tell application "Finder"
  19829.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  19830.         activate
  19831.     end tell
  19832. on error errMsg number errNum
  19833.     --enter statements to perform when no records are found such as...
  19834.     display dialog "Sorry, the item you selected could not be found."
  19835.     return
  19836. end try
  19837. e    No Changef
  19838. testing
  19839. debugging
  19840. multiple openq
  19841. Dev.CD May 00 TC
  19842. All Packages
  19843. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  19844. Dev.CD Jan 94
  19845. Dev.CD Oct 93
  19846. Dev.CD Jul 93P6Dev.CD Apr 94
  19847. Dev.CD Jan 94
  19848. Dev.CD Oct 93
  19849. Dev.CD Jul 9V
  19850. 62442X
  19851. Apr 94
  19852. --set theItem to choose file -- uncomment to test in an AS editor
  19853.     tell application "Finder"
  19854.         open item "Dev.CD Apr 94
  19855. Dev.CD Jan 94
  19856. Dev.CD Oct 93
  19857. Dev.CD Jul 93"
  19858.         activate
  19859.     end tell
  19860. on error errMsg number errNum
  19861.     --enter statements to perform when no records are found such as...
  19862.     display dialog "Sorry, the item you selected could not be found."
  19863.     return
  19864. end try
  19865. All Packages
  19866. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  19867. Dev.CD Jan 94
  19868. Dev.CD Oct 93
  19869. Dev.CD Jul 93P6Dev.CD Apr 94
  19870. Dev.CD Jan 94
  19871. Dev.CD Oct 93
  19872. Dev.CD Jul 9V
  19873. 62443X
  19874. Apr 94
  19875. williams
  19876. windoid
  19877. windowo
  19878. plug-in's
  19879. withinb
  19880. withoutg
  19881. won't
  19882. vO1Dev.CD May 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD May 00 TC
  19883.  - Tool Chest
  19884.  - Printing
  19885.  - FindPrinterV
  19886. 61613X
  19887. May 00^
  19888. --set theItem to choose file -- uncomment to test in an AS editor
  19889.     tell application "Finder"
  19890.         open item "Dev.CD May 00 TC:Tool Chest:Printing:FindPrinter:"
  19891.         activate
  19892.     end tell
  19893. on error errMsg number errNum
  19894.     --enter statements to perform when no records are found such as...
  19895.     display dialog "Sorry, the item you selected could not be found."
  19896.     return
  19897. end try
  19898. e    No Changef
  19899. printer selected chooserq
  19900. Dev.CD May 00 TC
  19901. wD!All Packages
  19902. Tool Chest Edition
  19903. FMAT Editor
  19904.     may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  19905. who references this location?
  19906. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  19907. authoring@
  19908. begin@
  19909. byrne's@
  19910. cd-rom@
  19911. choose@
  19912. ciconbuttons@
  19913. claris@
  19914. clipping@
  19915. editor
  19916. resedit
  19917. color
  19918. picker
  19919. compresspictfile
  19920. contents@
  19921. controls/events@
  19922. creator@
  19923. csmp-digest-v3-002@
  19924. csmp-digest-v3-037@
  19925. csmp-digest-v3-072@
  19926. csmp-digest-v3-107@
  19927. csmp-digest-v3-144@
  19928. custom
  19929. choose@
  19930. cwpro2@
  19931. datamaster@
  19932. denmark@
  19933. develop
  19934. issue
  19935. code@
  19936. develop
  19937. issue
  19938. develop
  19939. issue
  19940. code@
  19941. digitizers@
  19942. discoveringopenstepb
  19943. dist@
  19944. documentationandsamp@
  19945. drive@
  19946. enabler@
  19947. developer
  19948. actions@
  19949. appleglot
  19950. localization
  19951. internationalization
  19952. translation
  19953. glos@
  19954. applescript@
  19955. async
  19956. device@
  19957. carbon@
  19958. cftree@
  19959. color
  19960. picker
  19961. 2.1.1@
  19962. counters@
  19963. debugging@
  19964. COADev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:PIDev.CD Apr 00 SDK1
  19965.  - Development Kits
  19966.  - Mac OS
  19967.  - AppleShare IP 6.3 SDK94
  19968. Dev.CD Jan 94
  19969. Dev.CD Oct 93
  19970. Dev.CD Jul 93
  19971. Dev.CD Apr 9V
  19972. 61245X
  19973. Apr 94
  19974. --set theItem to choose file -- uncomment to test in an AS editor
  19975.     tell application "Finder"
  19976.         open item "Dev.CD Apr 94
  19977. Dev.CD Jan 94
  19978. Dev.CD Oct 93
  19979. Dev.CD Jul 93
  19980. Dev.CD Apr 93"
  19981.         activate
  19982.     end tell
  19983. on error errMsg number errNum
  19984.     --enter statements to perform when no records are found such as...
  19985.     display dialog "Sorry, the item you selected could not be found."
  19986.     return
  19987. end try
  19988. All Packages
  19989. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  19990. Dev.CD Jan 94
  19991. Dev.CD Oct 93
  19992. Dev.CD Jul 93
  19993. Dev.CD Apr 93PDDev.CD Apr 94
  19994. Dev.CD Jan 94
  19995. Dev.CD Oct 93
  19996. Dev.CD Jul 93
  19997. Dev.CD Apr 9V
  19998. 61246X
  19999. Apr 94
  20000. passed
  20001. passes
  20002. passing
  20003. passphrase
  20004. passphrases
  20005. password
  20006. passwords
  20007. paste
  20008. patch
  20009. patchesW
  20010. patchingU
  20011. patching
  20012. service
  20013. routinesU
  20014. patent
  20015. pathname
  20016. pathnames
  20017. pathsd
  20018. patrick
  20019. pattern
  20020. patternsr
  20021. pause
  20022. pausegl
  20023. payoff
  20024. pballocate
  20025. pci-based
  20026. pci-pci
  20027. pci-thej
  20028. pcmcia
  20029. peering
  20030. viewer
  20031. utility
  20032. which
  20033. graphically
  20034. pending
  20035. penetrate
  20036. pentiumj
  20037. people
  20038. peoplesoft
  20039. about
  20040. manager
  20041. menubar
  20042. menus
  20043. menuscripter
  20044. metafile
  20045. meters
  20046. metrowerks
  20047. middleware
  20048. mismatch
  20049. missA
  20050. mixed
  20051. mixed
  20052. modal
  20053. modal
  20054. dialog
  20055. module
  20056. monitor
  20057. moofwars
  20058. morefiles
  20059. moreisbetter
  20060. morpheme
  20061. mouse
  20062. mouse
  20063. driver
  20064. movie
  20065. movies
  20066. pascal
  20067. transport
  20068. opentransport
  20069. optimizing
  20070. option
  20071. option
  20072. management
  20073. ordered
  20074. ordered
  20075. collection
  20076. ot/ppp
  20077. ot/ppp
  20078. transport
  20079. otfifo
  20080. otlifo
  20081. otlink
  20082. otoptionmanagment
  20083. override
  20084. override
  20085. quickdraw
  20086. table
  20087. resource
  20088. helpZ
  20089. helper
  20090. helpful
  20091. helping
  20092. heralds
  20093. herej
  20094. here's
  20095. hersey
  20096. hewlett-packard
  20097. hidden
  20098. hidemenubar
  20099. hiding
  20100. hierarchical
  20101. hifi-color
  20102. highg
  20103. high-end
  20104. high-leveld
  20105. high-performance
  20106. high-quality
  20107. overview
  20108. package
  20109. package
  20110. aware
  20111. packages
  20112. pages
  20113. palette
  20114. pan/tilt
  20115. pan/tilt
  20116. movies
  20117. panel
  20118. panorama
  20119. parser
  20120. parser
  20121. generator
  20122. pascal
  20123. passphrase
  20124. password
  20125. password
  20126. storage
  20127. patch
  20128. pbclock
  20129. pccard
  20130. pccts
  20131. driver
  20132. driver
  20133. loader
  20134. openfirmware
  20135. fcode
  20136. forth
  20137. tokenize
  20138. pci-pci
  20139. pci-pci
  20140. bridge
  20141. pcmcia
  20142. documents
  20143. performance
  20144. performance
  20145. analysis
  20146. performance
  20147. countersA
  20148. phone
  20149. photoshop
  20150. physical
  20151. picker
  20152. pippin
  20153. pixel
  20154. pixel
  20155. depth
  20156. polymorphic
  20157. polymorphic
  20158. functions
  20159. registry
  20160. scanner
  20161. ports
  20162. postscript
  20163.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  20164.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  20165. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  20166.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  20167. riends and family, specialized technical terms, etc.
  20168.  Adapts to your word patterns to improve the long-term performance.
  20169.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  20170.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  20171.  Voice commands for frequently used functions.
  20172.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  20173. --set theItem to choose file -- uncomment to test in an AS editor
  20174.     tell application "Finder"
  20175.         open item "Dev.CD Apr 94
  20176. Dev.CD Jan 94
  20177. Dev.CD Oct 93
  20178. Dev.CD Jul 93
  20179. Dev.CD Apr 93"
  20180.         activate
  20181.     end tell
  20182. on error errMsg number errNum
  20183.     --enter statements to perform when no records are found such as...
  20184.     display dialog "Sorry, the item you selected could not be found."
  20185.     return
  20186. end try
  20187. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  20188. Dev.CD Nov 99 TC
  20189. :D!All Packages
  20190. Tool Chest Edition
  20191. AppleGlot 2.4b6
  20192.     -set theItem to choose file -- uncomment to test in an AS editor
  20193.     tell application "Finder"
  20194.         open item "Dev.CD Oct 94"
  20195.         activate
  20196.     end tell
  20197. on error errMsg number errNum
  20198.     --enter statements to perform when no records are found such as...
  20199.     display dialog "Sorry, the item you selected could not be found."
  20200.     return
  20201. end try
  20202. All Packages
  20203. System UpdateV
  20204. 58791X
  20205. --set theItem to choose file -- uncomment to test in an AS editor
  20206.     tell application "Finder"
  20207.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  20208.         activate
  20209.     end tell
  20210. on error errMsg number errNum
  20211.     --enter statements to perform when no records are found such as...
  20212.     display dialog "Sorry, the item you selected could not be found."
  20213.     return
  20214. end try
  20215. t for making floppies from certain USB floppy drives.
  20216.  Various i
  20217. nterface improvements.
  20218. Changes from Disk Copy 6.3
  20219.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  20220. Changes from Disk Copy 6.2
  20221.  Added Navigation Services support.
  20222.  Added ability to duplicate a floppy.
  20223.  Added support for creating self-mounting images.
  20224.  Various improvements to AppleScript support.
  20225.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  20226.  Imaging a fo
  20227. Dev.CD May 00 TC
  20228.  - Sample CodeV
  20229. 60355X
  20230. May 00^
  20231. #inology.r
  20232. EnglishTerminology.rsrc
  20233. Terminology Dev Note 3/92K
  20234. May 92L
  20235. May 94M
  20236. System 7.0N
  20237. AE, Apple Events, AppleEventsents, AppleEvents
  20238.  J9Cyrillic Read Me First
  20239. Install English
  20240. Internet SharewareK
  20241. May 96O9Dev.CD May 00 TC:Language Kits:Cyrillic Language Kit 1.0:P>Dev.CD May 00 TC
  20242.  - Language Kits
  20243.  - Cyrillic Language Kit 1.0V
  20244. 61527X
  20245. May 00^
  20246. --set theItem to choose file -- uncomment to test in an AS editor
  20247.     tell application "Finder"
  20248.         open item "Dev.CD May 00 TC:Language Kits:Cyrillic Language Kit 1.0:"
  20249.         activate
  20250.     end tell
  20251. on error errMsg number errNum
  20252.     --enter statements to perform when no records are found such as...
  20253.     display dialog "Sorry, the item you selected could not be found."
  20254.     return
  20255. end try
  20256. e    No Changeq
  20257. Dev.CD May 00 TC
  20258. !D!All Packages
  20259. Tool Chest Edition
  20260. F#Data Access Manager French Demo 1.0
  20261.     application from being frontmost.
  20262. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  20263. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  20264. e    No Changeq
  20265. Dev.CD May 00 TC
  20266. D!All Packages
  20267. Tool Chest Edition
  20268. SimpleText SampleI
  20269. Summary: This is some SimpleText source code. It shows how to write SimpleText, implements calling PPC library from 68k code, using AppleGuide, and other swell things.J
  20270. Sample Code.imgK
  20271. Nov 96L
  20272. Dec 96O
  20273. Dev.CD May 00 TC:Sample Code:P
  20274. Dev.CD May 00 TC
  20275.  - Sample CodeV
  20276. 62157X
  20277. May 00^
  20278. r--set theItem to choose file -- uncomment to test in an AS editor
  20279.     tell application "Finder"
  20280.         open item "Dev.CD May 00 TC:Sample Code:"
  20281.         activate
  20282.     end tell
  20283. on error errMsg number errNum
  20284.     --enter statements to perform when no records are found such as...
  20285.     display dialog "Sorry, the item you selected could not be found."
  20286.     return
  20287. end try
  20288. Movedq
  20289. Dev.CD May 00 TC
  20290. D!All Packages
  20291. Tool Chest Edition
  20292. F    SlideShow
  20293.     sprocket
  20294. release
  20295. notes
  20296. drawsprocket
  20297. drawsprocketlib
  20298. drawtextcodec
  20299. drawtextcodec
  20300. example
  20301. drawtkl
  20302. drawtkl
  20303. drawtkl
  20304. technical
  20305. publications
  20306. rhapsody
  20307. technical
  20308. publications
  20309. webobjects
  20310. techniques
  20311. technotes
  20312. telephone
  20313. telephone
  20314. manager
  20315. terminology^
  20316. tester
  20317. testing
  20318. encoding
  20319. converter
  20320. textedit
  20321. thooks
  20322. thread
  20323. thread
  20324. manager
  20325. ticket
  20326. ticket
  20327. program
  20328. timecode
  20329. timeslaving
  20330. token
  20331. tokenizer
  20332. toolbox
  20333. toolbox
  20334. assistant
  20335. toolbox
  20336. assistant
  20337. update
  20338. toolkit
  20339. toolkits
  20340. tools]
  20341. tpifile
  20342. tracer
  20343. traddriverloaderlib1
  20344. transferprovider
  20345. transitions
  20346. translation
  20347. translation
  20348. manager
  20349. transport
  20350. transport/ppp
  20351. tune-up
  20352. "P8Dev.CD Apr 00 SDK1
  20353.  - Development Kits
  20354.  - Mac OS
  20355.  - AIATn an AS editor
  20356.     tell application "Finder"
  20357.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:Universal Interfaces3.3.1:"
  20358.         activate
  20359.     end tell
  20360. on error errMsg number errNum
  20361.     --enter statements to perform when no records are found such as...
  20362.     display dialog "Sorry, the item you selected could not be found."
  20363.     return
  20364. end try
  20365. pause
  20366. audit
  20367. audited
  20368. auditing
  20369. aug-95
  20370. augustj
  20371. aurp-speaking
  20372. authenticate
  20373. authenticated
  20374. authentication
  20375. authenticator
  20376. author
  20377. authoring
  20378. automatic
  20379. automaticallyZ
  20380. automating
  20381. auxiliary
  20382. availableR
  20383. hypercard@
  20384. index@
  20385. interleaving@
  20386. keyboard@
  20387. laserwriter@
  20388. macapp@
  20389. manager@
  20390. managers@
  20391. compilers
  20392. assemblers
  20393. linkers
  20394. tools
  20395. debuggers
  20396. performance@
  20397. music@
  20398. mutable@
  20399. notes@
  20400. nubus@
  20401. objectsupportlib@
  20402. otbufferinfo@
  20403. transport
  20404. otlifo
  20405. otfifo
  20406. otlink
  20407. linked
  20408. list@
  20409. opendoc@
  20410. otlookup@
  20411. palette
  20412. color
  20413. depth
  20414. batch
  20415. processing
  20416. optimizing
  20417. conditio@
  20418. powerbook@
  20419. printing@
  20420. qualified@
  20421. quicktime
  20422. effects@
  20423. quicktime
  20424. return@
  20425. scripting@
  20426. selected@
  20427. solaris@
  20428. strings@
  20429. tcp/ip@
  20430. encoding
  20431. unicode
  20432. script
  20433. language
  20434. conversion
  20435. games
  20436. input@
  20437. virtual
  20438. external
  20439. traceroute@
  20440. version@
  20441. system
  20442. mbytes
  20443. mcbride
  20444. editionX
  20445. revised
  20446. 10/95
  20447. Apple Directions 11/95
  20448. Apple Directions 12/95
  20449. Mar 95L
  20450. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  20451.  - Programs & Marketing
  20452.  - Apple Directions
  20453.  - Apple Directions 1995
  20454. arena
  20455. arguments
  20456. arithmetic
  20457. atrapper
  20458. attach
  20459. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD May 00 TC
  20460.  - Tool Chest
  20461.  - Interapplication Communication
  20462.  - Data Access Manager
  20463.  - Data Access Manager US Demo V
  20464. 61529X
  20465. May 00^
  20466. --set theItem to choose file -- uncomment to test in an AS editor
  20467.     tell application "Finder"
  20468.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  20469.         activate
  20470.     end tell
  20471. on error errMsg number errNum
  20472.     --enter statements to perform when no records are found such as...
  20473.     display dialog "Sorry, the item you selected could not be found."
  20474.     return
  20475. end try
  20476. e    No Changeq
  20477. Dev.CD May 00 TC
  20478. #D!All Packages
  20479. Mac OS SDK Edition
  20480. DeBabelizer 3.0
  20481.     ou can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  20482. Modal TextEdit:  
  20483. papserversample
  20484. parserV
  20485. partmaker
  20486. partmaker
  20487. pascal
  20488. pascal
  20489. sample
  20490. 3.0b10
  20491. patch
  20492. performa
  20493. performa
  20494. 7.1p2
  20495. performa
  20496. 7.1p5
  20497. performa
  20498. 7.1p6
  20499. performance
  20500. performance
  20501. tools
  20502. pgpuam
  20503. photoshop
  20504. pippin
  20505. pippin
  20506. technical
  20507. notes
  20508. player
  20509. playmovie
  20510. playtune
  20511. plug-ins
  20512. plugins
  20513. popupfuncs
  20514. popupfuncs
  20515. 2.6.1
  20516. porting
  20517. porting
  20518. objective-c
  20519. postscript
  20520. postscript
  20521. output
  20522. filters
  20523. postscript
  20524. utilities
  20525.     C/cuments
  20526. - shortcuts
  20527. - history
  20528. - previews
  20529. - etc.
  20530. J@Documentation
  20531. Examples
  20532. Libraries
  20533. Navigation Services 1.1 Read MeK
  20534. May 98
  20535. 6Requirements: Software: 7.5.5 and above
  20536. Hardware: 68K or PowerPC
  20537. 68k only-- you need
  20538. - CFM-68K Runtime Enabler
  20539. -NuDragLib.slb
  20540. - NuQuickTimeLib.slb
  20541. -NuTranslationLib.slb
  20542. -NuThreadsLib.slb
  20543. -ObjectSupportLib
  20544. For 68k and PPC, you need:
  20545. -OT 1.3 or greater
  20546. -QuickTime 2.5 or greater
  20547. -Appearance 1.0.1 or greater.
  20548. OCDev.CD Apr 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Apr 00 SDK1
  20549.  - Development Kits
  20550.  - Mac OS
  20551.  - Navigation Services SDKhods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  20552. High-Performance ACGIs in C  by Ken Urquhart
  20553. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  20554. 61647X
  20555. Mar 00^    RL Disk 1
  20556. --set theItem to choose file -- uncomment to test in an AS editor
  20557.     tell application "Finder"
  20558.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  20559.         activate
  20560.     end tell
  20561. on error errMsg number errNum
  20562.     --enter statements to perform when no records are found such as...
  20563.     display dialog "Sorry, the item you selected could not be found."
  20564.     return
  20565. end try
  20566. e    No Changef
  20567. HyperCard
  20568. updateq
  20569. Dev.CD Mar 00 RL Disk 1
  20570. D!All Packages
  20571. Tool Chest Edition
  20572. HyperCard Instance Variables
  20573. Navigation Services SDK
  20574.     ry.h
  20575. CFBag.h
  20576. CFSet.h
  20577. CFTree.h
  20578. CFData.h
  20579. CFBinaryHeap.h
  20580. CFBitVector.h
  20581. CFArray
  20582. CFDictionary
  20583. CFBag
  20584. CFSet
  20585. CFTree
  20586. CFData
  20587. CFBinaryHeap
  20588. CFBitVector
  20589. collection
  20590. container
  20591. ordered collection
  20592. vector
  20593. Property List Services
  20594. CFPropertyList.h
  20595. property list
  20596. information property list
  20597. info plist
  20598. Info.plist
  20599. CFArray
  20600. CFDictionary
  20601. CFDictionary
  20602. CFPropertyList
  20603. Core Foundation
  20604. String Se
  20605. graphicsi
  20606. graphicsimporter
  20607. graphicsimporterdraw
  20608. gratitude
  20609. grayed
  20610. grayishoutline
  20611. grayrgn
  20612. grayscaleo
  20613. graytext
  20614. greatg
  20615. greaterp
  20616. greatest
  20617. greatly
  20618. green
  20619. greenspon
  20620. greeting
  20621. gridwindowgrow
  20622. griffith
  20623. memory
  20624. management
  20625. menud
  20626. mergeitems
  20627. All Packages
  20628. System 7 Tune-UpO
  20629. Dev.CD Sept 92
  20630. Dev.CD Aug 92P
  20631. Dev.CD Sept 92
  20632. Dev.CD Aug 9V
  20633. 62207X
  20634. Sept 9
  20635. q--set theItem to choose file -- uncomment to test in an AS editor
  20636.     tell application "Finder"
  20637.         open item "Dev.CD Sept 92
  20638. Dev.CD Aug 92"
  20639.         activate
  20640.     end tell
  20641. on error errMsg number errNum
  20642.     --enter statements to perform when no records are found such as...
  20643.     display dialog "Sorry, the item you selected could not be found."
  20644.     return
  20645. end try
  20646. All Packages
  20647. System 7 Tune-UpO
  20648. Dev.CD Sept 92
  20649. Dev.CD Aug 92P
  20650. Dev.CD Sept 92
  20651. Dev.CD Aug 9V
  20652. 62208X
  20653. Sept 9
  20654. q--set theItem to choose file -- uncomment to test in an AS editor
  20655.     tell application "Finder"
  20656.         open item "Dev.CD Sept 92
  20657. Dev.CD Aug 92"
  20658.         activate
  20659.     end tell
  20660. on error errMsg number errNum
  20661.     --enter statements to perform when no records are found such as...
  20662.     display dialog "Sorry, the item you selected could not be found."
  20663.     return
  20664. end try
  20665. to post public messages to the network.
  20666. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  20667. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  20668. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  20669. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  20670. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  20671. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  20672. testNBP:  Test program to demonstrate case insensitivit
  20673. 61710X
  20674. Mar 00^
  20675. --set theItem to choose file -- uncomment to test in an AS editor
  20676.     tell application "Finder"
  20677.         open item "Dev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  20678.         activate
  20679.     end tell
  20680. on error errMsg number errNum
  20681.     --enter statements to perform when no records are found such as...
  20682.     display dialog "Sorry, the item you selected could not be found."
  20683.     return
  20684. end try
  20685. Next CDf;UNIX
  20686. Open Systems
  20687. workstation
  20688. Solaris
  20689. HP-UXq
  20690. Dev.CD Mar 00 RL
  20691. D!All Packages
  20692. Tool Chest Edition
  20693. Mac Graphics Primer 2
  20694.     tions which use MacTCP as a networking protocol.
  20695. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  20696. J]802 LAP:
  20697. HyperCard MacTCP Toolkit 1.0:
  20698. MacTCP LAP Tech Note
  20699. Universal Interfaces:
  20700. ZapTCP 1.1:K
  20701. Aug 93nge
  20702. Porting
  20703. Jul 98ramework saves time and effort, but debugging 
  20704. summary
  20705. xcmds
  20706. xfcns
  20707. perform
  20708. walltowalldialog
  20709. waste
  20710. waste
  20711. 1.3a6
  20712. waste
  20713. headers
  20714. waste
  20715. waste
  20716. classic
  20717. waste
  20718. documentation
  20719. waste
  20720. pascal
  20721. interfaces
  20722. wastelib
  20723. registration
  20724. animation
  20725. guide
  20726. webobjects
  20727. webobjects
  20728. database
  20729. webobjects
  20730. database
  20731. webobjects
  20732. webobjects
  20733. memory
  20734. webobjects
  20735. tools
  20736. techniques
  20737. webobjects36
  20738. webobjects36
  20739. Apr 95L
  20740. Jan 96M
  20741. Any Power Macintosh.
  20742. setup
  20743. library
  20744. emptying
  20745. emulate
  20746. emulated
  20747. emulates
  20748. emulation
  20749. emulator
  20750. enableq
  20751. v.CD May 00 TC
  20752.  - Sample CodeV
  20753. 59143X
  20754. May 00^
  20755. r--set theItem to choose file -- uncomment to test in an AS editor
  20756.     tell application "Finder"
  20757.         open item "Dev.CD May 00 TC:Sample Code:"
  20758.         activate
  20759.     end tell
  20760. on error errMsg number errNum
  20761.     --enter statements to perform when no records are found such as...
  20762.     display dialog "Sorry, the item you selected could not be found."
  20763.     return
  20764. end try
  20765. e    No Changef
  20766. QuickTime
  20767. Dev.CD May 00 TC
  20768. D!All Packages
  20769. Mac OS SDK Edition
  20770. ue    No Changeq
  20771. Dev.CD May 00 TC
  20772. vD!All Packages
  20773. Tool Chest Edition
  20774. ResEdit 2.1.3
  20775. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  20776. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  20777. Sample Code.imgK
  20778. Vol IIIL
  20779. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O
  20780. Dev.CD May 00 TC:Sample Code:P
  20781. Dev.CD May 00 TC
  20782.  - Sample CodeV
  20783. 62125X
  20784. May 00^
  20785. #n to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  20786. JaApple Grayscale Appearance:
  20787. Human Interface Guidelines
  20788. Human Interface Notes
  20789. MacOS8Documentation:K
  20790. Jul 93M
  20791. Adobe Acrobat Reader.n-SCS
  20792. quicktime
  20793. quicktime
  20794. first
  20795. quicktime
  20796. quicktime
  20797. contents
  20798. quicktime
  20799. tools
  20800. quicktime
  20801. fully
  20802. quicktime
  20803. xcmds
  20804. quicktime
  20805. xcmds
  20806. alias
  20807. quickview
  20808. quickview
  20809. 2.3e4
  20810. release
  20811. notes
  20812. quickview
  20813. databases-standalone
  20814. qwertytunes
  20815. qwertytunes
  20816. qwertytunes
  20817. r13u5
  20818. r14d5
  20819. rdocproc
  20820. rdocproc
  20821. registration
  20822. request
  20823. readV
  20824. nicer
  20825. nicest
  20826. nichols
  20827. nifty
  20828. night
  20829. training
  20830. required
  20831. plug-and-play
  20832. design
  20833. no-so-subtlej
  20834. nogrowdocproc
  20835. non-appleo
  20836. non-portable
  20837. norbert
  20838. normally
  20839. normanj
  20840. notationw
  20841. noteZ
  20842. apple
  20843. guide
  20844. intended
  20845. those
  20846. developers
  20847. notesQ
  20848. notify
  20849. notions
  20850. novemberj
  20851. novice
  20852. nubusQ
  20853. number
  20854. numbers
  20855. numerals
  20856. numerousp
  20857. objectQ
  20858. object-based
  20859. e    No Changeq
  20860. Dev.CD May 00 TC
  20861. D!All Packages
  20862. Tool Chest Edition
  20863. MovieCallbacksI
  20864. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J
  20865. Sample Code.imgK
  20866. Feb 00
  20867. - Common
  20868.     - Sun Compliant Java Runtime Environment 1.1
  20869.     - QuickTime 3 
  20870.     - QTJava.zip
  20871.     - QTJava media samples
  20872. - Mac OS:
  20873.     - System 8 or later
  20874.     - Macintosh Runtime for Java (MRJ) 2.1
  20875. - Windows 95, 98, or NT::
  20876.     - JRE/JDK from Sun Microsystems, Inc. recommended
  20877. QuickTime, Java, MRJO
  20878. Dev.CD May 00 TC:Sample Code:P
  20879. Dev.CD May 00 TC
  20880.  - Sample CodeV
  20881. 61759X
  20882. May 00^
  20883. #pplication "Finder"
  20884.         open item "Dev.CD May 00 TC:Sample Code:"
  20885.         activate
  20886.     end tell
  20887. on error errMsg number errNum
  20888.     --enter statements to perform when no records are found such as...
  20889.     display dialog "Sorry, the item you selected could not be found."
  20890.     return
  20891. end try
  20892. e    No Change
  20893. Jul 95
  20894. b--set theItem to choose file -- uncomment to test in an AS editor
  20895.     tell application "Finder"
  20896.         open item "Dev.CD Jul 95"
  20897.         activate
  20898.     end tell
  20899. on error errMsg number errNum
  20900.     --enter statements to perform when no records are found such as...
  20901.     display dialog "Sorry, the item you selected could not be found."
  20902.     return
  20903. end try
  20904. All Packages
  20905. System 7.5 Update 1.0O
  20906. Dev.CD Jul 95P
  20907. Dev.CD Jul 9V
  20908. 62257X
  20909. Jul 95
  20910. b--set theItem to choose file -- uncomment to test in an AS editor
  20911.     tell application "Finder"
  20912.         open item "Dev.CD Jul 95"
  20913.         activate
  20914.     end tell
  20915. on error errMsg number errNum
  20916.     --enter statements to perform when no records are found such as...
  20917.     display dialog "Sorry, the item you selected could not be found."
  20918.     return
  20919. end try
  20920. All Packages
  20921. System 7.5 Update 1.0O
  20922. Dev.CD Jul 95P
  20923. Dev.CD Jul 9V
  20924. 62258X
  20925. Jul 95
  20926. 61534X
  20927. May 00^
  20928. --set theItem to choose file -- uncomment to test in an AS editor
  20929.     tell application "Finder"
  20930.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:DefProcs:"
  20931.         activate
  20932.     end tell
  20933. on error errMsg number errNum
  20934.     --enter statements to perform when no records are found such as...
  20935.     display dialog "Sorry, the item you selected could not be found."
  20936.     return
  20937. end try
  20938. e    No Changeq
  20939. Dev.CD May 00 TC
  20940. (D!All Packages
  20941. Mac OS SDK Edition
  20942.  for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  20943. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yopeople outside yo
  20944. Summary: This is the electronic version of develop magazine.
  20945.  Issue 6 highlights:
  20946. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  20947. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  20948. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  20949. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  20950. MacTCP Cookbook: Constructing Network-Aware Applications   
  20951. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  20952. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  20953.  Alexander.   A potential color printing problem, and s
  20954. e    No Changef
  20955. QuickTime
  20956. effectsq
  20957. Dev.CD Mar 00 RL Disk 1
  20958. D!All Packages
  20959. Tool Chest Edition
  20960. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  20961. Sample Code.imgK
  20962. Feb 00
  20963. E- Common
  20964.     - Sun Compliant Java Runtime Environment 1.1
  20965.     - QuickTime 3 
  20966.     - QTJava.zip
  20967.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  20968.     - QTJava media samples
  20969. - Mac OS:
  20970.     - System 8 or later
  20971.     - Macintosh Runtime for Java (MRJ) 2.1
  20972. - Windows 95, 98, or NT::
  20973.     - JRE/JDK from Sun Microsystems, Inc. recommended
  20974. QuickTime, Java, MRJO
  20975. Dev.CD May 00 TC:Sample Code:P
  20976. Dev.CD May 00 TC
  20977.  - Sample CodeV
  20978. 61915X
  20979. May 00^
  20980. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  20981. Dev.CD May 00 TC
  20982. All Packages
  20983. Hardware System UpdateO
  20984. Dev.CD Oct 93
  20985. Dev.CD Sep 93P
  20986. Dev.CD Oct 93
  20987. Dev.CD Sep 9V
  20988. 61630X
  20989. Oct 93
  20990. p--set theItem to choose file -- uncomment to test in an AS editor
  20991.     tell application "Finder"
  20992.         open item "Dev.CD Oct 93
  20993. Dev.CD Sep 93"
  20994.         activate
  20995.     end tell
  20996. on error errMsg number errNum
  20997.     --enter statements to perform when no records are found such as...
  20998.     display dialog "Sorry, the item you selected could not be found."
  20999.     return
  21000. end try
  21001. All Packages
  21002. Hardware System UpdateO
  21003. Dev.CD Jul 93
  21004. Dev.CD Apr 93P
  21005. Dev.CD Jul 93
  21006. Dev.CD Apr 9V
  21007. 61631X
  21008. Jul 93
  21009. esigned to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  21010. P@Dev.CD May 00 TC
  21011.  - Tool Chest
  21012.  - Devices
  21013.  - SCSI
  21014.  - Sedit 1.0b3V
  21015. 62140X
  21016. May 00^
  21017. --set theItem to choose file -- uncomment to test in an AS editor
  21018.     tell application "Finder"
  21019.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  21020.         activate
  21021.     end tell
  21022. on error errMsg number errNum
  21023.     --enter statements to perform when no records are found such as...
  21024.     display dialog "Sorry, the item you selected could not be found."
  21025.     return
  21026. end try
  21027. e    No Changeq
  21028. Dev.CD May 00 TC
  21029. D!All Packages
  21030. Tool Chest Edition
  21031. Server Remote Control 1.1
  21032. survival
  21033. qcopy
  21034. qcopy
  21035. environment
  21036. utilities
  21037. graphics
  21038. objects
  21039. printing
  21040. printing
  21041. drvrs
  21042. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  21043. Features:
  21044. Ouput a single function/method.
  21045. Output all methods of a class.
  21046. Output all instances of a method name.
  21047. Show/Hide 68k opcodes.
  21048. General tools.imgK
  21049. Feb 94M
  21050. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  21051.  - Tool Chest
  21052.  - Testing & Debugging
  21053.  - General toolsSystem 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  21054. Apple recommends that all customers who are currently using System 7.5.3 sh
  21055. can be difficult, since there
  21056. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  21057. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  21058. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  21059. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  21060. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  21061. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  21062. t need to be complex, as the simple tools presented here wil
  21063. --set theItem to choose file -- uncomment to test in an AS editor
  21064.     tell application "Finder"
  21065.         open item "Dev.CD Apr 94
  21066. Dev.CD Jan 94
  21067. Dev.CD Oct 93
  21068. Dev.CD Jul 93
  21069. Dev.CD Apr 93"
  21070.         activate
  21071.     end tell
  21072. on error errMsg number errNum
  21073.     --enter statements to perform when no records are found such as...
  21074.     display dialog "Sorry, the item you selected could not be found."
  21075.     return
  21076. end try
  21077. movieshop
  21078. movietoaiff
  21079. movingt
  21080. moving
  21081. source
  21082. powerpc
  21083. system
  21084. mpw's
  21085. mpw-related
  21086. mrj's
  21087. mrj-dev
  21088. mrjclasses
  21089. mrjlib
  21090. mrplus
  21091. mrplus
  21092. performance
  21093. analysis
  21094. powerpc
  21095. applicatio
  21096. mt/mp
  21097. mucha
  21098. All Packages
  21099. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21100. Dev.CD Jan 94
  21101. Dev.CD Oct 93
  21102. Dev.CD Jul 93
  21103. Dev.CD Apr 93PDDev.CD Apr 94
  21104. Dev.CD Jan 94
  21105. Dev.CD Oct 93
  21106. Dev.CD Jul 93
  21107. Dev.CD Apr 9V
  21108. 62329X
  21109. Apr 94
  21110. --set theItem to choose file -- uncomment to test in an AS editor
  21111.     tell application "Finder"
  21112.         open item "Dev.CD Apr 94
  21113. Dev.CD Jan 94
  21114. Dev.CD Oct 93
  21115. Dev.CD Jul 93
  21116. Dev.CD Apr 93"
  21117.         activate
  21118.     end tell
  21119. on error errMsg number errNum
  21120.     --enter statements to perform when no records are found such as...
  21121.     display dialog "Sorry, the item you selected could not be found."
  21122.     return
  21123. end try
  21124. All Packages
  21125. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21126. Dev.CD Jan 94
  21127. Dev.CD Oct 93
  21128. Dev.CD Jul 93
  21129. Dev.CD Apr 93PDDev.CD Apr 94
  21130. Dev.CD Jan 94
  21131. Dev.CD Oct 93
  21132. Dev.CD Jul 93
  21133. Dev.CD Apr 9V
  21134. 62330X
  21135. Apr 94
  21136. needo
  21137. resedit
  21138. formatv
  21139. formatnum
  21140. formatnum
  21141. formats
  21142. formatter
  21143. foundation
  21144. frametest
  21145. frametest
  21146. frametest
  21147. framework
  21148. frameworks
  21149. frameworks
  21150. francais
  21151. france
  21152. france
  21153. distributors/localiz
  21154. french
  21155. french
  21156. 1.1.3
  21157. fromR
  21158. fssetprinter
  21159. fssetprinter
  21160. fssetprinter
  21161. fstubs
  21162. fstubs
  21163. fstubs
  21164. fullballoons
  21165. fullballoons
  21166. 1.1d2@
  21167. 1.7.1@
  21168. 2.0.1@
  21169. 4.0.8@
  21170. 4400/200@
  21171. 52xx@
  21172. 7200@
  21173. eclaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  21174. Ex Apple Video ROM
  21175. Example Vid ROM from C&D
  21176. ExROM-1Func sResource
  21177. MinimalDeclROM.a
  21178. ROM diagramsK
  21179. Oct 92nge
  21180.  Snippet to illustrate how to use CopyB
  21181. Mac OS 8.1 or laterN7DrawSprocket, color, depth, resolution, switching, gameOFDev.CD May 00 TC:What's New?:Development Kits:Mac OS:DrawSprocket SDK:PQDev.CD May 00 TC
  21182.  - What's New?
  21183.  - Development Kits
  21184.  - Mac OS
  21185.  - DrawSprocket SDKV
  21186. 61584X
  21187. May 00^
  21188. Revised
  21189. --set theItem to choose file -- uncomment to test in an AS editor
  21190.     tell application "Finder"
  21191.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:DrawSprocket SDK:"
  21192.         activate
  21193.     end tell
  21194. on error errMsg number errNum
  21195.     --enter statements to perform when no records are found such as...
  21196.     display dialog "Sorry, the item you selected could not be found."
  21197.     return
  21198. end try
  21199. Updatedf2DrawSprocket
  21200. color
  21201. depth
  21202. resolution
  21203. switching
  21204. gameerrNum
  21205.     --enter statements to perform when no records are found such as...
  21206.     display dialog "Sorry, the item you selected could not be found."
  21207.     return
  21208. end try
  21209. All Packages
  21210. QuickDraw 3DO
  21211. Dev.CD Jan 96 SSWV
  21212. 60693X
  21213. l ope
  21214. r--set theItem to choose file -- uncomment to test in an AS editor
  21215.     tell application "Finder"
  21216.         open item "Dev.CD May 00 TC:Sample Code:"
  21217.         activate
  21218.     end tell
  21219. on error errMsg number errNum
  21220.     --enter statements to perform when no records are found such as...
  21221.     display dialog "Sorry, the item you selected could not be found."
  21222.     return
  21223. end try
  21224.   activate
  21225.     end tell
  21226. on error errMsg number errNum
  21227.     --enter statements to perform when no records are found such as...
  21228.     display dialog "Sorry, the item you selected could not be found."
  21229.     return
  21230. end try
  21231. All Packages
  21232. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21233. Dev.CD Jan 94
  21234. Dev.CD Oct 93
  21235. Dev.CD Jul 93P6Dev.CD Apr 94
  21236. Dev.CD Jan 94
  21237. Dev.CD Oct 93
  21238. Dev.CD Jul 9V
  21239. 61196X
  21240. Apr 94
  21241. lighter
  21242. lights
  21243. likelyo
  21244. flashing
  21245. flat-panel
  21246. flattenning
  21247. flavor
  21248. flavors
  21249. flexibility
  21250. flexible
  21251. flicker
  21252. flight-sim
  21253. flightsim
  21254. flipping
  21255. float-to-int
  21256. floating
  21257. flood
  21258. flookup
  21259. floor
  21260. floppies
  21261. floppy
  21262. focus
  21263. focuses
  21264. folderR
  21265. folderso
  21266. folks
  21267. follow
  21268. followed
  21269. following
  21270. follows
  21271. fonte
  21272. fonts
  21273. footprintg
  21274.  until the thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  21275. It also demonstrates:
  21276.   -The two dif
  21277. ferent types of action procedure, both for 68K and PowerPC architectures.
  21278.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  21279. Live Scroll has been built under:
  21280.   Metrowerks CodeWarrior 8
  21281.   Symantec C++ 8.0.1
  21282.   Symantec 7.0.4
  21283.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  21284. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  21285. p--set theItem to choose file -- uncomment to test in an AS editor
  21286.     tell application "Finder"
  21287.         open item "Dev.CD Apr 94
  21288. Dev.CD Jan 94"
  21289.         activate
  21290.     end tell
  21291. on error errMsg number errNum
  21292.     --enter statements to perform when no records are found such as...
  21293.     display dialog "Sorry, the item you selected could not be found."
  21294.     return
  21295. end try
  21296. finder
  21297. display
  21298. folder
  21299. launch
  21300. finderevents
  21301. firewire
  21302. firmware
  21303. folder
  21304. fonts
  21305. fontsync
  21306. foreign
  21307. formatting
  21308. forth
  21309. foundation
  21310. frameworkY
  21311. functione
  21312. function
  21313. index
  21314. inside
  21315. functions
  21316. gamepad
  21317. anisms (e-mail is highly recommended):
  21318. -   AppleLink:  GONZALEZ3
  21319. -   Internet:   gonzalez3@applelink.apple.com
  21320. -   Fax:        (408) 974-9456
  21321. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  21322. Thanks for your feedback.
  21323. Regards,
  21324. Ricardo G
  21325. JejGNE Helper.68K.cw7.
  21326. jGNE Helper.68K.tpm7.
  21327. jGNE Helper.c
  21328. MW jGNE Helper
  21329. native jGNE
  21330. TPM jGNE HelperK
  21331. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD May 00 TC
  21332.  - Tool Chest
  21333.  - OS Utilities
  21334.  - jGNE HelperD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  21335.  - Development Kits (Disc 1)
  21336.  - MacTCPform when no records are found such as...
  21337.     display dialog "Sorry, the item you selected could not be found."
  21338.     return
  21339. end try
  21340. e    No Changef#ColorSync
  21341. Profile Specificationq
  21342. Dev.CD Apr 00 SDK1
  21343. D!All Packages
  21344. Tool Chest Edition
  21345. ImageCompositingI
  21346. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.J
  21347. Sample Code.imgK
  21348. Feb 00
  21349. 1.1.4
  21350.     ersion
  21351. 61505X
  21352. Apr 00^
  21353. --set theItem to choose file -- uncomment to test in an AS editor
  21354.     tell application "Finder"
  21355.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  21356.         activate
  21357.     end tell
  21358. on error errMsg number errNum
  21359.     --enter statements to perform when no records are found such as...
  21360.     display dialog "Sorry, the item you selected could not be found."
  21361.     return
  21362. end try
  21363. e    No Changeq
  21364. Dev.CD Apr 00 SDK1
  21365. D!All Packages
  21366. Tool Chest Edition
  21367. CompositedEffectsI
  21368. This demo program shows the construction of a Composited image containing the layering of an image file, the ripple effect, an animation and some Java text. Over this is placed a Movie which is drawn in front of the composited image.J
  21369. Sample Code.imgK
  21370. Feb 00
  21371. C:Sample Code:V
  21372. 61506X
  21373. 1e    No Change
  21374. summary
  21375. sample
  21376. discussion
  21377. detect
  21378. whether
  21379. summary
  21380. sample
  21381. network
  21382. chess
  21383. application
  21384. QuickDraw GX Graphics
  21385. This book shows  
  21386. l show.
  21387. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  21388. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  21389. J(develop Issue 28:
  21390. develop Issue 28 code:K
  21391. Dec 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Mar 00 RL Disk 1
  21392.  - Technical Documentation
  21393.  - Develop
  21394.  - develop Issue 28 Chest Edition
  21395. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  21396. QTJava_SDK.zipK
  21397. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  21398. 60881X
  21399. 1e    No Changeo
  21400. http://developer.apple.com/sdk/
  21401. angef9live scrolling
  21402. control
  21403. proportional scroll bar
  21404. appearancell bar
  21405. appearance
  21406. 2OZDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):PeDev.CD Nov 99 TC
  21407.  - Tool Chest
  21408.  - Testing & Debugging
  21409.  - Hardware tools
  21410.  - Apple II Monitor dcmd (xx)V
  21411. 61417X
  21412. Nov 99^
  21413. --set theItem to choose file -- uncomment to test in an AS editor
  21414.     tell application "Finder"
  21415.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  21416.         activate
  21417.     end tell
  21418. on error errMsg number errNum
  21419.     --enter statements to perform when no records are found such as...
  21420.     display dialog "Sorry, the item you selected could not be found."
  21421.     return
  21422. end try
  21423. Deletedq
  21424. Dev.CD Nov 99 TC
  21425. 3D!All Packages
  21426. Tool Chest Edition
  21427. Apple International Glossaries
  21428.      Disk 2
  21429. All Packages
  21430. Technical Publications: Java
  21431. 61298X
  21432. folderso
  21433. folks
  21434. follow
  21435. following
  21436. fonte
  21437. footprintg
  21438. 61644X
  21439. May 00^
  21440. r--set theItem to choose file -- uncomment to test in an AS editor
  21441.     tell application "Finder"
  21442.         open item "Dev.CD May 00 TC:Sample Code:"
  21443.         activate
  21444.     end tell
  21445. on error errMsg number errNum
  21446.     --enter statements to perform when no records are found such as...
  21447.     display dialog "Sorry, the item you selected could not be found."
  21448.     return
  21449. end try
  21450. Movedf9OpenTransport
  21451. Server
  21452. Thread Manager
  21453. TCP/IP
  21454. IOStreamsq
  21455. Dev.CD May 00 TC
  21456. All Packages
  21457. Human Interface Notes
  21458. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  21459. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  21460. JaApple Grayscale Appearance:
  21461. Human Interface Guidelines
  21462. Human Interface Notes
  21463. MacOS8Documentation:K
  21464. Jul 93M
  21465. Adobe Acrobat Reader.
  21466. 61528X
  21467. May 00^
  21468. --set theItem to choose file -- uncomment to test in an AS editor
  21469.     tell application "Finder"
  21470.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  21471.         activate
  21472.     end tell
  21473. on error errMsg number errNum
  21474.     --enter statements to perform when no records are found such as...
  21475.     display dialog "Sorry, the item you selected could not be found."
  21476.     return
  21477. end try
  21478. e    No Changeq
  21479. Dev.CD May 00 TC
  21480. "D!All Packages
  21481. Tool Chest Edition
  21482. Data Access Manager US Demo
  21483. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  21484. Features: 
  21485. * Multi-interface generator
  21486. * More simply to use
  21487. * New version of the XTND query that read query document
  21488. * An XCMD that can read query document
  21489. * A complete set of tool to exploit the Data Access Manager
  21490. Dev.CD Jul 96 SSV
  21491. 62587X
  21492. Jul 96
  21493. f--set theItem to choose file -- uncomment to test in an AS editor
  21494.     tell application "Finder"
  21495.         open item "Dev.CD Jul 96 SSW"
  21496.         activate
  21497.     end tell
  21498. on error errMsg number errNum
  21499.     --enter statements to perform when no records are found such as...
  21500.     display dialog "Sorry, the item you selected could not be found."
  21501.     return
  21502. end try
  21503. All Packages
  21504. WorldScript UpdaterO
  21505. Dev.CD Jul 96 SSWP
  21506. Dev.CD Jul 96 SSV
  21507. 62588X
  21508. Jul 96
  21509. f--set theItem to choose file -- uncomment to test in an AS editor
  21510.     tell application "Finder"
  21511.         open item "Dev.CD Jul 96 SSW"
  21512.         activate
  21513.     end tell
  21514. on error errMsg number errNum
  21515.     --enter statements to perform when no records are found such as...
  21516.     display dialog "Sorry, the item you selected could not be found."
  21517.     return
  21518. end try
  21519. All Packages
  21520. WorldScript UpdaterO
  21521. Dev.CD Jul 96 SSWP
  21522. Dev.CD Jul 96 SSV
  21523. 62589X
  21524. Jul 96
  21525. first@
  21526. pasmatit
  21527. passes
  21528. passing
  21529. passphrase
  21530. passphrases
  21531. password
  21532. passwords
  21533. paste
  21534. patch
  21535. patchesW
  21536. patchingU
  21537. patching
  21538. service
  21539. routinesU
  21540. patent
  21541. pathname
  21542. pathnames
  21543. pathsd
  21544. patrick
  21545. pattern
  21546. patternsr
  21547. pausegl
  21548. payoff
  21549. pbcatsearch
  21550. pbwriteasync
  21551. pccts
  21552. pci-based
  21553. pci-pci
  21554. pci-thej
  21555. pcmcia
  21556. peering
  21557. viewer
  21558. utility
  21559. which
  21560. graphically
  21561. pending
  21562. penetrate
  21563. pentiumj
  21564. people
  21565. peoplesoft
  21566. computer'si
  21567. computer-aided
  21568. computer-based
  21569. computersj
  21570. CD Apr 93"
  21571.         activate
  21572.     end tell
  21573. on error errMsg number errNum
  21574.     --enter statements to perform when no records are found such as...
  21575.     display dialog "Sorry, the item you selected could not be found."
  21576.     return
  21577. end try
  21578. requested
  21579. requests
  21580. requies
  21581. requiredfindercolors
  21582. requirementsg
  21583. requiresd
  21584. requiring
  21585. requiring
  21586. training
  21587. apple
  21588. chinese
  21589. handwriting
  21590. researchj
  21591. researching
  21592. resedit
  21593. sresource
  21594. srlanguagemodeler
  21595. stack]
  21596. staging
  21597. staging
  21598. alerts
  21599. standalone
  21600. standalone
  21601. quick
  21602. start
  21603. standard
  21604. standardsv
  21605. standardwdef
  21606. standardwdef
  21607. start
  21608. start
  21609. started
  21610. starter
  21611. startup
  21612. static
  21613. stdfilesaver
  21614. stiletto
  21615. stiletto
  21616. program
  21617. stiletto
  21618. sources
  21619. stoppinf
  21620. stoppinf
  21621. icons
  21622. storyboard
  21623. stress
  21624. stress
  21625. testing
  21626. tools
  21627. strip
  21628. stripdup
  21629. stripdup
  21630. stripunits
  21631. strwidth
  21632. strwidth
  21633. libraries
  21634. stuff
  21635. stylew
  21636. style
  21637. submission
  21638. success
  21639. suitem
  21640. suitesm
  21641. suites
  21642. under
  21643. developmentm
  21644. support
  21645. supporting
  21646. supporting
  21647. files
  21648. survey
  21649. survival
  21650. guide
  21651. 61664X
  21652. Dec 99^
  21653. --set theItem to choose file -- uncomment to test in an AS editor
  21654.     tell application "Finder"
  21655.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:"
  21656.         activate
  21657.     end tell
  21658. on error errMsg number errNum
  21659.     --enter statements to perform when no records are found such as...
  21660.     display dialog "Sorry, the item you selected could not be found."
  21661.     return
  21662. end try
  21663. Deletedq
  21664. Dev.CD Dec 99 RL
  21665. D!All Packages
  21666. Mac OS SDK Edition
  21667. Installer SDK 1.2.3
  21668.     m Sun Microsystems, Inc. recommended
  21669. QuickTime, Java, MRJO
  21670. Dev.CD May 00 TC:Sample Code:P
  21671. Dev.CD May 00 TC
  21672.  - Sample CodeV
  21673. 60526X
  21674. May 00^
  21675.     end tell
  21676. on error errMsg number errNum
  21677.     --enter statements to perform when no records are found such as...
  21678.     display dialog "Sorry, the item you selected could not be found."
  21679.     return
  21680. end try
  21681. All Packages
  21682. PowerTalk (PPC)O
  21683. Dev.CD Oct 94P
  21684. Dev.CD Oct 9V
  21685. 58152X
  21686. Oct 94
  21687. 61608X
  21688. Apr 00^
  21689. --set theItem to choose file -- uncomment to test in an AS editor
  21690.     tell application "Finder"
  21691.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  21692.         activate
  21693.     end tell
  21694. on error errMsg number errNum
  21695.     --enter statements to perform when no records are found such as...
  21696.     display dialog "Sorry, the item you selected could not be found."
  21697.     return
  21698. end try
  21699. e    No Changef)Sherlock
  21700. Find By Content
  21701. Extractor
  21702. Searchq
  21703. Dev.CD Apr 00 SDK1
  21704. rD!All Packages
  21705. Tool Chest Edition
  21706. FinderDragPro
  21707. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  21708. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  21709. imaging[
  21710. All Packages
  21711. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21712. Dev.CD Jan 94
  21713. Dev.CD Oct 93
  21714. Dev.CD Jul 93P6Dev.CD Apr 94
  21715. Dev.CD Jan 94
  21716. Dev.CD Oct 93
  21717. Dev.CD Jul 9V
  21718. 62426X
  21719. Apr 94
  21720. --set theItem to choose file -- uncomment to test in an AS editor
  21721.     tell application "Finder"
  21722.         open item "Dev.CD Apr 94
  21723. Dev.CD Jan 94
  21724. Dev.CD Oct 93
  21725. Dev.CD Jul 93"
  21726.         activate
  21727.     end tell
  21728. on error errMsg number errNum
  21729.     --enter statements to perform when no records are found such as...
  21730.     display dialog "Sorry, the item you selected could not be found."
  21731.     return
  21732. end try
  21733. All Packages
  21734. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21735. Dev.CD Jan 94
  21736. Dev.CD Oct 93
  21737. Dev.CD Jul 93P6Dev.CD Apr 94
  21738. Dev.CD Jan 94
  21739. Dev.CD Oct 93
  21740. Dev.CD Jul 9V
  21741. 62427X
  21742. Apr 94
  21743. in-depth
  21744. disclaimer
  21745. disclosure
  21746. disconnect
  21747. discourages
  21748. discover
  21749. discovered
  21750. discovering
  21751. discs
  21752. discuss
  21753. discussed
  21754. discussesv
  21755. discussion
  21756. discussions
  21757. disinfectant
  21758. diskg
  21759. Display Cards.
  21760. Mac Graphics Primer 2K
  21761. Vol IIIL
  21762. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  21763.  - Tool Chest
  21764.  - QuickDraw
  21765.  - Mac Graphics Primer heet
  21766. MAE 2.0 White PaperK
  21767. May 94L
  21768. Jun 95M
  21769. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:.txt
  21770. Feb 00
  21771. angef)Mail Suite
  21772. Apple Events
  21773. AppleScript
  21774. emailq
  21775. Dev.CD Mar 00 RL Disk 1
  21776. WebObjectsPerformanceTuning.pdfK
  21777. May 99M
  21778. Acrobat Reader 3.0N-WebObjects, Performance, Tuning, OptimizationOODev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjectsPerformanceTuning:PTDev.CD Mar OO RLDisk 1
  21779.  - Interactive Media Resources
  21780.  - WebObjectsPerformanceTuninge
  21781. develop
  21782. issue
  21783. develop
  21784. issue
  21785. develop
  21786. issue
  21787. develop
  21788. issue
  21789. develop
  21790. issue
  21791. develop
  21792. issue
  21793. develop
  21794. issue
  21795. develop
  21796. issue
  21797. develop
  21798. issue
  21799. develop
  21800. issue
  21801. develop
  21802. issue
  21803. develop
  21804. issue
  21805. develop
  21806. issue
  21807. develop
  21808. issue
  21809. develop
  21810. issue
  21811. develop
  21812. issue
  21813. develop
  21814. issue
  21815. develop
  21816. issue
  21817. develop
  21818. issue
  21819. develop
  21820. issue
  21821. develop
  21822. issue
  21823. develop
  21824. issue
  21825. develop
  21826. issue
  21827. develop
  21828. issue
  21829. helpq
  21830. imaging[
  21831. internationals
  21832. issue
  21833. universityR
  21834. unmountit
  21835. unmountit
  21836. update
  21837. updater
  21838. upgradeC
  21839. access
  21840. 1.0.1
  21841. distribution
  21842. guide
  21843. user^
  21844. utilities
  21845. v1.0.1
  21846. v1.1.1
  21847. validator
  21848. variables
  21849. verifier
  21850. verifier
  21851. verilog
  21852. versionedit
  21853. watch
  21854. watching
  21855. webobjects
  21856. white
  21857. windows
  21858. PCDev.CD May 00 TC
  21859.  - Tool Chest
  21860.  - Testing & Debugging
  21861.  - ParametersV
  21862. 62151X
  21863. May 00^
  21864. --set theItem to choose file -- uncomment to test in an AS editor
  21865.     tell application "Finder"
  21866.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:"
  21867.         activate
  21868.     end tell
  21869. on error errMsg number errNum
  21870.     --enter statements to perform when no records are found such as...
  21871.     display dialog "Sorry, the item you selected could not be found."
  21872.     return
  21873. end try
  21874. e    No Changeq
  21875. Dev.CD May 00 TC
  21876. D!All Packages
  21877. Tool Chest Edition
  21878. Show Movie
  21879. findserialports
  21880. little
  21881. snippet
  21882. inside
  21883. fine-tune
  21884. finger-coded
  21885. finished
  21886. finishing
  21887. finnish
  21888. firewire
  21889. firmware
  21890. firmworks
  21891. firstj
  21892. com/acrobatZ
  21893. com/acrobat/registerZ
  21894. com/bin/bugrpt
  21895. com/bugreporter
  21896. com/cftype
  21897. com/colorsync
  21898. com/dev/swtechpubs/d
  21899. com/games
  21900. com/java
  21901. com/java/javatutoria
  21902. com/mkt/maclogo
  21903. com/mkt/swl
  21904. com/mrj
  21905. com/quicktime
  21906. com/quicktime/develo
  21907. com/sherlock/plugind
  21908. com/store
  21909. combinations
  21910. combine
  21911. combines
  21912. combiningp
  21913. combowalker
  21914. comesg
  21915. coming
  21916. commandT
  21917. commando
  21918. commandsB
  21919. commented
  21920. comments
  21921. commercial
  21922. commit
  21923. commitment
  21924. committedj
  21925. commonj
  21926. commonly
  21927. commons
  21928. commpilerj
  21929. commtoolbox
  21930. fills
  21931. curity
  21932. readme
  21933. sedit
  21934. sedit
  21935. documentation
  21936. selectfile
  21937. selectfile
  21938. selectors
  21939. sendae]
  21940. sendae
  21941. sendae
  21942. sendps
  21943. sendps
  21944. serial
  21945. serverS
  21946. serversS
  21947. servervols
  21948. servervols
  21949. services
  21950. movie
  21951. setfileflag
  21952. setfileflag
  21953. setfinderlock
  21954. setfinderlock
  21955. setfinfo
  21956. setfinfo
  21957. setfolderflag
  21958. setfolderflag
  21959. setmarkers
  21960. setmfsize
  21961. setmode
  21962. setmode
  21963. setproject
  21964. setprojector
  21965. setup
  21966. products
  21967. shareware
  21968. shell
  21969. showhidefolder
  21970. showhidefolder
  21971. shtml
  21972. sighyper
  21973. signaturetoapp]
  21974. signaturetoapp
  21975. simple
  21976. simple
  21977. simpleprefs
  21978. simpleprefs
  21979. simpleprefs
  21980. simpletext
  21981. simpletext
  21982. simpletext
  21983. simpletext
  21984. audio
  21985. features
  21986. newgworld
  21987. newgworld
  21988. newgworld
  21989. newgworld
  21990.  microphone using  a display much like a VCR peak-hold bar meter.
  21991. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  21992. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  21993. 'vox ' recording:  This application uses QI
  21994. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  21995. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  21996. Sample Code.imgL
  21997. Nov 96O
  21998. Dev.CD May 00 TC:Sample Code:P
  21999. Dev.CD May 00 TC
  22000.  - Sample Code
  22001. won't
  22002. --set theItem to choose file -- uncomment to test in an AS editor
  22003.     tell application "Finder"
  22004.         open item "Dev.CD Apr 94
  22005. Dev.CD Jan 94
  22006. Dev.CD Oct 93
  22007. Dev.CD Jul 93"
  22008.         activate
  22009.     end tell
  22010. on error errMsg number errNum
  22011.     --enter statements to perform when no records are found such as...
  22012.     display dialog "Sorry, the item you selected could not be found."
  22013.     return
  22014. end try
  22015. 95/02
  22016. about
  22017. about
  22018. appleshare
  22019. client
  22020. about
  22021. backlight
  22022. control
  22023. about
  22024. bbedit
  22025. about
  22026. clipboard
  22027. mag'n
  22028. about
  22029. clipboard
  22030. magician
  22031. ct 93
  22032. Dev.CD Jul 93
  22033. Dev.CD Apr 9V
  22034. 57362X
  22035. Apr 94
  22036. mbytes
  22037. mcbride
  22038. All Packages
  22039. System Enabler 404 (MacTV)O
  22040. Dev.CD Apr 94
  22041. Dev.CD Jan 94P
  22042. Dev.CD Apr 94
  22043. Dev.CD Jan 9V
  22044. 62500X
  22045. Apr 94
  22046. p--set theItem to choose file -- uncomment to test in an AS editor
  22047.     tell application "Finder"
  22048.         open item "Dev.CD Apr 94
  22049. Dev.CD Jan 94"
  22050.         activate
  22051.     end tell
  22052. on error errMsg number errNum
  22053.     --enter statements to perform when no records are found such as...
  22054.     display dialog "Sorry, the item you selected could not be found."
  22055.     return
  22056. end try
  22057. D(All Packages
  22058. Reference Library Edition
  22059. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  22060. System PickerK
  22061. Mar 92L
  22062. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  22063.  - Utilities
  22064.  - System Picker 1.1a3V
  22065. 62501X
  22066. Dec 99^
  22067. dramatic
  22068. dramatically
  22069. drawbacks
  22070. drawing
  22071. drawn
  22072. draws
  22073. drawsprcoket
  22074. May 00^
  22075. r--set theItem to choose file -- uncomment to test in an AS editor
  22076.     tell application "Finder"
  22077.         open item "Dev.CD May 00 TC:Sample Code:"
  22078.         activate
  22079.     end tell
  22080. on error errMsg number errNum
  22081.     --enter statements to perform when no records are found such as...
  22082.     display dialog "Sorry, the item you selected could not be found."
  22083.     return
  22084. end try
  22085. e    No Changef
  22086. QuickTime
  22087. Dev.CD May 00 TC
  22088. D!All Packages
  22089. Tool Chest Edition
  22090. mmary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  22091. Features: The components included are:
  22092. * CTB API overview (TEXT file)
  22093. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  22094. * MPW 411 files
  22095. * CustomChoose outline (TEXT file)
  22096. * Staging Alerts description (TEXT file)
  22097. * Macsbug dcmd files for Tool debugginfor Tool debuggin
  22098. All Packages
  22099. CPU SE 406O
  22100. Dev.CD Jul 95P
  22101. Dev.CD Jul 9V
  22102. 61518X
  22103. Jul 95
  22104. b--set theItem to choose file -- uncomment to test in an AS editor
  22105.     tell application "Finder"
  22106.         open item "Dev.CD Jul 95"
  22107.         activate
  22108.     end tell
  22109. on error errMsg number errNum
  22110.     --enter statements to perform when no records are found such as...
  22111.     display dialog "Sorry, the item you selected could not be found."
  22112.     return
  22113. end try
  22114. All Packages
  22115. CPU SE 406O
  22116. Dev.CD Jul 95P
  22117. Dev.CD Jul 9V
  22118. 61519X
  22119. Jul 95
  22120. b--set theItem to choose file -- uncomment to test in an AS editor
  22121.     tell application "Finder"
  22122.         open item "Dev.CD Jul 95"
  22123.         activate
  22124.     end tell
  22125. on error errMsg number errNum
  22126.     --enter statements to perform when no records are found such as...
  22127.     display dialog "Sorry, the item you selected could not be found."
  22128.     return
  22129. end try
  22130. D!All Packages
  22131. Tool Chest Edition
  22132. CPUGestaltmage
  22133. contains
  22134. debug
  22135. version
  22136. 2.5.2
  22137. which
  22138. Chinese Handwriting KitO
  22139. Dev.CD May 97 TCP
  22140. Dev.CD May 97 T.CD Apr 94
  22141. Dev.CD Jan 94
  22142. Dev.CD Oct 93
  22143. Dev.CD Jul 93
  22144. Dev.CD Apr 93PDDev.CD Apr 94
  22145. Dev.CD Jan 94
  22146. Dev.CD Oct 93
  22147. Dev.CD Jul 93
  22148. Dev.CD Apr 9V
  22149. 61060X
  22150. Apr 94
  22151. --set theItem to choose file -- uncomment to test in an AS editor
  22152.     tell application "Finder"
  22153.         open item "Dev.CD Apr 94
  22154. Dev.CD Jan 94
  22155. Dev.CD Oct 93
  22156. Dev.CD Jul 93
  22157. Dev.CD Apr 93"
  22158.         activate
  22159.     end tell
  22160. on error errMsg number errNum
  22161.     --enter statements to perform when no records are found such as...
  22162.     display dialog "Sorry, the item you selected could not be found."
  22163.     return
  22164. end try
  22165. All Packages
  22166. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  22167. Dev.CD Jan 94
  22168. Dev.CD Oct 93
  22169. Dev.CD Jul 93
  22170. Dev.CD Apr 93PDDev.CD Apr 94
  22171. Dev.CD Jan 94
  22172. Dev.CD Oct 93
  22173. Dev.CD Jul 93
  22174. Dev.CD Apr 9V
  22175. 61061X
  22176. Apr 94
  22177. photoshop
  22178. player
  22179. plugins
  22180. postscript
  22181. powerbook
  22182. primer
  22183. ications
  22184. All Packages
  22185. System 7 Tune-UpO
  22186. Dev.CD Sept 92
  22187. Dev.CD Aug 92P
  22188. Dev.CD Sept 92
  22189. Dev.CD Aug 9V
  22190. 62217X
  22191. Sept 9
  22192. q--set theItem to choose file -- uncomment to test in an AS editor
  22193.     tell application "Finder"
  22194.         open item "Dev.CD Sept 92
  22195. Dev.CD Aug 92"
  22196.         activate
  22197.     end tell
  22198. on error errMsg number errNum
  22199.     --enter statements to perform when no records are found such as...
  22200.     display dialog "Sorry, the item you selected could not be found."
  22201.     return
  22202. end try
  22203. All Packages
  22204. System 7 Tune-UpO)Dev.CD Apr 92
  22205. Dev.CD Mar 92
  22206. Dev.CD Feb 92P(Dev.CD Apr 92
  22207. Dev.CD Mar 92
  22208. Dev.CD Feb 9V
  22209. 62218X
  22210. Apr 92
  22211. revisionw
  22212. revisited
  22213. revolution
  22214. rewrite
  22215. rewritten
  22216. rgbforecolor
  22217. rhapsody
  22218. ricardo
  22219. richard
  22220. richery
  22221. rightZ
  22222. Je    No Changef
  22223. Update
  22224.  Imageq
  22225. Dev.CD Jul 98 SSW/SDK
  22226. KD!All Packages
  22227. Tool Chest Edition
  22228. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  22229. Memory Management.imgK
  22230. Vol XOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  22231.  - Tool Chest
  22232.  - Testing & Debugging
  22233.  - Memory ManagementV
  22234. 62594X
  22235. May 00^
  22236. --set theItem to choose file -- uncomment to test in an AS editor
  22237.     tell application "Finder"
  22238.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  22239.         activate
  22240.     end tell
  22241. on error errMsg number errNum
  22242.     --enter statements to perform when no records are found such as...
  22243.     display dialog "Sorry, the item you selected could not be found."
  22244.     return
  22245. end try
  22246. e    No Changeq
  22247. Dev.CD May 00 TC
  22248. LD!All Packages
  22249. Mac OS SDK Edition
  22250. XTND 1.3.6
  22251. quickdraw's@
  22252. recipes@
  22253. region@
  22254. report@
  22255. Dev.CD Apr 9V
  22256. 62404X
  22257. Apr 93
  22258. b--set theItem to choose file -- uncomment to test in an AS editor
  22259.     tell application "Finder"
  22260.         open item "Dev.CD Apr 93"
  22261.         activate
  22262.     end tell
  22263. on error errMsg number errNum
  22264.     --enter statements to perform when no records are found such as...
  22265.     display dialog "Sorry, the item you selected could not be found."
  22266.     return
  22267. end try
  22268. All Packages
  22269. System Enabler 111 (PB 160/180)O
  22270. Dev.CD Apr 93P
  22271. Dev.CD Apr 9V
  22272. 62405X
  22273. Apr 93
  22274. b--set theItem to choose file -- uncomment to test in an AS editor
  22275.     tell application "Finder"
  22276.         open item "Dev.CD Apr 93"
  22277.         activate
  22278.     end tell
  22279. on error errMsg number errNum
  22280.     --enter statements to perform when no records are found such as...
  22281.     display dialog "Sorry, the item you selected could not be found."
  22282.     return
  22283. end try
  22284. All Packages
  22285. System Enabler 111 (PB 160/180)O
  22286. Dev.CD Apr 93P
  22287. Dev.CD Apr 9V
  22288. 62406X
  22289. Apr 93
  22290. wannabe
  22291. f--set theItem to choose file -- uncomment to test in an AS editor
  22292.     tell application "Finder"
  22293.         open item "Dev.CD Jun 97 SSW"
  22294.         activate
  22295.     end tell
  22296. on error errMsg number errNum
  22297.     --enter statements to perform when no records are found such as...
  22298.     display dialog "Sorry, the item you selected could not be found."
  22299.     return
  22300. end try
  22301. item you selected could not be found."
  22302.     return
  22303. end try
  22304. e    No Changef
  22305. Adobe
  22306. Acrobat
  22307. Reader
  22308. Dev.CD Mar 00 RL Disk 1
  22309. D(All Packages
  22310. Reference Library Edition
  22311. F$Advanced Color Imaging on the Mac OS
  22312.     jects Categories and Posers by Theresa Ray of Tensor Information Systems
  22313. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  22314. 60109X
  22315. 1e    No Change
  22316. Bugs fixed. Save to PICT file as well as resouce.
  22317. 57234X
  22318. 1e    No Change
  22319.     W& region rather than just its portRect.
  22320. Sample Code.imgK
  22321. Feb 92L
  22322. May 97O
  22323. Dev.CD May 00 TC:Sample Code:P
  22324. Dev.CD May 00 TC
  22325.  - Sample Code
  22326. mactcp
  22327. mactcp
  22328. developer
  22329. tools
  22330. mactcp
  22331. mactcp
  22332. first
  22333. mactcp
  22334. mactype
  22335. mactype
  22336. datasheet
  22337. white
  22338. paper
  22339. applescript's
  22340. applesearchS
  22341. appleshareS
  22342. applesingle/appledou
  22343. applet
  22344. on creates a different size memory partition 
  22345. 61779X
  22346. Apr 00^
  22347. --set theItem to choose file -- uncomment to test in an AS editor
  22348.     tell application "Finder"
  22349.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  22350.         activate
  22351.     end tell
  22352. on error errMsg number errNum
  22353.     --enter statements to perform when no records are found such as...
  22354.     display dialog "Sorry, the item you selected could not be found."
  22355.     return
  22356. end try
  22357. e    No Changeq
  22358. Dev.CD Apr 00 SDK1
  22359. D!All Packages
  22360. Tool Chest Edition
  22361. Navigable Movie Toolkit
  22362.     lles Lavoie & Bo3b Johnson
  22363. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  22364. JEdevelop Issue 29:
  22365. develop Issue 29 code:
  22366. develop Issue 29 references:K
  22367. Mar 97OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Mar 00 RL Disk 1
  22368.  - Technical Documentation
  22369.  - Develop
  22370.  - develop Issue 29 if any OS. support.
  22371. This pac
  22372. M[This is a software only package and is provided as a tool for use with VU 1.1.1 and VU 2.0.W
  22373. 61503X
  22374. Mar 00^    RL Disk 1
  22375. --set theItem to choose file -- uncomment to test in an AS editor
  22376.     tell application "Finder"
  22377.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:"
  22378.         activate
  22379.     end tell
  22380. on error errMsg number errNum
  22381.     --enter statements to perform when no records are found such as...
  22382.     display dialog "Sorry, the item you selected could not be found."
  22383.     return
  22384. end try
  22385. e    No Changef:ColorSync
  22386. calibrator
  22387. scripting
  22388. profile
  22389. gamma
  22390. tag colorq
  22391. Dev.CD Mar 00 RL Disk 1
  22392.     D!All Packages
  22393. Mac OS SDK Edition
  22394. ColorSync Photoshop Plugins 2.1
  22395.     tell application "Finder"
  22396.         open item "Dev.CD Apr 92"
  22397.         activate
  22398.     end tell
  22399. on error errMsg number errNum
  22400.     --enter statements to perform when no records are found such as...
  22401.     display dialog "Sorry, the item you selected could not be found."
  22402.     return
  22403. end try
  22404. All Packages
  22405. System 7 Tune-UpV
  22406. 60992X
  22407. W your applications.
  22408. Speed Your Software Development with MacApp.  Let MacApp 
  22409. take care of the user so you can focus on writing
  22410. and reusing
  22411. code.
  22412. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  22413. Unofficial C++ Style Guide.  How to harness C++
  22414. s power without getting tripped up by some of its less savory features.
  22415. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  22416. J(develop Issue  2:
  22417. develop Issue  2 code:K
  22418. Vol IIIL
  22419. Jun 95izeMust to false on ent
  22420. Summary: This is the electronic version of develop magazine.
  22421.  Issue 3 highlights:
  22422. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  22423. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  22424. s native file format, and how to implement them.
  22425. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  22426. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  22427. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  22428. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  22429. nothing
  22430. noticed
  22431. notifier
  22432. notify
  22433. notions
  22434. novell
  22435. novemberj
  22436. novice
  22437. nsarray
  22438. manager
  22439. library
  22440. plug-ins
  22441. network
  22442. administrator's
  22443. guide
  22444. second
  22445. edition
  22446. nsstring
  22447. nsthread
  22448. nubusQ
  22449. nubustester
  22450. nubustester
  22451. library
  22452. source
  22453. detect
  22454. early
  22455. macintosh
  22456. number
  22457. numbers
  22458. numerals
  22459. numerousp
  22460. nvram
  22461. nvramrc
  22462. objectQ
  22463. object-based
  22464. control
  22465. scroll
  22466. scroll
  22467. driver
  22468. localization
  22469. localization
  22470. japan
  22471. localizers
  22472. locationt
  22473. locator
  22474. lockvol
  22475. lockvol
  22476. lurkers
  22477. lurkers
  22478. hosesample
  22479. application
  22480. environment
  22481. graphics
  22482. primer
  22483. runtime
  22484. architectures
  22485. market
  22486. media
  22487. memory
  22488. modern
  22489. module
  22490. monitorr
  22491. navigator
  22492. newsi
  22493. notesS
  22494. onescannerg
  22495. opp's
  22496. palette
  22497. parserV
  22498. performance
  22499. photoshop
  22500. player
  22501. plugins
  22502. postscript
  22503. primer
  22504. B specification.
  22505. e    No Changef
  22506. performance analysisq
  22507. Dev.CD May 00 TC
  22508. All Packages
  22509. MultiFinder 6.1b9O
  22510. Dev.CD July 92
  22511. Dev.CD June 92
  22512. Dev.CD May 92
  22513. Dev.CD Apr 92
  22514. Dev.CD Mar 92
  22515. Dev.CD Feb 92
  22516. Dev.CD Jan 92
  22517. Dev.CD Vol. XI
  22518. Dev.CD Vol. X
  22519. Dev.CD Vol. IX
  22520. Dev.CD Vol. VII
  22521. Dev CD Vol. VI
  22522. Dev CD Vol. V
  22523. Dev CD Vol. IVP
  22524. Dev.CD July 92
  22525. Dev.CD June 92
  22526. Dev.CD May 92
  22527. Dev.CD Apr 92
  22528. Dev.CD Mar 92
  22529. Dev.CD Feb 92
  22530. Dev.CD Jan 92
  22531. Dev.CD Vol. XI
  22532. Dev.CD Vol. X
  22533. Dev.CD Vol. IX
  22534. Dev.CD Vol. VII
  22535. Dev CD Vol. VI
  22536. Dev CD Vol. V
  22537. Dev CD Vol. IV
  22538. 61772X
  22539. July 9
  22540. RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Mar 00 RL
  22541.  - Technical Documentation
  22542.  - develop
  22543.  - develop Issue  9me
  22544.  movies from videotape.
  22545. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  22546. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  22547. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  22548. Set Movie Information: An appli
  22549. Summary:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  22550. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hB
  22551. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  22552. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  22553. Sample Code.imgK
  22554. Jan 96L
  22555. Dev.CD May 00 TC:Sample Code:P
  22556. Dev.CD May 00 TC
  22557.  - Sample Codeh when _ADBReInit is called.J+ADBReInit
  22558. ADBReInit Note
  22559. ADBReInit Note.txtK
  22560. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  22561. 57659X
  22562. 1e    No Change
  22563. 61499X
  22564. May 00^
  22565. --set theItem to choose file -- uncomment to test in an AS editor
  22566.     tell application "Finder"
  22567.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  22568.         activate
  22569.     end tell
  22570. on error errMsg number errNum
  22571.     --enter statements to perform when no records are found such as...
  22572.     display dialog "Sorry, the item you selected could not be found."
  22573.     return
  22574. end try
  22575. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  22576. Dev.CD May 00 TC
  22577. D!All Packages
  22578. Tool Chest Edition
  22579. Color Locator DA
  22580. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  22581. Color Locator DAK
  22582. Vol VL
  22583. Vol VIInge
  22584. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  22585. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  22586. SetPDiMC:  This MPW toolG
  22587.  sets the 
  22588. Printer Driver Is MultiFinder Compatible
  22589.  flag (see 
  22590. Learning to Drive
  22591.  on the Developer Essentials disc).
  22592. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  22593. Sample Code.imgK
  22594. Nov 94L
  22595. Nov 96O
  22596. Dev.CD May 00 TC:Sample Code:P
  22597. Dev.CD May 00 TC
  22598.  - Sample CodeW
  22599. bugfix
  22600. buggy
  22601. b--set theItem to choose file -- uncomment to test in an AS editor
  22602.     tell application "Finder"
  22603.         open item "Dev.CD Apr 93"
  22604.         activate
  22605.     end tell
  22606. on error errMsg number errNum
  22607.     --enter statements to perform when no records are found such as...
  22608.     display dialog "Sorry, the item you selected could not be found."
  22609.     return
  22610. end try
  22611. inputs
  22612. inputsprocket
  22613. inputstream
  22614. inputting
  22615. inquiry
  22616. insanely
  22617. inscript
  22618. insensitivity
  22619. insert
  22620. inserted
  22621. insertion
  22622. inside[
  22623. installx
  22624. installationZ
  22625. summary
  22626. audio
  22627. palette
  22628. developer
  22629. documentation
  22630. contains
  22631. summary
  22632. february
  22633. edition
  22634. apple
  22635. publications
  22636. summary
  22637. navigable
  22638. movie
  22639. toolkit
  22640. hypercard
  22641. stack
  22642. summary
  22643. scanner
  22644. development
  22645. contains
  22646. documentation
  22647. summary
  22648. virtual
  22649. server
  22650. attempt
  22651. provide
  22652. piece
  22653. summary
  22654. collects
  22655. information
  22656. about
  22657. system
  22658. summary
  22659. developer's
  22660. package
  22661. includes
  22662. appleshar@
  22663. summary
  22664. contains
  22665. information
  22666. describing
  22667. summary
  22668. folder
  22669. contains
  22670. documents
  22671. about
  22672. programming
  22673. summary
  22674. folder
  22675. contains
  22676. goodies
  22677. developer
  22678. tech@
  22679. summary
  22680. installer
  22681. install
  22682. files
  22683. needed
  22684. worldscr@
  22685. summary
  22686. da/application
  22687. allows
  22688. examine
  22689. developeru
  22690. developmentm
  22691. diagrams
  22692. digital
  22693. digital
  22694. asset
  22695. management
  22696. digital
  22697. storyboard
  22698. directionsj
  22699. disku
  22700. multi-processing
  22701. multicast
  22702. multihoming
  22703. multilingual
  22704. multilingual
  22705. editing
  22706. multilingual
  22707. editor
  22708. multimedia
  22709. multiple
  22710. multiple
  22711. monitor
  22712. multiple
  22713. multiprocessing
  22714. multiprocessor
  22715. multitasking
  22716. music
  22717. music
  22718. movie
  22719. mutable
  22720. mutable
  22721. string
  22722. named
  22723. named
  22724. navigable
  22725. navigable
  22726. movies
  22727. navigation
  22728. navigation
  22729. services
  22730. ctsupportlib
  22731. opaque
  22732. opaque
  22733. types
  22734. systems
  22735. transport
  22736. opentransport
  22737. optimizing
  22738. option
  22739. option
  22740. management
  22741. ordered
  22742. ordered
  22743. collection
  22744. ot/ppp
  22745. ot/ppp
  22746. transport
  22747. otfifo
  22748. otlifo
  22749. otlink
  22750. otoptionmanagment
  22751. ottcpwilldial
  22752. override
  22753. override
  22754. quickdraw
  22755. table
  22756. resource
  22757. coachmarks
  22758. coach 
  22759. sequences
  22760. Help Browser
  22761. Help Center
  22762. user help
  22763. user guide
  22764. help pages
  22765. ATSUI
  22766. Unicode
  22767. imaging
  22768. fonts
  22769. characters
  22770. glyphs
  22771. layout
  22772. network
  22773. location
  22774. Network Services Location Manager
  22775. clock
  22776. Date & Time
  22777. fonts
  22778. Font Manager
  22779. Font Management
  22780. Multilingual Text Editor
  22781. TextEdit
  22782. MultiLingual Text Editing
  22783. Unicode
  22784. 32K limit
  22785. 32K barrier
  22786. fonts
  22787. FontSync
  22788. Font Sync
  22789. mismatch
  22790. match
  22791. matching
  22792. File Manager
  22793. HFS Plus
  22794. Unicode
  22795. named fC
  22796. filename
  22797. file system
  22798. ATSUI
  22799. Apple Type Services for Unicode Imaging
  22800. Apple Advanced Typography
  22801. typography
  22802. fonts
  22803. Unicode
  22804. rendering
  22805. Carbon
  22806. CarbonLib
  22807. porting
  22808. Mac OS 9
  22809. PPDev.CD Apr 00 SDK1
  22810.  - Development Kits
  22811.  - Mac OS
  22812.  - MRJ
  22813.  - MRJ 2.1.4 Web Installsion
  22814. I/O RAM CardBusq
  22815. Dev.CD Jul 98 SSW/SDK
  22816. ND!All Packages
  22817. Tool Chest Edition
  22818. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  22819. Hardware tools.imgK
  22820. Vol IIIO?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  22821.  - Tool Chest
  22822.  - Testing & Debugging
  22823.  - Hardware toolsV
  22824. 60340X
  22825. May 00^
  22826. --set theItem to choose file -- uncomment to test in an AS editor
  22827.     tell application "Finder"
  22828.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  22829.         activate
  22830.     end tell
  22831. on error errMsg number errNum
  22832.     --enter statements to perform when no records are found such as...
  22833.     display dialog "Sorry, the item you selected could not be found."
  22834.     return
  22835. end try
  22836. e    No Changeq
  22837. Dev.CD May 00 TC
  22838. OD!All Packages
  22839. Tool Chest Edition
  22840. DIMM Config&Interleave v1.1
  22841. actually
  22842. graphical
  22843. editor
  22844. which
  22845. create
  22846. adaptT
  22847. adaptation
  22848. adapts
  22849. adbop
  22850. adbreinitV
  22851. add-ons
  22852. addchange
  22853. addedw
  22854. addendumg
  22855. addheader
  22856. adding^
  22857. additionc
  22858. additionala
  22859. additionally
  22860. additionsj
  22861. addresmenu
  22862. addresmenu7.1
  22863. addressh
  22864. address
  22865. resolution
  22866. protocol
  22867. protocol
  22868. mapping
  22869. tems in the System Folder.
  22870. on Hammerhead-based PCI PowerMacs, such as the 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. It doesn't support any Nubus machine, including the original PowerMac, or PowerMacs which use a memory controller other than a Hammerhead-based, such as the 4400, 6400 or 7200.
  22871. DIMM Config&Interleave
  22872. DIMM Config.rsrc
  22873. DIMM Configuration Read Me v1.1
  22874. DIMM Interleave Rlsd.
  22875. DIMM Interleave Rlsd.
  22876.  Data
  22877. FindHammerHead.c
  22878. Interleave.c
  22879. Interleave.h
  22880. TestBanks.cK
  22881. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD May 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD May 00 TC
  22882.  - Tool Chest
  22883.  - Memory
  22884.  - DIMM Config&Interleave v1.1pr 95"
  22885.         activate
  22886.     end tell
  22887. on error errMsg number errNum
  22888.     --enter statements to perform when no records are found such as...
  22889.     display dialog "Sorry, the item you selected could not be found."
  22890.     return
  22891. end try
  22892. All Packages
  22893. QuickDraw GXO
  22894. Dev.CD Apr 95P
  22895. Dev.CD Apr 9V
  22896. 60744X
  22897. Apr 95
  22898. editions
  22899. editorN
  22900. editor'sj
  22901. editors
  22902. edittext
  22903. edittextcdev
  22904. educationalj
  22905. eenie
  22906. effect
  22907. bytes
  22908. cableT
  22909. cache
  22910. cachedp
  22911. calibration
  22912. call`
  22913. call-backs
  22914. callbacks
  22915. calledW
  22916. callhyper
  22917. calling
  22918. calls`
  22919. cannot
  22920. capabilites
  22921. All Packages
  22922. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  22923. Dev.CD Jan 94
  22924. Dev.CD Oct 93
  22925. Dev.CD Jul 93
  22926. Dev.CD Apr 93PDDev.CD Apr 94
  22927. Dev.CD Jan 94
  22928. Dev.CD Oct 93
  22929. Dev.CD Jul 93
  22930. Dev.CD Apr 9V
  22931. 62460X
  22932. Apr 94
  22933. --set theItem to choose file -- uncomment to test in an AS editor
  22934.     tell application "Finder"
  22935.         open item "Dev.CD Apr 94
  22936. Dev.CD Jan 94
  22937. Dev.CD Oct 93
  22938. Dev.CD Jul 93
  22939. Dev.CD Apr 93"
  22940.         activate
  22941.     end tell
  22942. on error errMsg number errNum
  22943.     --enter statements to perform when no records are found such as...
  22944.     display dialog "Sorry, the item you selected could not be found."
  22945.     return
  22946. end try
  22947. All Packages
  22948. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  22949. Dev.CD Jan 94
  22950. Dev.CD Oct 93
  22951. Dev.CD Jul 93
  22952. Dev.CD Apr 93PDDev.CD Apr 94
  22953. Dev.CD Jan 94
  22954. Dev.CD Oct 93
  22955. Dev.CD Jul 93
  22956. Dev.CD Apr 9V
  22957. 62461X
  22958. Apr 94
  22959. All Packages
  22960. System Enabler 065 (LC 575)O
  22961. Dev.CD Apr 94
  22962. Dev.CD Jan 94P
  22963. Dev.CD Apr 94
  22964. Dev.CD Jan 9V
  22965. 62367X
  22966. Apr 94
  22967. p--set theItem to choose file -- uncomment to test in an AS editor
  22968.     tell application "Finder"
  22969.         open item "Dev.CD Apr 94
  22970. Dev.CD Jan 94"
  22971.         activate
  22972.     end tell
  22973. on error errMsg number errNum
  22974.     --enter statements to perform when no records are found such as...
  22975.     display dialog "Sorry, the item you selected could not be found."
  22976.     return
  22977. end try
  22978. All Packages
  22979. System Enabler 065 (LC 575)O
  22980. Dev.CD Apr 94
  22981. Dev.CD Jan 94P
  22982. Dev.CD Apr 94
  22983. Dev.CD Jan 9V
  22984. 62368X
  22985. Apr 94
  22986. ows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  22987. QuickDraw GX Graphics
  22988. This book shows  
  22989.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  22990. JbDMZ.68k
  22991. DMZ.fat
  22992. dmz.make
  22993. .ppc.sc
  22994. .rsrc
  22995. Objects
  22996. sources
  22997. Think DMZ.ppcK
  22998. Sep 92L
  22999. Jul 96M
  23000. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolO@Dev.CD May 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:PHDev.CD May 00 TC
  23001.  - Tool Chest
  23002.  - Networking
  23003.  - Network Watch (DMZ) v1.5rbina. The sequence grabber component supports capture of any media type. Here
  23004. s how to use it.
  23005. JEdevelop Issue 19:
  23006. develop Issue 19 code:
  23007. develop Issue 19 references:K
  23008. Vol IIIL
  23009. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  23010. finderevents
  23011. events
  23012. finder
  23013. label
  23014. ckets directly to an ethernet driver using the Open Transport XTI API. 
  23015. The sample program implements both send and receive. Demonstrates the following.
  23016. 1. How to determine which port AppleTalk is currently using
  23017. 2. List available ethernet drivers
  23018. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  23019. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  23020. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  23021. Sample Code.imgK
  23022. Nov 98M
  23023. See the readme fileNCEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3O
  23024. Dev.CD May 00 TC:Sample Code:P
  23025. Dev.CD May 00 TC
  23026.  - Sample Codeay 00 TC:Sample Code:P
  23027. Dev.CD May 00 TC
  23028.  - Sample CodeV
  23029. 59040X
  23030. 1le CodeV
  23031. 59040X
  23032. 1e    No Change
  23033. Summary:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  23034.  How to write a Faceless Background Application that performs a task.
  23035.  Sending and receiving application specific Apple events.
  23036.  How to receive AppleScript subroutine Apple events.
  23037.  Use of the Notification Manager to notify users using alerts, flashing menu bar icon and sound.
  23038.  PBCatSearch() of files between modification dateB?s.
  23039.  How to write a script application that runs in idle time.
  23040. Sample Code.imgK
  23041. Apr 96L
  23042. May 97N
  23043. background apple eventO
  23044. Dev.CD May 00 TC:Sample Code:P
  23045. Dev.CD May 00 TC
  23046.  - Sample Codever this is placed a Movie which is drawn in front of the composited image.J
  23047. Sample Code.imgK
  23048. Feb 00
  23049. C:Sample Code:V
  23050. 59024X
  23051. 1e    No Change
  23052. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  23053.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  23054. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  23055. Issues:  Only tested under System 7.
  23056. Stress testing tools.imgK
  23057. Apr 94N
  23058. Utility, Tool, Low Disk SpaceOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD May 00 TC
  23059.  - Tool Chest
  23060.  - Testing & Debugging
  23061.  - Stress testing tools1e    No Change
  23062. guide
  23063. guide
  23064. contents
  23065. guidelines
  23066. spooler
  23067. patch
  23068. viewX
  23069. viewed
  23070. viewer
  23071. and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  23072.  Install Ad Lib 3.0.1
  23073. Apr 00L
  23074. Apr 00
  23075. A$Mac OS 8 or later.  68020 or better.
  23076. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:PBDev.CD Apr 00 SDK1
  23077.  - What's New
  23078.  - Tool Chest
  23079.  - MacApp
  23080.  - Ad Lib
  23081. Jul 98ences
  23082. prefse
  23083. prefs
  23084. system
  23085. previous
  23086. primer
  23087. onescannerg
  23088.  success!
  23089. 61574X
  23090. May 00^
  23091. --set theItem to choose file -- uncomment to test in an AS editor
  23092.     tell application "Finder"
  23093.         open item "Dev.CD May 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  23094.         activate
  23095.     end tell
  23096. on error errMsg number errNum
  23097.     --enter statements to perform when no records are found such as...
  23098.     display dialog "Sorry, the item you selected could not be found."
  23099.     return
  23100. end try
  23101. e    No Changef/DIMM
  23102. Interleaving
  23103. memory
  23104. configuration
  23105. DRAMq
  23106. Dev.CD May 00 TC
  23107. PD(All Packages
  23108. Reference Library Edition
  23109. Disinfectant 3.7.1I
  23110. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  23111. Features: Disinfectant detects and removes known Mac viruses.  J
  23112. DisinfectantK
  23113. Vol IIIL
  23114. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  23115.  - Utilities
  23116.  - Disinfectant 3.7.1V
  23117. 61575X
  23118. Dec 99^
  23119. #nd."
  23120.     return
  23121. end try
  23122. All Packages
  23123. QuickDraw GXV
  23124. 60747X
  23125. 61414X
  23126. Mar 00^    RL Disk 1
  23127. --set theItem to choose file -- uncomment to test in an AS editor
  23128.     tell application "Finder"
  23129.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:"
  23130.         activate
  23131.     end tell
  23132. on error errMsg number errNum
  23133.     --enter statements to perform when no records are found such as...
  23134.     display dialog "Sorry, the item you selected could not be found."
  23135.     return
  23136. end try
  23137. e    No Changeq
  23138. Dev.CD Mar 00 RL Disk 1
  23139. 0D!All Packages
  23140. Mac OS SDK Edition
  23141. Apple Guide
  23142. disassemblepictures
  23143. disassembly
  23144. discV
  23145. discard
  23146. nationalv
  23147. native
  23148. natural
  23149. navigateZ
  23150. navigationi
  23151. nearly
  23152. necessaryq
  23153. needo
  23154. needed^
  23155. needsT
  23156. net/biz/bbsw
  23157. netcom
  23158. 9J4Install OpenGL
  23159. Installer
  23160. OpenGL Parts
  23161. OpenGL Read MeK
  23162. Jul 99L
  23163. Jan 00M
  23164.  A PowerPC
  23165.  based computer with a minimum of 32 megabytes of memory (RAM)
  23166.  Mac OS System 8.1 or later
  23167.  QuickDraw3D 1.6 or laterN
  23168. OpenGL, 3D, graphics
  23169. O2Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Apr 00 SDK1
  23170.  - Development Kits
  23171.  - Mac OS
  23172.  - OpenGLV
  23173. 61808X
  23174. Apr 00^
  23175. --set theItem to choose file -- uncomment to test in an AS editor
  23176.     tell application "Finder"
  23177.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:"
  23178.         activate
  23179.     end tell
  23180. on error errMsg number errNum
  23181.     --enter statements to perform when no records are found such as...
  23182.     display dialog "Sorry, the item you selected could not be found."
  23183.     return
  23184. end try
  23185. e    No Changef
  23186. OpenGL
  23187. graphics
  23188. o%ftp://ftp.apple.com/developer/opengl/q
  23189. Dev.CD Apr 00 SDK1
  23190. :D!All Packages
  23191. Tool Chest Edition
  23192. Optimization TN Demos
  23193. Jul 95
  23194. specifically
  23195. specificationo
  23196. mismatched
  23197. misrecognized
  23198. missing
  23199. mistake
  23200. mixed
  23201. mixed-mode
  23202. mixed-partition
  23203. mixer
  23204. mixing
  23205. mobile
  23206. mockup
  23207. modal
  23208. terfaces
  23209. internationals
  23210. international
  23211. 1.5.1
  23212. iso9660
  23213. sample
  23214. issue
  23215. errNum
  23216.     --enter statements to perform when no records are found such as...
  23217.     display dialog "Sorry, the item you selected could not be found."
  23218.     return
  23219. end try
  23220. e    No Changef
  23221. OpenTransport
  23222. cache
  23223. displayq
  23224. Dev.CD May 00 TC
  23225. fD!All Packages
  23226. Tool Chest Edition
  23227. DumpNetworkSetup
  23228.        return
  23229. end try
  23230. All Packages
  23231. QuickDraw 3DO
  23232. Dev.CD Jun 97 SSWP
  23233. Dev.CD Jun 97 SSV
  23234. 58203X
  23235. Jun 97
  23236. 1/97.pdf
  23237. Feb 97L
  23238. Sep 97d
  23239. Jan 00L
  23240. Feb 00M
  23241. web browserN6WebObjects, WebObjects 4, Mac OS X Server, Web ObjectsO:Dev.CD Mar 00 RL Disk 2:Technical Publications:webobjects:P?Dev.CD Mar 00 RL Disk 2
  23242.  - Technical Publications
  23243.  - webobjectsu
  23244. aspects
  23245. assembled
  23246. embly-level
  23247. assigned
  23248. assignments
  23249. assist
  23250. assistancex
  23251. assistantj
  23252. assistants
  23253. assists
  23254. associatedQ
  23255. associationz
  23256. assume
  23257. assumption
  23258. assure
  23259. asynchronous
  23260. asynchronous
  23261. background
  23262. networking
  23263. macintosh
  23264. harry
  23265. asynchronously
  23266. --set theItem to choose file -- uncomment to test in an AS editor
  23267.     tell application "Finder"
  23268.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  23269.         activate
  23270.     end tell
  23271. on error errMsg number errNum
  23272.     --enter statements to perform when no records are found such as...
  23273.     display dialog "Sorry, the item you selected could not be found."
  23274.     return
  23275. end try
  23276. enable the EOM (End-of-message option).
  23277. 4. Using OptionManagement to set 
  23278. Ithe default server message.
  23279. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  23280. Sample Code.imgK
  23281. Mar 98L
  23282. Sep 99O
  23283. Dev.CD May 00 TC:Sample Code:Picture Utilities methods work and gives you tips on developing your own methods.
  23284. Print Hin
  23285. woodcock
  23286. words
  23287. word-processing
  23288. wordperfect
  23289. wordsj
  23290. wordservices
  23291. workh
  23292. work-arounds
  23293. work-flow
  23294. workable
  23295. workaround
  23296. workarounds
  23297. tation
  23298. workstations
  23299. worldR
  23300. world's
  23301. worlds
  23302. worldscript
  23303. worldwide
  23304. worldwrite
  23305. worry
  23306. would
  23307. wprocasm
  23308. wrapcommenttext
  23309. wringer
  23310. writec
  23311. writer
  23312. writers
  23313. writes
  23314. writingw
  23315. 61564X
  23316. Mar 00^
  23317. --set theItem to choose file -- uncomment to test in an AS editor
  23318.     tell application "Finder"
  23319.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  8:"
  23320.         activate
  23321.     end tell
  23322. on error errMsg number errNum
  23323.     --enter statements to perform when no records are found such as...
  23324.     display dialog "Sorry, the item you selected could not be found."
  23325.     return
  23326. end try
  23327. Next CDq
  23328. Dev.CD Mar 00 RL
  23329. FD(All Packages
  23330. Reference Library Edition
  23331. develop Issue  9
  23332. p--set theItem to choose file -- uncomment to test in an AS editor
  23333.     tell application "Finder"
  23334.         open item "Dev.CD Jul 93
  23335. Dev.CD Apr 93"
  23336.         activate
  23337.     end tell
  23338. on error errMsg number errNum
  23339.     --enter statements to perform when no records are found such as...
  23340.     display dialog "Sorry, the item you selected could not be found."
  23341.     return
  23342. end try
  23343. All Packages
  23344. F    QuickTimeO
  23345. Dev.CD Jul 93
  23346. Dev.CD Apr 93V
  23347. 60848X
  23348. mO6Dev.CD Apr 00 SDK1:What's New:Development Kits:Mac OS:P>Dev.CD Apr 00 SDK1
  23349.  - What's New
  23350.  - Development Kits
  23351.  - Mac OSV
  23352. 61476X
  23353. Apr 00^
  23354. --set theItem to choose file -- uncomment to test in an AS editor
  23355.     tell application "Finder"
  23356.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Mac OS:"
  23357.         activate
  23358.     end tell
  23359. on error errMsg number errNum
  23360.     --enter statements to perform when no records are found such as...
  23361.     display dialog "Sorry, the item you selected could not be found."
  23362.     return
  23363. end try
  23364. e    No Changef
  23365. Carbon
  23366.  CarbonLibo
  23367. http://developer.apple.com/sdkq
  23368. Dev.CD Apr 00 SDK1
  23369. nD!All Packages
  23370. Mac OS SDK Edition
  23371. CardBus DDK
  23372. power
  23373. macintosh
  23374. developers
  23375. power-on
  23376. powerbookW
  23377. yperCard Player 2.4ts to perform when no records are found such as...
  23378.     display dialog "Sorry, the item you selected could not be found."
  23379.     return
  23380. end try
  23381. appletalk
  23382. ethertalk
  23383. tokentalk
  23384. network
  23385. ethernet
  23386. token
  23387. appletalk
  23388. networking
  23389. appletalk
  23390. router
  23391. internet
  23392. application
  23393. appstogo
  23394. appstogo
  23395. appwannabe
  23396. wannabe
  23397. stylechat
  23398. appwannabe
  23399. arabic
  23400. architecture
  23401. archiving
  23402. arrangement
  23403. aslmu
  23404. apple
  23405. shared
  23406. library
  23407. manager
  23408. dynamic
  23409. libraryu
  23410. profiler
  23411. apple
  23412. systemx
  23413. assemblers
  23414. assembly
  23415. assistance
  23416. assistant
  23417. async
  23418. async
  23419. asynchronous
  23420. driver
  23421. table
  23422. nection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  23423. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  23424. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  23425. truffles
  23426. truncate
  23427. truth
  23428. trying
  23429. tsmte
  23430. ttextgridview
  23431. ttextlistview
  23432. tuneplayer
  23433. tuning
  23434. tupledumper
  23435. tuples
  23436. turbo
  23437. turnedA
  23438. turning
  23439. turns
  23440. turtle
  23441. tutorialq
  23442. tween
  23443. twiddle
  23444. twisted
  23445. twists
  23446. two-byte
  23447. two-part
  23448. two-phase
  23449. two-way
  23450. twocolumn
  23451. twofold
  23452. txratio
  23453. typea
  23454. typechar
  23455. 61558X
  23456. Mar 00^    RL Disk 1
  23457. --set theItem to choose file -- uncomment to test in an AS editor
  23458.     tell application "Finder"
  23459.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:"
  23460.         activate
  23461.     end tell
  23462. on error errMsg number errNum
  23463.     --enter statements to perform when no records are found such as...
  23464.     display dialog "Sorry, the item you selected could not be found."
  23465.     return
  23466. end try
  23467. e    No Changeq
  23468. Dev.CD Mar 00 RL Disk 1
  23469. @D(All Packages
  23470. Reference Library Edition
  23471. develop Issue  3
  23472.     ting
  23473. automation
  23474. aware
  23475. background
  23476. background
  23477. apple
  23478. event
  23479. background
  23480. color
  23481. window
  23482. background-only
  23483. backside
  23484. backup
  23485. balloon
  23486. balloon
  23487. balloons
  23488. bandai
  23489. bandwidthA
  23490. barrier
  23491. services
  23492. colour
  23493. table
  23494. component
  23495. compression
  23496. computer
  23497. computer
  23498. based
  23499. media
  23500. conditional
  23501. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  23502. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  23503. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  23504. ep 99
  23505. involving
  23506. iostreams
  23507. iotracer
  23508. ipclister
  23509. ipclistports
  23510. Wcted could not be found."
  23511.     return
  23512. end try
  23513. 62117X
  23514. Apr 00^
  23515. --set theItem to choose file -- uncomment to test in an AS editor
  23516.     tell application "Finder"
  23517.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  23518.  VR:"
  23519.         activate
  23520.     end tell
  23521. on error errMsg number errNum
  23522.     --enter statements to perform when no records are found such as...
  23523.     display dialog "Sorry, the item you selected could not be found."
  23524.     return
  23525. end try
  23526. e    No Changeq
  23527. Dev.CD Apr 00 SDK1
  23528. oD!All Packages
  23529. Tool Chest Edition
  23530. QuickTime VR Tools 1.0b2
  23531. interface
  23532. interfaces
  23533. iostreams
  23534. cd-rom
  23535. device
  23536. driver
  23537. inputsprocket
  23538. powerplant
  23539. items
  23540. japanese
  23541. after
  23542. wombat
  23543. joystick
  23544. --set theItem to choose file -- uncomment to test in an AS editor
  23545.     tell application "Finder"
  23546.         open item "Dev.CD Apr 94
  23547. Dev.CD Jan 94
  23548. Dev.CD Oct 93
  23549. Dev.CD Jul 93"
  23550.         activate
  23551.     end tell
  23552. on error errMsg number errNum
  23553.     --enter statements to perform when no records are found such as...
  23554.     display dialog "Sorry, the item you selected could not be found."
  23555.     return
  23556. end try
  23557. hasn't
  23558. haveZ
  23559. b--set theItem to choose file -- uncomment to test in an AS editor
  23560.     tell application "Finder"
  23561.         open item "Dev.CD Apr 94"
  23562.         activate
  23563.     end tell
  23564. on error errMsg number errNum
  23565.     --enter statements to perform when no records are found such as...
  23566.     display dialog "Sorry, the item you selected could not be found."
  23567.     return
  23568. end try
  23569. DS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  23570. Technology: develop,
  23571.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  23572. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  23573. November 1995 Apple Directions Articles
  23574. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  23575. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  23576. M<ScriptSwitcher8 updates ScriptSwitcher to work on System 8.0N
  23577. scriptswitcher script switcherO8Dev.CD May 00 TC:Tool Chest:Localization:ScriptSwitcher:P@Dev.CD May 00 TC
  23578.  - Tool Chest
  23579.  - Localization
  23580.  - ScriptSwitcherV
  23581. 62135X
  23582. May 00^
  23583. --set theItem to choose file -- uncomment to test in an AS editor
  23584.     tell application "Finder"
  23585.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ScriptSwitcher:"
  23586.         activate
  23587.     end tell
  23588. on error errMsg number errNum
  23589.     --enter statements to perform when no records are found such as...
  23590.     display dialog "Sorry, the item you selected could not be found."
  23591.     return
  23592. end try
  23593. e    No Changef
  23594. scriptswitcher script switcherq
  23595. Dev.CD May 00 TC
  23596. D!All Packages
  23597. Mac OS SDK Edition
  23598. ScriptX 1.5.1
  23599. downfall
  23600. download
  23601. download
  23602. directory
  23603. listing
  23604. download
  23605. given
  23606. downloading
  23607. downloads
  23608. dozen
  23609. dozens
  23610. Jan 00L
  23611. Feb 00M
  23612. web browser
  23613. text, encoding, Unicode, script, language, conversion, games, input device, sprocket, joystick, gamepad, gaming, blanking, screen, display, buffering, games, sprocket, gaming, networking, games, multiprocessing, preemptive task, multitasking, threads, threading, cons, Icon Services, Icon Utilities, 'icns', icon family, icon resources, IconRef, icon plotting, Navigation Services, Standard File, file management, file 
  23614. navigation, opening files, saving files, Network Services Location, file p
  23615. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:ng
  23616. calls`
  23617. calvacom
  23618. cancelwindowcheckout
  23619. cannot
  23620. capabilites
  23621. --set theItem to choose file -- uncomment to test in an AS editor
  23622.     tell application "Finder"
  23623.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  23624.         activate
  23625.     end tell
  23626. on error errMsg number errNum
  23627.     --enter statements to perform when no records are found such as...
  23628.     display dialog "Sorry, the item you selected could not be found."
  23629.     return
  23630. end try
  23631. enhanced
  23632. survival
  23633. guide
  23634. enterprise
  23635. enterprise
  23636. environment
  23637. eomodeler
  23638. eomodeler
  23639. erasefile
  23640. erasefile
  23641. erratam
  23642. error
  23643. error
  23644. handler
  23645. error
  23646. handler
  23647. ethernet
  23648. eventm
  23649. eventloop
  23650. eventloop
  23651. extensions-applebuil
  23652. extensions-mcwbuilt
  23653. extractors
  23654. features
  23655. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  23656. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  23657. JTPAP Client - Read Me First
  23658. PAP Client Interface
  23659. PAP.a.o
  23660. PAP.h
  23661. PAP.p
  23662. PAPWorkStation.oK
  23663. Apr 96L
  23664. Oct 96N
  23665. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  23666.  - Development Kits (Disc 1)
  23667.  - Macintosh PAP Client Interface the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  23668. JaApple Grayscale Appearance:
  23669. Human Interface Guidelines
  23670. Human Interface Notes
  23671. MacOS8Documentation:K
  23672. Jul 93M
  23673. Adobe Acrobat Reader.
  23674. OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  23675.  - Development Kits (Disc 1)
  23676.  - MacTCP
  23677.  - MacTCP Developer ToolsV
  23678. 61737X
  23679. Apr 98^
  23680. --set theItem to choose file -- uncomment to test in an AS editor
  23681.     tell application "Finder"
  23682.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  23683.         activate
  23684.     end tell
  23685. on error errMsg number errNum
  23686.     --enter statements to perform when no records are found such as...
  23687.     display dialog "Sorry, the item you selected could not be found."
  23688.     return
  23689. end try
  23690. e    No Changef!TCP/IP
  23691. networking
  23692. standards basedq
  23693. Dev.CD Apr 98 SDK1
  23694. D!All Packages
  23695. Mac OS SDK Edition
  23696. MacTCP SDK 2.0.6
  23697.     ec 99M
  23698. Mac OS 9N!packages, Mac OS 9, package awareOSDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:P^Dev.CD Mar 00 RL Disk 1
  23699.  - What's New
  23700.  - Sample Code
  23701.  - Human Interface Toolbox
  23702.  - PackageToolV
  23703. 59345X
  23704. Mar 00e    No Change
  23705. --set theItem to choose file -- uncomment to test in an AS editor
  23706.     tell application "Finder"
  23707.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  23708.         activate
  23709.     end tell
  23710. on error errMsg number errNum
  23711.     --enter statements to perform when no records are found such as...
  23712.     display dialog "Sorry, the item you selected could not be found."
  23713.     return
  23714. end try
  23715. f the FinderEvents, which have been with us since System 7.0.0. With this API yo
  23716. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  23717. Issues:
  23718. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  23719. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  23720. e    No Changef$Open Transport
  23721. STREAMS
  23722. module
  23723. driverq
  23724. Dev.CD May 00 TC
  23725. D!All Packages
  23726. Tool Chest Edition
  23727. SWAt 2.0b6
  23728. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  23729.  Finder
  23730.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  23731. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  23732. JBRead Me - SWAt 2.0b6
  23733. Read Me - SWAt 2.0b6.txt
  23734. SWAt User GuideK
  23735. May 94L
  23736. Nov 94N
  23737. CD, Finder Windows, HackO;Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD May 00 TC
  23738.  - Tool Chest
  23739.  - Developer Utilities
  23740.  - SWAt 2.0b6V
  23741. 62201X
  23742. May 00^
  23743. drawsprocketlib
  23744. drawtextcodec
  23745. drawtextcodec
  23746. example
  23747. drawtkl
  23748. drawtkl
  23749. drawtkl
  23750. 62126X
  23751. Oct 97^
  23752. --set theItem to choose file -- uncomment to test in an AS editor
  23753.     tell application "Finder"
  23754.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  23755.         activate
  23756.     end tell
  23757. on error errMsg number errNum
  23758.     --enter statements to perform when no records are found such as...
  23759.     display dialog "Sorry, the item you selected could not be found."
  23760.     return
  23761. end try
  23762. e    No Changeq
  23763. Dev.CD Oct 97 SDK1
  23764. xD!All Packages
  23765. Tool Chest Edition
  23766. Rinaldi Collection
  23767. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  23768. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  23769. Issues: Send any comments, bug reports, suggestions to:
  23770. AppleLink: RINALDI1
  23771. CalvaCom : FR10
  23772. Compuserve : 71170,2111
  23773. Internet : RINALDI1@APPLELINK@APPLE.COM  
  23774. Deleted
  23775. configureh
  23776. configured
  23777. configures
  23778. e -- uncomment to test in an AS editor
  23779.     tell application "Finder"
  23780.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  23781.         activate
  23782.     end tell
  23783. on error errMsg number errNum
  23784.     --enter statements to perform when no records are found such as...
  23785.     display dialog "Sorry, the item you selected could not be found."
  23786.     return
  23787. end try
  23788. Deletedf5Telephone Manager
  23789. Telephony
  23790. Analog
  23791. Phone
  23792. Dev.CD Jul 99 SDK1
  23793. All Packages
  23794. Text Encoding Converter 1.5
  23795. 61307X
  23796. -- uncomment to test in an AS editor
  23797.     tell application "Finder"
  23798.         open item "Dev.CD Apr 95
  23799. Dev.CD Jan 95"
  23800.         activate
  23801.     end tell
  23802. on error errMsg number errNum
  23803.     --enter statements to perform when no records are found such as...
  23804.     display dialog "Sorry, the item you selected could not be found."
  23805.     return
  23806. end try
  23807. All Packages
  23808. F    PowerTalkV
  23809. 56881X
  23810. products develop
  23811. Contents -> Extensions
  23812. Contents -> root of bootVol
  23813. Documentation
  23814. Experimental InterfaceLib
  23815. Interfaces & Libraries
  23816. Quick Start
  23817. Read Me
  23818. Test Target
  23819. ViewerK
  23820. Sep 97L
  23821. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Apr 00 SDK1
  23822.  - Development Kits
  23823.  - Mac OS
  23824.  - Instrumentation SDKV
  23825. 61666X
  23826. Apr 00^
  23827. --set theItem to choose file -- uncomment to test in an AS editor
  23828.     tell application "Finder"
  23829.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  23830.         activate
  23831.     end tell
  23832. on error errMsg number errNum
  23833.     --enter statements to perform when no records are found such as...
  23834.     display dialog "Sorry, the item you selected could not be found."
  23835.     return
  23836. end try
  23837. e    No Changef(instrumentation
  23838. performance analysisq
  23839. Dev.CD Apr 00 SDK1
  23840. D!All Packages
  23841. Tool Chest Edition
  23842. Int'l Developer Contacts 2/96f using 
  23843. rgbforecolor
  23844. rhapsody
  23845. rhapsody
  23846. pages
  23847. rhapsody
  23848. release
  23849. notes
  23850. ringQ
  23851. riser
  23852. robustness
  23853. rotation
  23854. router
  23855. routing
  23856. rules
  23857. runtime
  23858. sample
  23859. sample
  23860. saving
  23861. saving
  23862. files
  23863. saving
  23864. state
  23865. timing
  23866. scanner
  23867. summary
  23868. system
  23869. standard
  23870. window
  23871. definition
  23872. procedure
  23873. arabic
  23874. language
  23875. combination
  23876. system
  23877. elling a
  23878. ~--set theItem to choose file -- uncomment to test in an AS editor
  23879.     tell application "Finder"
  23880.         open item "Dev.CD Apr 94
  23881. Dev.CD Jan 94
  23882. Dev.CD Oct 93"
  23883.         activate
  23884.     end tell
  23885. on error errMsg number errNum
  23886.     --enter statements to perform when no records are found such as...
  23887.     display dialog "Sorry, the item you selected could not be found."
  23888.     return
  23889. end try
  23890. ould not be found."
  23891.     return
  23892. end try
  23893. Next CDq
  23894. Dev.CD Mar 00 RL
  23895. GD!All Packages
  23896. Mac OS SDK Edition
  23897. Developer Documentation
  23898.     corporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  23899. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  23900. http://www.apple.com/store
  23901. To get started,  you can go to the Developgo to the Develop
  23902. +PUDev.CD Nov 99 TC
  23903.  - Programs & Marketing
  23904.  - Apple Directions
  23905.  - Apple Directions 1996V
  23906. 61410X
  23907. Nov 99^
  23908. --set theItem to choose file -- uncomment to test in an AS editor
  23909.     tell application "Finder"
  23910.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  23911.         activate
  23912.     end tell
  23913. on error errMsg number errNum
  23914.     --enter statements to perform when no records are found such as...
  23915.     display dialog "Sorry, the item you selected could not be found."
  23916.     return
  23917. end try
  23918. Deletedq
  23919. Dev.CD Nov 99 TC
  23920. ,D!All Packages
  23921. Tool Chest Edition
  23922. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  23923. Apple Directions 01/97
  23924. Apple Directions 02/97
  23925. Apple Directions 03/97
  23926. Apple Directions 04/97
  23927. Apple Directions 05/97.pdf
  23928. Apple Directions 06/97.pdf
  23929. Apple Directions 07/97.pdf
  23930. Apple Directions 08/97.pdf
  23931. Apple Directions 09/97.pdf
  23932. Apple Directions 10/97.pdf
  23933. Apple Directions 11/97.pdf
  23934. Feb 97L
  23935. Sep 97d
  23936. Mac Logo
  23937. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  23938. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  23939.   1. Obtain the NEW Mac platform s) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  23940. This package is System 7.0 compatible.
  23941. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  23942. HC Stack Localization Navig.imgK
  23943. Vol VIIM
  23944. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  23945. 54739X
  23946. Feb 00^
  23947. #ions
  23948. 62152X
  23949. May 00^
  23950. r--set theItem to choose file -- uncomment to test in an AS editor
  23951.     tell application "Finder"
  23952.         open item "Dev.CD May 00 TC:Sample Code:"
  23953.         activate
  23954.     end tell
  23955. on error errMsg number errNum
  23956.     --enter statements to perform when no records are found such as...
  23957.     display dialog "Sorry, the item you selected could not be found."
  23958.     return
  23959. end try
  23960. Movedq
  23961. Dev.CD May 00 TC
  23962. D!All Packages
  23963. Tool Chest Edition
  23964. ShowDialogBoxes v2.1
  23965. Summary:  SDB allows you to display dialogs, alerts, and coolAlerts of your application. Requires an associated scriptfile which specifies the relationships between the text and the dialogs. Version 2.1 adds support for displaying coolAlerts under QuickDraw GX.
  23966. ShowDialogBoxes v2.1.imgK
  23967. Vol VIIL
  23968. May 94N
  23969. Testing, InternationalO9Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:PADev.CD May 00 TC
  23970.  - Tool Chest
  23971.  - Localization
  23972.  - ShowDialogBoxesV
  23973. 62153X
  23974. May 00^
  23975. rminal emulation package called Surfer. 
  23976. Macintosh Display Card 8
  23977. 24 GC: The Naked Truth  by Guillermo Ortiz.  How to take advantage of the new card and its software and what to do if you haven
  23978. t already invested in offscreen calls.
  23979. Meet PrGeneral, the Trap That Makes the Most of the Printing Manager  by Pete 
  23980.  Alexander.  How to use the five opcodes available in order to enhance the power of the Printing Manager and solve special problems.
  23981. J(develop Issue  3:
  23982. develop Issue  3 code:K
  23983. Vol IIIL
  23984. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Mar 00 RL
  23985.  - Technical Documentation
  23986.  - develop
  23987.  - develop Issue  3er 201 (PB Duo)OEDev.CD Apr 94
  23988. Dev.CD Jan 94
  23989. Dev.CD Oct 93
  23990. Dev.CD Jul 93
  23991. Dev.CD Apr 93PDDev.CD Apr 94
  23992. Dev.CD Jan 94
  23993. Dev.CD Oct 93
  23994. Dev.CD Jul 93
  23995. Dev.CD Apr 9V
  23996. 58734X
  23997. Apr 94
  23998. WOS Disk".  This purpose of this snippet is to demonstrate the newer 
  23999.  for displaying the results and errors of scripts.
  24000.  Better script error reporting.
  24001.  Allowing of scripts to be attached to documents and the application.
  24002.  Ability to set and get an objects script through scripting.
  24003.  Use of a predispatch Apple event handler to allow an objects script first go at handling an Apple event.
  24004.  The 'SCPT' resource storing uncompiled scripts changed to a C string for easier reading and modification.
  24005.  Added differentiation between window and document objeE
  24006. Sample Code.imgK
  24007. Jan 96L
  24008. Sep 96N
  24009. MenuScripter, AppleScriptO
  24010. Dev.CD May 00 TC:Sample Code:P
  24011. Dev.CD May 00 TC
  24012.  - Sample Codepen item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  24013.         activate
  24014.     end tell
  24015. on error errMsg number errNum
  24016.     --enter statements to perform when no records are found such as...
  24017.     display dialog "Sorry, the item you selected could not be found."
  24018.     return
  24019. end try
  24020. e    No Changeq
  24021. Dev.CD May 00 TC
  24022. ev.CD May 00 TC
  24023. everyday
  24024. whole
  24025. wholesale
  24026. whoseN
  24027. wideR
  24028. wide-angle
  24029. widely
  24030. wildcard
  24031. wilderness
  24032. willT
  24033. withoutg
  24034. won't
  24035. documented
  24036. documentproc
  24037. documentsN
  24038. docviewer
  24039. doneB
  24040. double
  24041. double-clickx
  24042. doubler
  24043. doubles
  24044. doubletrouble
  24045. down`
  24046. download
  24047. downloaded
  24048. dozens
  24049. draftj
  24050. dragN
  24051. dragable
  24052. dragged
  24053. dragging
  24054. draglib
  24055. draglow
  24056. dramatic
  24057. dramatically
  24058. drawbacks
  24059. drawing
  24060. drawn
  24061. draws
  24062. drawsprcoket
  24063. summary
  24064. description
  24065. input
  24066. methods
  24067. chinese
  24068. summary
  24069. disinfectant
  24070. anti-viral
  24071. utility
  24072. summary
  24073. diskfiller
  24074. little
  24075. utility
  24076. allows
  24077. users
  24078. summary
  24079. displays
  24080. record
  24081. directly
  24082. current
  24083. print
  24084. recor
  24085. summary
  24086. disposeresource
  24087. extension
  24088. catches
  24089. commo
  24090. summary
  24091. doubletrouble
  24092. debugging
  24093. utility
  24094. catch
  24095. summary
  24096. driver
  24097. installer
  24098. quick
  24099. dirty
  24100. application
  24101. summary
  24102. provides
  24103. ability
  24104. download
  24105. postscript
  24106. summary
  24107. dropdisk
  24108. application
  24109. mounts
  24110. images
  24111. summary
  24112. sample
  24113. illustrate
  24114. software
  24115. project
  24116. summary
  24117. edittextcdev
  24118. sample
  24119. control
  24120. panel
  24121. device
  24122. summary
  24123. includes
  24124. a/rose
  24125. v1.2.1
  24126. system
  24127. extension
  24128. includinQ
  24129. summary
  24130. error
  24131. tones
  24132. application
  24133. explains
  24134. summary
  24135. macintosh
  24136. software
  24137. distributed
  24138. world
  24139. summary
  24140. sample
  24141. discussion
  24142. detect
  24143. whether
  24144. All Packages
  24145. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24146. Dev.CD Jan 94
  24147. Dev.CD Oct 93
  24148. Dev.CD Jul 93
  24149. Dev.CD Apr 93PDDev.CD Apr 94
  24150. Dev.CD Jan 94
  24151. Dev.CD Oct 93
  24152. Dev.CD Jul 93
  24153. Dev.CD Apr 9V
  24154. 62482X
  24155. Apr 94
  24156. --set theItem to choose file -- uncomment to test in an AS editor
  24157.     tell application "Finder"
  24158.         open item "Dev.CD Apr 94
  24159. Dev.CD Jan 94
  24160. Dev.CD Oct 93
  24161. Dev.CD Jul 93
  24162. Dev.CD Apr 93"
  24163.         activate
  24164.     end tell
  24165. on error errMsg number errNum
  24166.     --enter statements to perform when no records are found such as...
  24167.     display dialog "Sorry, the item you selected could not be found."
  24168.     return
  24169. end try
  24170. All Packages
  24171. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24172. Dev.CD Jan 94
  24173. Dev.CD Oct 93
  24174. Dev.CD Jul 93
  24175. Dev.CD Apr 93PDDev.CD Apr 94
  24176. Dev.CD Jan 94
  24177. Dev.CD Oct 93
  24178. Dev.CD Jul 93
  24179. Dev.CD Apr 9V
  24180. 62483X
  24181. Apr 94
  24182.  within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  24183. OTDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE User Terminology 3/92:P\Dev.CD May 00 TC
  24184.  - Tool Chest
  24185.  - Interapplication Communication
  24186.  - AE User Terminology 3/92V
  24187. 61397X
  24188. May 00^
  24189. --set theItem to choose file -- uncomment to test in an AS editor
  24190.     tell application "Finder"
  24191.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE User Terminology 3/92:"
  24192.         activate
  24193.     end tell
  24194. on error errMsg number errNum
  24195.     --enter statements to perform when no records are found such as...
  24196.     display dialog "Sorry, the item you selected could not be found."
  24197.     return
  24198. end try
  24199. e    No Changef
  24200. Apple Events
  24201. AppleEventsq
  24202. Dev.CD May 00 TC
  24203. D!All Packages
  24204. Tool Chest Edition
  24205. AEGizmos 1.4.2I
  24206. What Are the AEGizmos?
  24207. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.61398X
  24208. 1e    No Change
  24209. summarize
  24210. summarizes
  24211. summarizing
  24212. nt 'see' specific information on the target (i.e. VU Aid has
  24213.     ScreenCompare and WindowCompare modules which permit the target to tell
  24214.     its host if specific or all screen content matches a pre-measured checksum.
  24215.   vuCollect 1.0b1
  24216.     This folder contains a combination MPW Tool/Script that is designed
  24217.     to collect information on a target machine and format it so that there
  24218.     is only 1 descriptor per line.  For more information, see the
  24219.     "vuCollect ReadMe" file.
  24220.   VUMarF
  24221. k 1.0b1
  24222.     VUMark is an MPW script that will mark all of the VU tasks in a file
  24223.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  24224.     document.
  24225. Virtual User tools.imgK
  24226. Vol VL
  24227. Feb 94M1ShimmerMate must be launched from the same volumeOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  24228.  - Tool Chest
  24229.  - Testing & Debugging
  24230.  - Virtual User toolsou selected could not be found."
  24231.     return
  24232. end try
  24233. All Packages
  24234. May 93O9Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD May 00 TC
  24235.  - Tool Chest
  24236.  - Testing & Debugging
  24237.  - NetworksV
  24238. 62199X
  24239. May 00^
  24240. --set theItem to choose file -- uncomment to test in an AS editor
  24241.     tell application "Finder"
  24242.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  24243.         activate
  24244.     end tell
  24245. on error errMsg number errNum
  24246.     --enter statements to perform when no records are found such as...
  24247.     display dialog "Sorry, the item you selected could not be found."
  24248.     return
  24249. end try
  24250. e    No Changeq
  24251. Dev.CD May 00 TC
  24252. D!All Packages
  24253. Tool Chest Edition
  24254. F    StreamNOPIrStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.J
  24255. Sample Code.imgK
  24256. Oct 97L
  24257. Sep 98M
  24258. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO
  24259. Dev.CD May 00 TC:Sample Code:P
  24260. Dev.CD May 00 TC
  24261.  - Sample CodeV
  24262. 62200X
  24263. May 00^
  24264. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  24265. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  24266. AE Coercion INIT
  24267. AEGizmos 1.4.2
  24268. Aete Editor Stack 1.0b3
  24269. AETracker 3.0
  24270. AutoGuest
  24271. FKEYs
  24272. Macsbug Resources
  24273. OSL + Debug Hack 1.0b1
  24274. ResEdit 'aete' Editor 1.0b4
  24275. ResEdit 'scpt' Editor
  24276. SendAE MPW Tool 1.1
  24277. SendAE Test Tool 0.3
  24278. SignatureToApp 1.1
  24279. Tools
  24280. Read MeK
  24281. May 92L
  24282. May 95M.System 7.0 is required with the AEM extension.N
  24283. AE, Apple Events, AppleEventsODDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD May 00 TC
  24284.  - Tool Chest
  24285.  - Interapplication Communication
  24286.  - AE Tools
  24287. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  24288. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  24289. Hardware tools.imgK
  24290. Vol XIMbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  24291.  - Tool Chest
  24292.  - Testing & Debugging
  24293.  - Hardware tools
  24294. toolbox
  24295. assistant
  24296. toolbox
  24297. assistant
  24298. update
  24299. toolkit
  24300. toolkits
  24301. tools]
  24302. tpifile
  24303. tracer
  24304. traddriverloaderlib1
  24305. transferprovider
  24306. transitions
  24307. translation
  24308. translation
  24309. manager
  24310. transport
  24311. transport/ppp
  24312. tune-up
  24313. packages
  24314. packagetool
  24315. packagetool
  24316. application
  24317. illustrating
  24318. create
  24319. packagingj
  24320. packetT
  24321. packetsT
  24322. packman
  24323. pagei
  24324. pages
  24325. paige
  24326. painless
  24327. painting
  24328. pairs
  24329. palette[
  24330. palette&gworld
  24331. palettes
  24332. palindrome
  24333. pallakoff
  24334. pallete
  24335. panel`
  24336. panelso
  24337. paneso
  24338. panorama
  24339. paraphernalia
  24340. parent
  24341. parrt
  24342. parse
  24343. parserV
  24344. parses
  24345. parsing
  24346. logo and NEW guidelines for its use. 
  24347.   2. Identify all your retail products with this small, yet powerful icon.
  24348. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  24349. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  24350. Some of the planned activities to support this campaign include:
  24351.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  24352.  In-Store Merchandising Programs and Promotion
  24353.  Wholesale Distribution Programs
  24354.  Magazine Advertising Campaigns
  24355.  Mail-Order Catalog Programs and Promotions
  24356.  Apple Online Store Programs and Promotions 
  24357. To be considered for inclusion in these exciting, high-v
  24358. Jul 95
  24359. b--set theItem to choose file -- uncomment to test in an AS editor
  24360.     tell application "Finder"
  24361.         open item "Dev.CD Jul 95"
  24362.         activate
  24363.     end tell
  24364. on error errMsg number errNum
  24365.     --enter statements to perform when no records are found such as...
  24366.     display dialog "Sorry, the item you selected could not be found."
  24367.     return
  24368. end try
  24369. All Packages
  24370. System 7.5 Update 1.0O
  24371. Dev.CD Jul 95P
  24372. Dev.CD Jul 9V
  24373. 62262X
  24374. Jul 95
  24375. b--set theItem to choose file -- uncomment to test in an AS editor
  24376.     tell application "Finder"
  24377.         open item "Dev.CD Jul 95"
  24378.         activate
  24379.     end tell
  24380. on error errMsg number errNum
  24381.     --enter statements to perform when no records are found such as...
  24382.     display dialog "Sorry, the item you selected could not be found."
  24383.     return
  24384. end try
  24385. All Packages
  24386. System 7.5 Update 1.0O
  24387. Dev.CD Jul 95P
  24388. Dev.CD Jul 9V
  24389. 62263X
  24390. Jul 95
  24391. d to help you increase your potential for success through project
  24392. plug-in's
  24393. witha
  24394. withinb
  24395. withoutg
  24396. womack
  24397. won't
  24398. JRE/JDK from Sun Microsystems, Inc. recommended
  24399. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  24400. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  24401. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  24402. t need to be complex, as the simple tools presented here wil
  24403. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  24404. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  24405. callHyper
  24406. CallHyper NotesK
  24407. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD May 00 TC
  24408.  - Tool Chest
  24409.  - Development Kits
  24410.  - HyperCard Related
  24411.  - XCMDs & XFCNs
  24412.  - CallHyper 1.0.CD Apr 94
  24413. Dev.CD Jan 94
  24414. Dev.CD Oct 93
  24415. Dev.CD Jul 9V
  24416. 61089X
  24417. Apr 94
  24418. pre-scripted
  24419. pre-testing
  24420. pre-train
  24421. pre-translates
  24422. predefined
  24423. predicates
  24424. predictable
  24425. prediction
  24426. predispatch
  24427. chest
  24428. edition
  24429. goodies
  24430. gouraud
  24431. gouraud
  24432. sample
  24433. grabguy
  24434. grabguy
  24435. graphical
  24436. graphical
  24437. interface
  24438. graphicsR
  24439. grayscaleo
  24440. easyview
  24441. guideS
  24442. guide
  24443. guide
  24444. contents
  24445. helper
  24446. helplab
  24447. library
  24448. higuidelines
  24449. historyu
  24450. history
  24451. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  24452. -Read Me.txt
  24453. nbTestIntf.p
  24454. nbTestLib.o
  24455. nbTestLib.
  24456. NuBusTest
  24457. NuBusTest.make
  24458. NuBusTest.p
  24459. NuBusTest.p.oK
  24460. Oct 92OCDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD May 00 TC
  24461.  - Tool Chest
  24462.  - Devices
  24463.  - NuBus/Slot Manager
  24464.  - NuBusTesterV
  24465. 61792X
  24466. May 00^
  24467. --set theItem to choose file -- uncomment to test in an AS editor
  24468.     tell application "Finder"
  24469.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  24470.         activate
  24471.     end tell
  24472. on error errMsg number errNum
  24473.     --enter statements to perform when no records are found such as...
  24474.     display dialog "Sorry, the item you selected could not be found."
  24475.     return
  24476. end try
  24477. e    No Changeq
  24478. Dev.CD May 00 TC
  24479. *D!All Packages
  24480. Tool Chest Edition
  24481. Object Pascal to C++ Tipsing technology.
  24482. Graphical Truffles: Four Common
  24483. years
  24484. multimedia
  24485. developers
  24486. regarded
  24487. equilibrium's
  24488. forbiddenj
  24489. force
  24490. forcing
  24491. foreground
  24492. foreign
  24493. forever
  24494. forks
  24495. formata
  24496. format/compression
  24497. formatasdos
  24498. formatsv
  24499. formatteda
  24500. formatting
  24501. formerlyb
  24502. formerly
  24503. appearance
  24504. contextual
  24505. menumanager
  24506. formsT
  24507. formulate
  24508. forrest
  24509. forth
  24510. fortran
  24511. forward
  24512. foundation
  24513. about
  24514. runtime
  24515. 2.1.4
  24516. abovep
  24517. absolutely
  24518. abstract
  24519. abstraction
  24520. abstractions
  24521. abstracts
  24522. abuse
  24523. accelerated
  24524. accelerating
  24525. 66-MHz PowerPC processor, built-in Ethernet port
  24526.   and modem, and the optional AirPort Card wireless LAN module.
  24527.   The developer note includes information about
  24528.   - the features of the iBook
  24529.   - some compatibility issues
  24530.   - the
  24531.  internal logic and custom ICs
  24532.   - the I/O ports and built-in I/O devices
  24533.   - the RAM expansion slot
  24534.   - the system software
  24535. --------------------------------
  24536. Power Mac G4 Developer Note
  24537. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  24538.    The developer note provides technical information about the
  24539.    Power Mac G4 computer and its features, which include a
  24540.    fast Powe
  24541. 61477X
  24542. Apr 00^
  24543. --set theItem to choose file -- uncomment to test in an AS editor
  24544.     tell application "Finder"
  24545.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  24546.         activate
  24547.     end tell
  24548. on error errMsg number errNum
  24549.     --enter statements to perform when no records are found such as...
  24550.     display dialog "Sorry, the item you selected could not be found."
  24551.     return
  24552. end try
  24553. e    No Changef
  24554. CardBus
  24555.  PCMCIA
  24556.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  24557. Dev.CD Apr 00 SDK1
  24558. All Packages
  24559. CD-ROM DetectionI
  24560. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  24561. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  24562. CD-ROM Detection:K
  24563. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  24564. 61478X
  24565. 1e    No Change
  24566. ket SDK:V
  24567. 56604X
  24568. Updated
  24569. All Packages
  24570. QuickDraw GXO
  24571. Dev.CD Apr 95
  24572. Dev.CD Jan 95P
  24573. Dev.CD Apr 95
  24574. Dev.CD Jan 9V
  24575. 61987X
  24576. Apr 95
  24577. p--set theItem to choose file -- uncomment to test in an AS editor
  24578.     tell application "Finder"
  24579.         open item "Dev.CD Apr 95
  24580. Dev.CD Jan 95"
  24581.         activate
  24582.     end tell
  24583. on error errMsg number errNum
  24584.     --enter statements to perform when no records are found such as...
  24585.     display dialog "Sorry, the item you selected could not be found."
  24586.     return
  24587. end try
  24588. All Packages
  24589. QuickDraw GXO
  24590. Dev.CD Apr 95
  24591. Dev.CD Jan 95P
  24592. Dev.CD Apr 95
  24593. Dev.CD Jan 9V
  24594. 61988X
  24595. Apr 95
  24596. p--set theItem to choose file -- uncomment to test in an AS editor
  24597.     tell application "Finder"
  24598.         open item "Dev.CD Apr 95
  24599. Dev.CD Jan 95"
  24600.         activate
  24601.     end tell
  24602. on error errMsg number errNum
  24603.     --enter statements to perform when no records are found such as...
  24604.     display dialog "Sorry, the item you selected could not be found."
  24605.     return
  24606. end try
  24607. All Packages
  24608. --set theItem to choose file -- uncomment to test in an AS editor
  24609.     tell application "Finder"
  24610.         open item "Dev.CD Apr 94
  24611. Dev.CD Jan 94
  24612. Dev.CD Oct 93
  24613. Dev.CD Jul 93
  24614. Dev.CD Apr 93"
  24615.         activate
  24616.     end tell
  24617. on error errMsg number errNum
  24618.     --enter statements to perform when no records are found such as...
  24619.     display dialog "Sorry, the item you selected could not be found."
  24620.     return
  24621. end try
  24622.  return
  24623. end try
  24624. Deletedq
  24625. Dev.CD Jul 99 SDK1
  24626. (D!All Packages
  24627. Mac OS SDK Edition
  24628. Apple Data Detectors SDK
  24629.     nary
  24630. maccalendar
  24631. maccalendar
  24632. 1.1b1
  24633. maccheck
  24634. maccheck
  24635. 1.0.4
  24636. macintosh
  24637. macintosh
  24638. cd-rom
  24639. setup
  24640. 5.3.2
  24641. macintosh
  24642. v1.1.1
  24643. macintosh
  24644. 1.1.1
  24645. media
  24646. memory
  24647. modern
  24648. module
  24649. monitorr
  24650. navigator
  24651. newsi
  24652. notesS
  24653. onescannerg
  24654. palette
  24655. Dec 99N.SimpleText, script, print, scriptable printingOTDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:P_Dev.CD Mar 00 RL Disk 1
  24656.  - What's New
  24657.  - Sample Code
  24658.  - Printing
  24659.  - Scriptable Print SimpleTextV
  24660. 62133X
  24661. Mar 00^    RL Disk 1
  24662. --set theItem to choose file -- uncomment to test in an AS editor
  24663.     tell application "Finder"
  24664.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:"
  24665.         activate
  24666.     end tell
  24667. on error errMsg number errNum
  24668.     --enter statements to perform when no records are found such as...
  24669.     display dialog "Sorry, the item you selected could not be found."
  24670.     return
  24671. end try
  24672. e    No Changef+SimpleText
  24673. script
  24674. print
  24675. scriptable printingq
  24676. Dev.CD Mar 00 RL Disk 1
  24677. D!All Packages
  24678. Tool Chest Edition
  24679. ScriptableStuffItEngine
  24680. text-to-speech
  24681. text-to-speech
  24682. first
  24683. textchanger
  24684. textchanger
  24685. 2.0.1
  24686. textdrag
  24687. yahoo
  24688. yellowboxandjava
  24689. 1.0a13
  24690. sounds
  24691. zaptcp
  24692. zaptcp
  24693. zoneranger
  24694. zoneranger
  24695. revision
  24696. history
  24697. zoomed
  24698. complexity
  24699. compliance
  24700. componentP
  24701. component-based
  24702. components
  24703. composersj
  24704. composite
  24705. composited
  24706. compositing
  24707. compound
  24708. compound-document
  24709. compressed
  24710. compressionP
  24711. compression/decompreP
  24712. compressor/decompres
  24713. computerj
  24714. forwarders
  24715. forwards
  24716. foundY
  24717. foundation
  24718. 6-164
  24719. 6.0.4
  24720. 6.0.5
  24721. 6.3.1
  24722. 6.3.2
  24723. 6100x
  24724. 6200x
  24725. 62xxu
  24726. 6300x
  24727. 63xxu
  24728. 64-bit
  24729. 651-3561
  24730. 651-7584
  24731. 65c02r
  24732. 68000
  24733. 68020d
  24734. 68030
  24735. 68040
  24736. 680x0
  24737. 68881/2
  24738. 68k-based
  24739. driver
  24740. support
  24741. asynchronous
  24742. a-trap
  24743. a/roseQ
  24744. ability`
  24745. ableo
  24746. aboutj
  24747. abovep
  24748. MN'Sample Code, Games, Graphics, AnimationO>Dev.CD May 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:PIDev.CD May 00 TC
  24749.  - Tool Chest
  24750.  - Games
  24751.  - Game Sample Code
  24752.  - ZAM 1.0a13V
  24753. 62596X
  24754. May 00^
  24755. --set theItem to choose file -- uncomment to test in an AS editor
  24756.     tell application "Finder"
  24757.         open item "Dev.CD May 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:"
  24758.         activate
  24759.     end tell
  24760. on error errMsg number errNum
  24761.     --enter statements to perform when no records are found such as...
  24762.     display dialog "Sorry, the item you selected could not be found."
  24763.     return
  24764. end try
  24765. e    No Changef$Sample Code
  24766. Games
  24767. Graphics
  24768. Animationq
  24769. Dev.CD May 00 TC
  24770. ND!All Packages
  24771. Tool Chest Edition
  24772. ZapTCP 1.2.1
  24773.     atah
  24774. databasem
  24775. database
  24776. suitem
  24777. dcmda
  24778. debug]
  24779. debuggingu
  24780. defect
  24781. defect
  24782. demo_
  24783. detection
  24784. detectorsh
  24785. change
  24786. developeru
  24787. developmentm
  24788. directionsj
  24789. disku
  24790. 24gcO
  24791. 3.0.1Y
  24792. 3.0b10
  24793. 3.2.4
  24794. 3.3.1
  24795. 3.7.1
  24796. 3/92^
  24797. 5.0.7V
  24798. 5.3.2
  24799. 5thcolumn
  24800. 6.0.3
  24801. 6.0.4
  24802. 6.0.5
  24803. 6.1b9
  24804. processor
  24805. upgrade
  24806. enablerC
  24807. 7.0.1O
  24808. 7.1p2
  24809. 7.1p5
  24810. 7.1p6
  24811. 7edit
  24812. 7.0.1O
  24813. 8.5.1gm
  24814. a-lawP
  24815. a-law
  24816. sdec/scomP
  24817. a/roseQ
  24818. a/rose
  24819. 1.2.1Q
  24820. aboutR
  24821. about
  24822. developer
  24823. universityR
  24824. technical
  24825. notesS
  24826. access
  24827. acrobatZ
  24828. analyzer
  24829. 1.0d6T
  24830. 1.0.1b3U
  24831. parser
  24832. 5.0.7V
  24833. adbreinitW
  24834. symfilesu
  24835. synccatch
  24836. synchronization
  24837. synthesis
  24838. sysconfig
  24839. sysconfig
  24840. 1.5b16
  24841. sysenv
  24842. sysenv
  24843. 1.0d13
  24844. systeme
  24845. system
  24846. related
  24847. system
  24848. additions
  24849. system
  24850. folder
  24851. items
  24852. system
  24853. picker
  24854. systemfolder
  24855. systemfolder
  24856. t-italian
  24857. ta-tradchinese
  24858. tabloid
  24859. tabloid
  24860. target
  24861. tccalc
  24862. tcp/ip
  24863. tcp/ip
  24864. administration
  24865. image
  24866. tcp/ip
  24867. connection
  24868. image
  24869. tcp/ip
  24870. mib-ii
  24871. alias
  24872. tractors
  24873. plug-ins
  24874. textchanger
  24875. textchanger
  24876. 2.0.1
  24877. themeso
  24878. title
  24879. tool]
  24880. toolkit
  24881. tools]
  24882. Dev.CD May 00 TC:Sample Code:P
  24883. Dev.CD May 00 TC
  24884.  - Sample CodeV
  24885. 61652X
  24886. May 00^
  24887. r--set theItem to choose file -- uncomment to test in an AS editor
  24888.     tell application "Finder"
  24889.         open item "Dev.CD May 00 TC:Sample Code:"
  24890.         activate
  24891.     end tell
  24892. on error errMsg number errNum
  24893.     --enter statements to perform when no records are found such as...
  24894.     display dialog "Sorry, the item you selected could not be found."
  24895.     return
  24896. end try
  24897. e    No Changef
  24898. QuickTime
  24899. Dev.CD May 00 TC
  24900. D!All Packages
  24901. Tool Chest Edition
  24902. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  24903. Sample Code.imgK
  24904. Feb 00
  24905. - Common
  24906.     - Sun Compliant Java Runtime Environment 1.1
  24907.     - QuickTime 3 
  24908.     - QTJava.zip
  24909.     - QTJava media samples
  24910. - Mac OS:
  24911.     - System 8 or later
  24912.     - Macintosh Runtime for Java (MRJ) 2.1
  24913. - Windows 95, 98, or NT::
  24914.     - JRE/JDK from Sun Microsystems, Inc. recommended
  24915. QuickTime, Java, MRJ
  24916. 61713X
  24917. Oct 99^
  24918. g--set theItem to choose file -- uncomment to test in an AS editor
  24919.     tell application "Finder"
  24920.         open item "Dev.CD Oct 99 SSW:"
  24921.         activate
  24922.     end tell
  24923. on error errMsg number errNum
  24924.     --enter statements to perform when no records are found such as...
  24925.     display dialog "Sorry, the item you selected could not be found."
  24926.     return
  24927. end try
  24928. Mac OS 9q
  24929. Dev.CD Oct 99 SSW
  24930. D(All Packages
  24931. Reference Library Edition
  24932. Mac OS Runtime ArchitecturesI
  24933. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  24934. Mac OS Runtime Architectures
  24935. Read Me - Other SSW DocsK
  24936. Oct 97M
  24937. Adobe AcrobatN
  24938. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  24939.  - Technical Documentation
  24940.  - More SSW DocumentationV
  24941. 61714X
  24942. Dec 99^
  24943.  - Sample CodeV
  24944. 60450X
  24945. May 00^
  24946. #ile.
  24947. Dev.CD May 00 TC:Sample Code:P
  24948. Dev.CD May 00 TC
  24949.  - Sample CodeV
  24950. 61686X
  24951. May 00^
  24952. r--set theItem to choose file -- uncomment to test in an AS editor
  24953.     tell application "Finder"
  24954.         open item "Dev.CD May 00 TC:Sample Code:"
  24955.         activate
  24956.     end tell
  24957. on error errMsg number errNum
  24958.     --enter statements to perform when no records are found such as...
  24959.     display dialog "Sorry, the item you selected could not be found."
  24960.     return
  24961. end try
  24962. e    No Changef
  24963. QuickTime
  24964. Dev.CD May 00 TC
  24965. D!All Packages
  24966. Mac OS SDK Edition
  24967. Keychain SDK 1.0.1
  24968.     sh:QuickDraw GX:PODev.CD Dec 99 RL
  24969.  - Technical Documentation
  24970.  - Inside Macintosh
  24971.  - QuickDraw GXuced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include chW
  24972. switch
  24973. synchronization
  24974. systemx
  24975. technicalS
  24976. technotes
  24977. terminology^
  24978. tester
  24979. testing
  24980. textedit
  24981. square
  24982. squarewave
  24983. squarewavesynth
  24984. srcxor
  24985. sresource
  24986. stability
  24987. stackn
  24988. stacks
  24989. stagger
  24990. staging
  24991. stakingj
  24992. stalking
  24993. stand
  24994. stand-alone
  24995. standalone
  24996. standalone
  24997. version
  24998. standards
  24999. standardfile
  25000. standardfileicons
  25001. standardgetfolder
  25002. standardized
  25003. stopc
  25004. stopping
  25005. storage
  25006. store
  25007. storing
  25008. storyj
  25009. stragegyj
  25010. strassmann
  25011. strategicj
  25012. strategies
  25013. 61460X
  25014. May 00^
  25015. --set theItem to choose file -- uncomment to test in an AS editor
  25016.     tell application "Finder"
  25017.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:"
  25018.         activate
  25019.     end tell
  25020. on error errMsg number errNum
  25021.     --enter statements to perform when no records are found such as...
  25022.     display dialog "Sorry, the item you selected could not be found."
  25023.     return
  25024. end try
  25025. e    No Changef
  25026. balloon
  25027. dialogq
  25028. Dev.CD May 00 TC
  25029. ^D!All Packages
  25030. Tool Chest Edition
  25031. BBEdit Lite 3.5
  25032.      088 (AVs)O)Dev.CD Apr 94
  25033. Dev.CD Jan 94
  25034. Dev.CD Oct 93P(Dev.CD Apr 94
  25035. Dev.CD Jan 94
  25036. Dev.CD Oct 9V
  25037. 61153X
  25038. Apr 94
  25039. naked
  25040. nameb
  25041. names
  25042. natick
  25043. nationalv
  25044. native
  25045. natural
  25046. navigateZ
  25047. navigationi
  25048. nearly
  25049. necessaryq
  25050. needo
  25051. 61544X
  25052. Mar 00^
  25053. --set theItem to choose file -- uncomment to test in an AS editor
  25054.     tell application "Finder"
  25055.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 16:"
  25056.         activate
  25057.     end tell
  25058. on error errMsg number errNum
  25059.     --enter statements to perform when no records are found such as...
  25060.     display dialog "Sorry, the item you selected could not be found."
  25061.     return
  25062. end try
  25063. Next CDq
  25064. Dev.CD Mar 00 RL
  25065. 2D(All Packages
  25066. Reference Library Edition
  25067. develop Issue 17
  25068.     2.1 or later, Metrowerks Codewarrior 4 or laterNDJava Tutorial, Introduction to Java Programming, Learning Java, JavaO
  25069. Dev.CD May 00 TC:Sample Code:P
  25070. Dev.CD May 00 TC
  25071.  - Sample CodeSynth and squareWaveSynth.
  25072. Sample Code.imgL
  25073. Nov 96O
  25074. Dev.CD May 00 TC:Sample Code:P
  25075. Dev.CD May 00 TC
  25076.  - Sample Codehe Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  25077. LockFile:  Demonstrates settin
  25078. All Packages
  25079. F    QuickTimeO
  25080. Dev.CD Jun 97 SSWP
  25081. Dev.CD Jun 97 SSV
  25082. 62102X
  25083. Jun 97
  25084. f--set theItem to choose file -- uncomment to test in an AS editor
  25085.     tell application "Finder"
  25086.         open item "Dev.CD Jun 97 SSW"
  25087.         activate
  25088.     end tell
  25089. on error errMsg number errNum
  25090.     --enter statements to perform when no records are found such as...
  25091.     display dialog "Sorry, the item you selected could not be found."
  25092.     return
  25093. end try
  25094. All Packages
  25095. F    QuickTimeO
  25096. Dev.CD Jun 97 SSWP
  25097. Dev.CD Jun 97 SSV
  25098. 62103X
  25099. Jun 97
  25100. f--set theItem to choose file -- uncomment to test in an AS editor
  25101.     tell application "Finder"
  25102.         open item "Dev.CD Jun 97 SSW"
  25103.         activate
  25104.     end tell
  25105. on error errMsg number errNum
  25106.     --enter statements to perform when no records are found such as...
  25107.     display dialog "Sorry, the item you selected could not be found."
  25108.     return
  25109. end try
  25110. All Packages
  25111. F    QuickTimeO
  25112. Dev.CD Jun 97 SSWP
  25113. Dev.CD Jun 97 SSV
  25114. 62104X
  25115. All Packages
  25116. System Enabler 003 (LC III)OEDev.CD Apr 94
  25117. Dev.CD Jan 94
  25118. Dev.CD Oct 93
  25119. Dev.CD Jul 93
  25120. Dev.CD Apr 93PDDev.CD Apr 94
  25121. Dev.CD Jan 94
  25122. Dev.CD Oct 93
  25123. Dev.CD Jul 93
  25124. Dev.CD Apr 9V
  25125. 62313X
  25126. Apr 94
  25127. --set theItem to choose file -- uncomment to test in an AS editor
  25128.     tell application "Finder"
  25129.         open item "Dev.CD Apr 94
  25130. Dev.CD Jan 94
  25131. Dev.CD Oct 93
  25132. Dev.CD Jul 93
  25133. Dev.CD Apr 93"
  25134.         activate
  25135.     end tell
  25136. on error errMsg number errNum
  25137.     --enter statements to perform when no records are found such as...
  25138.     display dialog "Sorry, the item you selected could not be found."
  25139.     return
  25140. end try
  25141. All Packages
  25142. System Enabler 003 (LC III)OEDev.CD Apr 94
  25143. Dev.CD Jan 94
  25144. Dev.CD Oct 93
  25145. Dev.CD Jul 93
  25146. Dev.CD Apr 93PDDev.CD Apr 94
  25147. Dev.CD Jan 94
  25148. Dev.CD Oct 93
  25149. Dev.CD Jul 93
  25150. Dev.CD Apr 9V
  25151. 62314X
  25152. Apr 94
  25153. objectQ
  25154. object-based
  25155. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  25156. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  25157. 01-Intro to DU.pdf
  25158. 02-What's New from DU.pdf
  25159. 03-Information & Registrati.pdf
  25160. 04-Index of Courses.pdf
  25161. 05-Self-Paced Products.pdf
  25162. 06-On-Line Topics.pdf
  25163. 07-Mac OS:
  25164. 08-Object Oriented:
  25165. 09-Multimedia & Graphics:
  25166. 10-Newton:
  25167. 11-Other topics:
  25168. 12-Training Schedule.pdf
  25169. 13-DU Training Sites.pdf
  25170. May 92L
  25171. Oct 96M
  25172. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  25173.  - Programs & Marketing
  25174.  - About Developer University
  25175. toolbox
  25176. toolkits
  25177. tools]
  25178. Advanced Web Site Technique.pdf
  25179. Avoid Audio Pitfalls Guide.pdf
  25180. CompbasedMediaBroadcastEnv
  25181. Creating MIDI for the Web3.pdf
  25182. DeBabelizer 3.0.pdf
  25183. Design For Reuse.pdf
  25184. DesignForRobustness
  25185. Digital Asset Management.pdf
  25186. Digital Storyboard.pdf 
  25187. DVD Development.pdf
  25188. DVD_Primer.pdf
  25189. Enhanced CD Survival Guide.pdf
  25190. EOModeler
  25191. Frameworks.pdf
  25192. Gender-Based Title Creation.pdf
  25193. Int_Media_Writer_Resources.pdf
  25194. Java Survival Guide.pdf
  25195. Making Cool QD3D Apps.pdf
  25196. Music on the Net.pdf
  25197. New Audio Features QT3.pdf
  25198. Porting
  25199. kObjectiveCtoJava
  25200. Push Tech Survival Gd.pdf
  25201. QT3-More Than Dig. Video.pdf
  25202. Simplified Stream Audio.pdf
  25203. Web Animation Guide.pdf
  25204. WebObjects Database Part I.pdf
  25205. WebObjects Database Part II.pdf
  25206. WebObjects Memory Mgmt.pdf
  25207. WebObjects Tools and Techniques
  25208. WebObjectsCategories&Posers.pdf
  25209. WebObjectsPerformanceTuning
  25210. Working with WebObjects.pdf
  25211. Writing for Interactive Media
  25212. ev.CD Oct 94P
  25213. Dev.CD Oct 9V
  25214. 60646X
  25215. Oct 94
  25216. ll Packages
  25217. Tool Chest Edition
  25218. Async driver testersed hfs flavors.
  25219. QuickTime VR
  25220. IMPORTANT INFO ABOUT QUICKTIME VR
  25221. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  25222. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  25223. http://www.apple.com/store
  25224. To get started,  you can go to the Develop
  25225.  theItem to choose file -- uncomment to test in an AS editor
  25226.     tell application "Finder"
  25227.         open item "Dev.CD Oct 93
  25228. Dev.CD Jul 93"
  25229.         activate
  25230.     end tell
  25231. on error errMsg number errNum
  25232.     --enter statements to perform when no records are found such as...
  25233.     display dialog "Sorry, the item you selected could not be found."
  25234.     return
  25235. end try
  25236. All Packages
  25237. F    QuickTimeO
  25238. Dev.CD Oct 93
  25239. Dev.CD Jul 93P
  25240. Dev.CD Oct 93
  25241. Dev.CD Jul 9V
  25242. 59589X
  25243. Oct 93
  25244. 61712X
  25245. Jan 99^
  25246. q--set theItem to choose file -- uncomment to test in an AS editor
  25247.     tell application "Finder"
  25248.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  25249.         activate
  25250.     end tell
  25251. on error errMsg number errNum
  25252.     --enter statements to perform when no records are found such as...
  25253.     display dialog "Sorry, the item you selected could not be found."
  25254.     return
  25255. end try
  25256. Deletedf
  25257. Apple
  25258. Dev.CD Jan 99 SDK1
  25259. D&All Packages
  25260. System Software Edition
  25261. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  25262. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  25263. 61713X
  25264. technicalS
  25265. technical
  25266. publications
  25267. technical
  25268. publications
  25269. documentation
  25270. technical
  25271. publications
  25272. enterprise
  25273. technical
  25274. publications
  25275. function
  25276. index
  25277. technical
  25278. publications
  25279. hardware
  25280. technical
  25281. publications
  25282. technical
  25283. publications
  25284. technical
  25285. publications
  25286. technical
  25287. publications
  25288. technical
  25289. publications
  25290. server
  25291. technical
  25292. publications
  25293. quicktime
  25294. notes
  25295. terminology^
  25296. tester
  25297. testing
  25298. textedit
  25299. token
  25300. tokenizer
  25301. toolbox
  25302. toolkit
  25303. toolkits
  25304. tools]
  25305. transport
  25306. transport/ppp
  25307. tune-up
  25308. Network Watch (DMZ) v1.5
  25309. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  25310. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.and you can support it with a minimum of effort.
  25311. Making the Most of QuickDraw GX Bitmaps  by David Surovell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  25312. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  25313. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  25314. project
  25315. large
  25316. project
  25317. large
  25318. project
  25319. quick
  25320. start
  25321. guide
  25322. projectdrag
  25323. projectdrag
  25324. applets
  25325. projectdrag
  25326. manual
  25327. projectfolders
  25328. projectmenu
  25329. projects
  25330. projectxplugin68k
  25331. projectxplugin68knfp
  25332. projectxpluginppc
  25333. projlistmenu
  25334. promptoid
  25335. promptoid
  25336. protocol
  25337. protos
  25338. prototyping
  25339. prototyping
  25340. toolkit
  25341. ptags
  25342. ptags
  25343. manual
  25344. ptags
  25345. manual
  25346. pubsw
  25347. pubscatalog
  25348. pubscatalog
  25349. pubsorderform
  25350. pubsorderform
  25351. survival
  25352. qcopy
  25353. qcopy
  25354. environment
  25355. utilities
  25356. graphics
  25357. objects
  25358. printing
  25359. printing
  25360. drvrs
  25361. JOsDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  25362. Dev.CD Apr 00 SDK1
  25363.  - What's New
  25364.  - Technical Documentation
  25365.  - Technical Publications
  25366.  - DeveloperDocumentation
  25367.  - corefoundation  open item "Dev.CD Jan 94
  25368. Dev.CD Oct 93
  25369. Dev.CD Jul 93"
  25370.         activate
  25371.     end tell
  25372. on error errMsg number errNum
  25373.     --enter statements to perform when no records are found such as...
  25374.     display dialog "Sorry, the item you selected could not be found."
  25375.     return
  25376. end try
  25377. All Packages
  25378. F    QuickTimeO
  25379. Dev.CD Jan 94P
  25380. Dev.CD Jan 9V
  25381. 60802X
  25382. Jan 94
  25383. b--set theItem to choose file -- uncomment to test in an AS editor
  25384.     tell application "Finder"
  25385.         open item "Dev.CD Jan 94"
  25386.         activate
  25387.     end tell
  25388. on error errMsg number errNum
  25389.     --enter statements to perform when no records are found such as...
  25390.     display dialog "Sorry, the item you selected could not be found."
  25391.     return
  25392. end try
  25393. All Packages
  25394. compared
  25395. comparedirtext
  25396. comparelastrevision
  25397. compareproc
  25398. compares
  25399. comparing
  25400. comparisions
  25401. comparisons
  25402. compatibilityY
  25403. compatibility
  25404. issues
  25405. compatibleO
  25406. compatiblesj
  25407. compilation
  25408. compile
  25409. compiled
  25410. compiler
  25411. compiler-constructio
  25412. complexity
  25413. compliance
  25414. componentP
  25415. component-based
  25416. components
  25417. composersj
  25418. composit
  25419. composite
  25420. composited
  25421. compositing
  25422. compositor
  25423. compound
  25424. compound-document
  25425. compress
  25426. compressed
  25427. compressimage
  25428. compressionP
  25429. install
  25430. install
  25431. locales
  25432. locales
  25433. localization
  25434. localization
  25435. japan
  25436. localization
  25437. tools
  25438. localize
  25439. localize
  25440. ookup
  25441. lookupmenu
  25442. lurkers
  25443. lurkers
  25444. lurkers
  25445. lurkers
  25446. lurkers
  25447. readme
  25448. lurkers
  25449. readme
  25450. 4.0.1
  25451. install
  25452. graphics
  25453. primer
  25454. interfaces
  25455. guidelines
  25456. development
  25457. toolkit
  25458. runtime
  25459. architectures
  25460. encodingsv
  25461. license
  25462. readme
  25463. samplecode
  25464. samplecode
  25465. previous
  25466. specific
  25467. files
  25468. macapp
  25469. macapp
  25470. cdent
  25471. stuff
  25472. macapp
  25473. developer
  25474. survey
  25475. macapp
  25476. r13u5
  25477. macapp
  25478. r14d5
  25479. macbinary
  25480. macbinary-ii-conf
  25481. macbinary-ii-conf2
  25482. macbinary-ii-standar
  25483. summary
  25484. virtual
  25485. server
  25486. attempt
  25487. provide
  25488. piece
  25489. summary
  25490. virtual
  25491. tutorial
  25492. provides
  25493. quick
  25494. intro
  25495. summary
  25496. services
  25497. apple
  25498. event
  25499. suite
  25500. allows
  25501. appli
  25502. summary
  25503. these
  25504. applications
  25505. demonstrate
  25506. write
  25507. backgr
  25508. summary
  25509. these
  25510. obsolete
  25511. hypercard
  25512. toolkits
  25513. which
  25514. summary
  25515. these
  25516. updated
  25517. tools
  25518. quicktime
  25519. summary
  25520. these
  25521. applications
  25522. remote
  25523. control
  25524. server
  25525. summary
  25526. application
  25527. demonstrates
  25528. appleev
  25529. summary
  25530. application
  25531. displays
  25532. volume
  25533. meters
  25534. summary
  25535. application
  25536. exercises
  25537. copybits
  25538. copymask
  25539. summary
  25540. brochure
  25541. serves
  25542. foundation
  25543. explaining
  25544. summary
  25545. sample
  25546. demonstrates
  25547. palette
  25548. extension
  25549. which
  25550. enables
  25551. developers
  25552. adopt
  25553. high-leved
  25554. analysis
  25555. analyzeb
  25556. thinks
  25557. third
  25558. third-partyo
  25559. thisB
  25560. withoutg
  25561. won't
  25562. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  25563. - ISpElementList_ExtractByKind
  25564. - List all devices
  25565. - List all elements
  25566. - List all buttons
  25567. - List all directional pads
  25568. - List all axes
  25569. - List all X-axes
  25570. - Get events
  25571. - Suspend
  25572. - Resume
  25573. - Create needs
  25574. - Destroy needs
  25575. - Get needs events
  25576. - Configuration dialog
  25577. - Enable mouse and keyboard
  25578. - Disable mouse and keyboard
  25579. - Reinitialize ADB bus
  25580. - Allocate/Deallocate test
  25581. - TestBIArbitraryAllocate test
  25582. - TestAccelration
  25583. - Enable speech
  25584. - Disable speech
  25585. Sample Code.imgK
  25586. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  25587. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  25588. Dev.CD May 00 TC:Sample Code:P
  25589. Dev.CD May 00 TC
  25590.  - Sample Codee found."
  25591.     return
  25592. end try
  25593. New Packagef
  25594. MultiTasking
  25595. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  25596. Dev.CD May 00 TC
  25597. ev.CD May 00 TC
  25598. debug
  25599. build
  25600. sound
  25601. manager
  25602. 3.2.1
  25603. useful
  25604. location
  25605. manager
  25606. module
  25607. shows
  25608. eject
  25609. cards
  25610. sound
  25611. input
  25612. driver
  25613. showing
  25614. sound
  25615. primer
  25616. creating
  25617. content
  25618. routine
  25619. sending
  25620. documents
  25621. apple
  25622. event
  25623. sample
  25624. compression/decompre
  25625. sound
  25626. manager
  25627. component
  25628. sample
  25629. program
  25630. which
  25631. demonstrates
  25632. adbop
  25633. simple
  25634. sample
  25635. which
  25636. demonstrates
  25637. controls
  25638. simple
  25639. utility
  25640. driver
  25641. support
  25642. asynchronous
  25643. sound
  25644. manager
  25645. pre-mixer
  25646. effect
  25647. component
  25648. shows
  25649. sample
  25650. shows
  25651. transport
  25652. a-trap
  25653. a/roseQ
  25654. ability`
  25655. ableo
  25656. aborts
  25657. --set theItem to choose file -- uncomment to test in an AS editor
  25658.     tell application "Finder"
  25659.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  25660.         activate
  25661.     end tell
  25662. on error errMsg number errNum
  25663.     --enter statements to perform when no records are found such as...
  25664.     display dialog "Sorry, the item you selected could not be found."
  25665.     return
  25666. end try
  25667. p-digest-v3-091
  25668. csmp-digest-v3-092
  25669. csmp-digest-v3-093
  25670. csmp-digest-v3-094
  25671. csmp-digest-v3-095
  25672. csmp-digest-v3-096
  25673. csmp-digest-v3-097
  25674. csmp-digest-v3-098
  25675. csmp-digest-v3-099
  25676. csmp-digest-v3-100
  25677. csmp-digest-v3-101
  25678. csmp-digest-v3-102
  25679. csmp-digest-v3-103
  25680. csmp-digest-v3-104
  25681. csmp-digest-v3-105
  25682. csmp-digest-v3-106
  25683. cwpro2t
  25684. datah
  25685. databasem
  25686. database
  25687. suitem
  25688. dcmda
  25689. debug]
  25690. debuggingu
  25691. demo_
  25692. detectorsh
  25693. change
  25694. developeru
  25695. developmentm
  25696. directionsj
  25697. disku
  25698. e    No Changef
  25699. CAD/CAM
  25700. ASIC Designq
  25701. Dev.CD May 00 TC
  25702. D!All Packages
  25703. Tool Chest Edition
  25704. trates a variety of techniques for using Open Transport
  25705. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  25706. Inside Macintosh: Open Transport
  25707. Sample Code.imgK
  25708. Nov 97L
  25709. Jun 98M
  25710. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  25711. Dev.CD May 00 TC:Sample Code:P
  25712. Dev.CD May 00 TC
  25713.  - Sample CodeV
  25714. 61702X
  25715. May 00^
  25716. r--set theItem to choose file -- uncomment to test in an AS editor
  25717.     tell application "Finder"
  25718.         open item "Dev.CD May 00 TC:Sample Code:"
  25719.         activate
  25720.     end tell
  25721. on error errMsg number errNum
  25722.     --enter statements to perform when no records are found such as...
  25723.     display dialog "Sorry, the item you selected could not be found."
  25724.     return
  25725. end try
  25726. e    No Change
  25727. e    No Change
  25728. Dev.CD May 00 TC:Sample Code:P
  25729. Dev.CD May 00 TC
  25730.  - Sample CodeV
  25731. 61913X
  25732. May 00^
  25733. r--set theItem to choose file -- uncomment to test in an AS editor
  25734.     tell application "Finder"
  25735.         open item "Dev.CD May 00 TC:Sample Code:"
  25736.         activate
  25737.     end tell
  25738. on error errMsg number errNum
  25739.     --enter statements to perform when no records are found such as...
  25740.     display dialog "Sorry, the item you selected could not be found."
  25741.     return
  25742. end try
  25743. e    No Changef
  25744. QuickTime
  25745. Dev.CD May 00 TC
  25746. All Packages
  25747. QTEffects Explode
  25748. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  25749. Dec 99V
  25750. 61914X
  25751. performb
  25752. performau
  25753. performanceA
  25754. performance
  25755. tuning
  25756. performance
  25757. tuning
  25758. webobjects
  25759. application
  25760. critical
  25761. permissionj
  25762. permit
  25763. permits
  25764. permitted
  25765. permutation
  25766. persist
  25767. persistent
  25768. persisting
  25769. personZ
  25770. personal
  25771. perspective
  25772. perspectives
  25773. pertaining
  25774. peter
  25775. pgpuam
  25776. pgpuam
  25777. enhancement
  25778. standard
  25779. appleshare
  25780. phase
  25781. philip
  25782. phone
  25783. phonetic
  25784. photo
  25785. photograph
  25786. photographers
  25787. photographs
  25788. photos
  25789. photoshop
  25790. phrase
  25791. phrases
  25792. ve    No Changeq
  25793. Dev.CD May 00 TC
  25794. wD!All Packages
  25795. Mac OS SDK Edition
  25796. Rhapsody Documentation
  25797. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for Rhapsody later.
  25798. UPDATED  DOCUMENTATION:
  25799. Discovering OPENSTEP: A Developer Tutorial (Rhapsody)
  25800. Updated for Rhapsody: new material, all reported bugs fixed, with screenshots of the Rhapsody development environment.
  25801. Appkit Reference
  25802. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touch5
  25803. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  25804.  are lost after a reboot.
  25805. Improvements for version 1.6:
  25806.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  25807. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  25808.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  25809. hardware
  25810. developer
  25811. documentation
  25812. developer
  25813. notes
  25814. devnotes
  25815. 96 TV
  25816. 60771X
  25817. Aug 96
  25818. e--set theItem to choose file -- uncomment to test in an AS editor
  25819.     tell application "Finder"
  25820.         open item "Dev.CD Aug 96 TC"
  25821.         activate
  25822.     end tell
  25823. on error errMsg number errNum
  25824.     --enter statements to perform when no records are found such as...
  25825.     display dialog "Sorry, the item you selected could not be found."
  25826.     return
  25827. end try
  25828. All Packages
  25829. QuickDraw GXO
  25830. Dev.CD Aug 96 TCP
  25831. Dev.CD Aug 96 TV
  25832. 60772X
  25833. Aug 96
  25834. e--set theItem to choose file -- uncomment to test in an AS editor
  25835.     tell application "Finder"
  25836.         open item "Dev.CD Aug 96 TC"
  25837.         activate
  25838.     end tell
  25839. on error errMsg number errNum
  25840.     --enter statements to perform when no records are found such as...
  25841.     display dialog "Sorry, the item you selected could not be found."
  25842.     return
  25843. end try
  25844. All Packages
  25845. QuickDraw GXO
  25846. Dev.CD Aug 96 TCP
  25847. Dev.CD Aug 96 TV
  25848. 60773X
  25849. All Packages
  25850. QuickDraw GXO
  25851. Dev.CD Aug 96 TCP
  25852. Dev.CD Aug 96 TV
  25853. 61999X
  25854. Aug 96
  25855. e--set theItem to choose file -- uncomment to test in an AS editor
  25856.     tell application "Finder"
  25857.         open item "Dev.CD Aug 96 TC"
  25858.         activate
  25859.     end tell
  25860. on error errMsg number errNum
  25861.     --enter statements to perform when no records are found such as...
  25862.     display dialog "Sorry, the item you selected could not be found."
  25863.     return
  25864. end try
  25865. All Packages
  25866. QuickDraw GXO
  25867. Dev.CD Aug 96 TCP
  25868. Dev.CD Aug 96 TV
  25869. 62000X
  25870. Aug 96
  25871. e--set theItem to choose file -- uncomment to test in an AS editor
  25872.     tell application "Finder"
  25873.         open item "Dev.CD Aug 96 TC"
  25874.         activate
  25875.     end tell
  25876. on error errMsg number errNum
  25877.     --enter statements to perform when no records are found such as...
  25878.     display dialog "Sorry, the item you selected could not be found."
  25879.     return
  25880. end try
  25881. All Packages
  25882. QuickDraw GXO
  25883. Dev.CD Aug 96 TCP
  25884. Dev.CD Aug 96 TV
  25885. 62001X
  25886. O)Dev.CD Apr 94
  25887. Dev.CD Jan 94
  25888. Dev.CD Oct 93P(Dev.CD Apr 94
  25889. Dev.CD Jan 94
  25890. Dev.CD Oct 9V
  25891. 62418X
  25892. Apr 94
  25893. ~--set theItem to choose file -- uncomment to test in an AS editor
  25894.     tell application "Finder"
  25895.         open item "Dev.CD Apr 94
  25896. Dev.CD Jan 94
  25897. Dev.CD Oct 93"
  25898.         activate
  25899.     end tell
  25900. on error errMsg number errNum
  25901.     --enter statements to perform when no records are found such as...
  25902.     display dialog "Sorry, the item you selected could not be found."
  25903.     return
  25904. end try
  25905. All Packages
  25906. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  25907. Dev.CD Jan 94
  25908. Dev.CD Oct 93
  25909. Dev.CD Jul 93P6Dev.CD Apr 94
  25910. Dev.CD Jan 94
  25911. Dev.CD Oct 93
  25912. Dev.CD Jul 9V
  25913. 62419X
  25914. Apr 94
  25915. includingQ
  25916. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  25917. Sample Code.imgK
  25918. Feb 00
  25919. - Common
  25920.     - Sun Compliant Java Runtime Environment 1.1
  25921.     - QuickTime 3 
  25922.     - QTJava.zip
  25923.     - QTJava media samples
  25924. - Mac OS:
  25925.     - System 8 or later
  25926.     - Macintosh Runtime for Java (MRJ) 2.1
  25927. - Windows 95, 98, or NT::
  25928.     - JRE/JDK from Sun Microsystems, Inc. recommended
  25929. QuickTime, Java, MRJ
  25930. Dev.CD May 00 TC:Sample Code:P
  25931. Dev.CD May 00 TC
  25932.  - Sample CodeV
  25933. 61918X
  25934. May 00^
  25935. r--set theItem to choose file -- uncomment to test in an AS editor
  25936.     tell application "Finder"
  25937.         open item "Dev.CD May 00 TC:Sample Code:"
  25938.         activate
  25939.     end tell
  25940. on error errMsg number errNum
  25941.     --enter statements to perform when no records are found such as...
  25942.     display dialog "Sorry, the item you selected could not be found."
  25943.     return
  25944. end try
  25945. ment Kits:Mac OS:AIAT:
  25946. System Enabler 088 (AVs)O
  25947. Dev.CD Apr 94
  25948. Dev.CD Jan 94P
  25949. Dev.CD Apr 94
  25950. Dev.CD Jan 9V
  25951. 62383X
  25952. Apr 94
  25953. p--set theItem to choose file -- uncomment to test in an AS editor
  25954.     tell application "Finder"
  25955.         open item "Dev.CD Apr 94
  25956. Dev.CD Jan 94"
  25957.         activate
  25958.     end tell
  25959. on error errMsg number errNum
  25960.     --enter statements to perform when no records are found such as...
  25961.     display dialog "Sorry, the item you selected could not be found."
  25962.     return
  25963. end try
  25964. All Packages
  25965. System Enabler 088 (AVs)O
  25966. Dev.CD Apr 94
  25967. Dev.CD Jan 94P
  25968. Dev.CD Apr 94
  25969. Dev.CD Jan 9V
  25970. 62384X
  25971. Apr 94
  25972. p--set theItem to choose file -- uncomment to test in an AS editor
  25973.     tell application "Finder"
  25974.         open item "Dev.CD Apr 94
  25975. Dev.CD Jan 94"
  25976.         activate
  25977.     end tell
  25978. on error errMsg number errNum
  25979.     --enter statements to perform when no records are found such as...
  25980.     display dialog "Sorry, the item you selected could not be found."
  25981.     return
  25982. end try
  25983. describes
  25984. runtime
  25985. architecture
  25986. based
  25987. shows
  25988. sgdrawable
  25989. class
  25990. display
  25991. shows
  25992. using
  25993. sequencegrabber
  25994. simple
  25995. audio
  25996. shows
  25997. using
  25998. soundmanager
  25999. calls
  26000. simple
  26001. upgrader
  26002. upgrader
  26003. 1.2.3
  26004. engines
  26005. upgrading
  26006. upgrading
  26007. bbedit
  26008. access
  26009. access
  26010. scripting
  26011. urlaccess
  26012. urlaccess
  26013. urlaccess
  26014. urlaccess
  26015. urlaccess68k
  26016. urlaccess68k
  26017. urlaccesslib
  26018. urlaccesslib
  26019. distribution
  26020. guide
  26021. usage
  26022. usage
  26023. history
  26024. utilities
  26025. utilities
  26026. utilities
  26027. utility
  26028. v1.5.2
  26029. v1.5.3
  26030. validator
  26031. validator
  26032. validator
  26033. documentation
  26034. validator
  26035. documentation
  26036. variable
  26037. variables
  26038. version
  26039. version
  26040. history
  26041. version
  26042. history
  26043. Aug 96
  26044. e--set theItem to choose file -- uncomment to test in an AS editor
  26045.     tell application "Finder"
  26046.         open item "Dev.CD Aug 96 TC"
  26047.         activate
  26048.     end tell
  26049. on error errMsg number errNum
  26050.     --enter statements to perform when no records are found such as...
  26051.     display dialog "Sorry, the item you selected could not be found."
  26052.     return
  26053. end try
  26054. All Packages
  26055. QuickDraw GXO
  26056. Dev.CD Jun 97 SSWP
  26057. Dev.CD Jun 97 SSV
  26058. 62012X
  26059. Jun 97
  26060. f--set theItem to choose file -- uncomment to test in an AS editor
  26061.     tell application "Finder"
  26062.         open item "Dev.CD Jun 97 SSW"
  26063.         activate
  26064.     end tell
  26065. on error errMsg number errNum
  26066.     --enter statements to perform when no records are found such as...
  26067.     display dialog "Sorry, the item you selected could not be found."
  26068.     return
  26069. end try
  26070. All Packages
  26071. QuickDraw GXO
  26072. Dev.CD Jun 97 SSWP
  26073. Dev.CD Jun 97 SSV
  26074. 62013X
  26075. Jun 97
  26076. b--set theItem to choose file -- uncomment to test in an AS editor
  26077.     tell application "Finder"
  26078.         open item "Dev.CD Jul 95"
  26079.         activate
  26080.     end tell
  26081. on error errMsg number errNum
  26082.     --enter statements to perform when no records are found such as...
  26083.     display dialog "Sorry, the item you selected could not be found."
  26084.     return
  26085. end try
  26086. protocols
  26087. prototyping
  26088. prove
  26089. proverbial
  26090. proves
  26091. provideZ
  26092. ll Packages
  26093. 4PQDev.CD Mar 00 RL Disk 1
  26094.  - Technical Documentation
  26095.  - Develop
  26096.  - develop Issue 19e video within a QTCanvas. 
  26097. Sample Code.imgK
  26098. Feb 00
  26099. - Common
  26100.     - Sun Compliant Java Runtime Environment 1.1
  26101.     - QuickTime 3 
  26102.     - QTJava.zip
  26103.     - QTJava media samples
  26104. - Mac OS:
  26105.     - System 8 or later
  26106.     - Macintosh Runtime for Java (MRJ) 2.1
  26107. - Windows 95, 98, or NT::
  26108.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26109. QuickTime, Java, MRJO
  26110. Dev.CD May 00 TC:Sample Code:P
  26111. Dev.CD May 00 TC
  26112.  - Sample CodeV
  26113. 60914X
  26114. May 00^
  26115. r--set theItem to choose file -- uncomment to test in an AS editor
  26116.     tell application "Finder"
  26117.         open item "Dev.CD May 00 TC:Sample Code:"
  26118.         activate
  26119.     end tell
  26120. on error errMsg number errNum
  26121.     --enter statements to perform when no records are found such as...
  26122.     display dialog "Sorry, the item you selected could not be found."
  26123.     return
  26124. end try
  26125. e    No Changecompilers@
  26126. compression/decompre@
  26127. computer
  26128. computer's@
  26129. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  26130. NOTE:  Developers should do all new development with Open Transport where possible.
  26131. 2.0.6 Files:
  26132. MacTCP - Read Me First
  26133. MacTCP 2.x Docs:
  26134. MacTCP Developer Tools:
  26135. TCP/IP Administration.image
  26136. TCP/IP Connection.imageK
  26137. Apr 96N
  26138. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  26139.  - Development Kits (Disc 1)
  26140.  - MacTCPery first time can be achieveB
  26141. d by simply pressing a single button.
  26142. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  26143. May 96een the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  26144. NOTE:  Developers should do all new development with Open Transport where possible.
  26145. Aug 93L
  26146. filter
  26147. filtering
  26148. filters
  26149. finalj
  26150. finally
  26151. financially
  26152. financingj
  26153. findr
  26154. findchange
  26155. finder
  26156. finderopenselection
  26157. finders
  26158. finding
  26159. findlurkers
  26160. findsh
  26161. findserialports
  26162. findserialports
  26163. little
  26164. snippet
  26165. inside
  26166. fine-tune
  26167. finger-coded
  26168. finished
  26169. finishing
  26170. finnish
  26171. firewire
  26172. firmware
  26173. firmworks
  26174. firstj
  26175. debug
  26176. redistribution
  26177. mrplus
  26178. mrplus
  26179. multifinder
  26180. multifinder
  26181. 6.1b9
  26182. multimedia
  26183. multimedia
  26184. standards
  26185. reports
  26186. multiprocessing
  26187. multiprocessing
  26188. musicmixer
  26189. myhelpmenu
  26190. macsbug
  26191. macros/templates
  26192. macros/templates
  26193. navigable
  26194. navigable
  26195. movie
  26196. toolkit
  26197. navigation
  26198. navigation
  26199. services
  26200. navigator
  26201. netsprockettest
  26202. network
  26203. network
  26204. management
  26205. network
  26206. server
  26207. developer's
  26208. guide
  26209. network
  26210. services
  26211. location
  26212. network
  26213. stream
  26214. network
  26215. watch
  26216. networking
  26217. audio
  26218. features
  26219. newgworld
  26220. tokenizer
  26221. newgworld
  26222. performance
  26223. photoshop
  26224. player
  26225. plugins
  26226. postscript
  26227. powerbook
  26228. primer
  26229. Summary: This is the electronic version of develop magazine.
  26230.  Issue 29 Summary
  26231. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  26232. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  26233. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  26234. Supporting the Text Services 
  26235. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  26236. High-Performance ACGIs in C  by Ken Urquhart
  26237. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  26238. hints
  26239. historyu
  26240. hit-testing
  26241. hitec
  26242. hitting
  26243. hoddie
  26244. hokum
  26245. holcomb
  26246. holding
  26247. holdsh
  26248. holidayj
  26249. holland
  26250. hooper
  26251. hoping
  26252. uction to Java Programming
  26253. Learning Java
  26254. Javaq
  26255. Dev.CD May 00 TC
  26256. D!All Packages
  26257. Tool Chest Edition
  26258. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  26259. Slot Look info.txt
  26260. Slotlook
  26261. Slotlook.c
  26262. Slotlook.c.o
  26263. Slotlook.make
  26264. Slotlook.rK
  26265. Oct 92OADev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD May 00 TC
  26266.  - Tool Chest
  26267.  - Devices
  26268.  - NuBus/Slot Manager
  26269.  - Slot LookV
  26270. 60926X
  26271. May 00^
  26272. odf-interest
  26273. odf-interest
  26274. archive
  26275. odfdev
  26276. odflibrary
  26277. odflibrary
  26278. metrowerks
  26279. metrowerks
  26280. build
  26281. script
  26282. metrowerks
  26283. zoneranger
  26284. mib-clients
  26285. mib-documentation
  26286. mib-ii
  26287. mib-libraries
  26288. monitor`
  26289. mountprojector
  26290. mountserver
  26291. program
  26292. goodies
  26293. goodies
  26294. scripts
  26295. readme
  26296. scripts
  26297. readme
  26298. 1.0.1b1c2
  26299. installer
  26300. installer
  26301. 1.0.1b1c2
  26302. multimediav
  26303. multimedia
  26304. standardsv
  26305. music
  26306. music
  26307. helper
  26308. mybuildmenu
  26309. namerevisioncurrent
  26310. native
  26311. native
  26312. navig
  26313. install
  26314. netsprocket
  26315. netsprocket
  26316. networkS
  26317. network
  26318. server
  26319. guideS
  26320. network
  26321. software
  26322. installer
  26323. documentation
  26324. sample
  26325. Apr 00L
  26326. Apr 00
  26327. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  26328. N'MacApp, Framework, Object-oriented, C++O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  26329.  - What's New
  26330.  - Tool Chest
  26331.  - MacAppV
  26332. 61719X
  26333. Apr 00^
  26334. --set theItem to choose file -- uncomment to test in an AS editor
  26335.     tell application "Finder"
  26336.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:"
  26337.         activate
  26338.     end tell
  26339. on error errMsg number errNum
  26340.     --enter statements to perform when no records are found such as...
  26341.     display dialog "Sorry, the item you selected could not be found."
  26342.     return
  26343. end try
  26344. e    No Changef$MacApp
  26345. Framework
  26346. Object-oriented
  26347. /A(http://developer.apple.com/tools/macapp/
  26348. Dev.CD Apr 00 SDK1
  26349. D!All Packages
  26350. Tool Chest Edition
  26351. MacApp R14d1
  26352.     - MPW etc.V
  26353. 59290X
  26354. May 00^
  26355. strings
  26356. strip
  26357. strlog
  26358. structure
  26359. stuffit
  26360. stylew
  26361. stylechat
  26362. sub-menus
  26363. suite
  26364. summaryb
  26365. switcht
  26366. switcher
  26367. switching
  26368. symantec
  26369. symbiotic
  26370. synchronization
  26371. synthesis
  26372. systemc
  26373. systemsp
  26374. table
  26375. tables
  26376. tablet
  26377. tanzania
  26378. tanzania
  26379. zanzibar
  26380. starmax
  26381. firmware
  26382. tasking
  26383. tasks
  26384. testing
  26385. debugging
  26386. testing
  26387. debugging
  26388. networking
  26389. communications
  26390. testing
  26391. memory
  26392. virtual
  26393. debugging
  26394. encoding
  26395. character
  26396. encoding
  26397. converter
  26398. textedit
  26399. thread
  26400. timing
  26401. tokenQ
  26402. tokenizer
  26403. tokenizer
  26404. fcode
  26405. tokentalkQ
  26406. windows
  26407. world
  26408. develop
  26409. issue
  26410. develop
  26411. issue
  26412. develop
  26413. issue
  26414. references
  26415. develop
  26416. issue
  26417. develop
  26418. issue
  26419. develop
  26420. issue
  26421. references
  26422. develop
  26423. issue
  26424. develop
  26425. issue
  26426. develop
  26427. issue
  26428. references
  26429. develop
  26430. issue
  26431. develop
  26432. issue
  26433. develop
  26434. issue
  26435. references
  26436. develop
  26437. issue
  26438. develop
  26439. issue
  26440. develop
  26441. issue
  26442. references
  26443. develop
  26444. issue
  26445. develop
  26446. issue
  26447. develop
  26448. issue
  26449. develop
  26450. issue
  26451. develop
  26452. issue
  26453. references
  26454. develop
  26455. issue
  26456. develop
  26457. issue
  26458. develop
  26459. issue
  26460. develop
  26461. issue
  26462. develop
  26463. issue
  26464. develop
  26465. issue
  26466. develop
  26467. issue
  26468. develop
  26469. issue
  26470. develop
  26471. issue
  26472. develop
  26473. issue
  26474. develop
  26475. issue
  26476. developeru
  26477. developmentm
  26478. diagrams
  26479. digital
  26480. digital
  26481. asset
  26482. management
  26483. digital
  26484. storyboard
  26485. directionsj
  26486. disku
  26487. --set theItem to choose file -- uncomment to test in an AS editor
  26488.     tell application "Finder"
  26489.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  26490.         activate
  26491.     end tell
  26492. on error errMsg number errNum
  26493.     --enter statements to perform when no records are found such as...
  26494.     display dialog "Sorry, the item you selected could not be found."
  26495.     return
  26496. end try
  26497. managerN
  26498. 62585X
  26499. Aug 97^
  26500. --set theItem to choose file -- uncomment to test in an AS editor
  26501.     tell application "Finder"
  26502.         open item "Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:"
  26503.         activate
  26504.     end tell
  26505. on error errMsg number errNum
  26506.     --enter statements to perform when no records are found such as...
  26507.     display dialog "Sorry, the item you selected could not be found."
  26508.     return
  26509. end try
  26510. e    No Changeq
  26511. Dev.CD Aug 97 TC
  26512. All Packages
  26513. WorldScript UpdaterO
  26514. Dev.CD Jul 96 SSWP
  26515. Dev.CD Jul 96 SSV
  26516. 62586X
  26517. Jul 96
  26518. f--set theItem to choose file -- uncomment to test in an AS editor
  26519.     tell application "Finder"
  26520.         open item "Dev.CD Jul 96 SSW"
  26521.         activate
  26522.     end tell
  26523. on error errMsg number errNum
  26524.     --enter statements to perform when no records are found such as...
  26525.     display dialog "Sorry, the item you selected could not be found."
  26526.     return
  26527. end try
  26528. All Packages
  26529. WorldScript UpdaterO
  26530. Dev.CD Jul 96 SSWV
  26531. 62587X
  26532. r--set theItem to choose file -- uncomment to test in an AS editor
  26533.     tell application "Finder"
  26534.         open item "Dev.CD May 00 TC:Sample Code:"
  26535.         activate
  26536.     end tell
  26537. on error errMsg number errNum
  26538.     --enter statements to perform when no records are found such as...
  26539.     display dialog "Sorry, the item you selected could not be found."
  26540.     return
  26541. end try
  26542.  - Development Kits
  26543.  - Mac OS
  26544.  - Apple Location ManagerV
  26545. 58937X
  26546. Apr 00^
  26547. --set theItem to choose file -- uncomment to test in an AS editor
  26548.     tell application "Finder"
  26549.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  26550.         activate
  26551.     end tell
  26552. on error errMsg number errNum
  26553.     --enter statements to perform when no records are found such as...
  26554.     display dialog "Sorry, the item you selected could not be found."
  26555.     return
  26556. end try
  26557. e    No ChangefGLocation
  26558. Configuration
  26559. Setting
  26560. Preference
  26561. Switch
  26562. Module
  26563. Environmentq
  26564. Dev.CD Apr 00 SDK1
  26565. f--set theItem to choose file -- uncomment to test in an AS editor
  26566.     tell application "Finder"
  26567.         open item "Dev.CD Jun 97 SSW"
  26568.         activate
  26569.     end tell
  26570. on error errMsg number errNum
  26571.     --enter statements to perform when no records are found such as...
  26572.     display dialog "Sorry, the item you selected could not be found."
  26573.     return
  26574. end try
  26575. All Packages
  26576. F    QuickTimeO
  26577. Dev.CD Jun 97 SSWP
  26578. Dev.CD Jun 97 SSV
  26579. 62100X
  26580. Jun 97
  26581. f--set theItem to choose file -- uncomment to test in an AS editor
  26582.     tell application "Finder"
  26583.         open item "Dev.CD Jun 97 SSW"
  26584.         activate
  26585.     end tell
  26586. on error errMsg number errNum
  26587.     --enter statements to perform when no records are found such as...
  26588.     display dialog "Sorry, the item you selected could not be found."
  26589.     return
  26590. end try
  26591. All Packages
  26592. F    QuickTimeO
  26593. Dev.CD Jun 97 SSWP
  26594. Dev.CD Jun 97 SSV
  26595. 62101X
  26596. Jun 97
  26597. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  26598.     -Using lists in document windows.
  26599.  Resource Manager
  26600.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  26601.      application resource forks that may contain preloaded 'CODE' resources.
  26602.  Dialog Manager
  26603.     -Non standard text styles in a dialog, including popup menus and editable text items.
  26604.     -Support a number of moveable modal dialogs in an 
  26605. application.
  26606. It also demonstrates:
  26607.   -How to properly support the standard event loop, including basic support for multiple monitors.
  26608.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  26609.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  26610.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  26611.   -An example of using 
  26612. e    No Changeq
  26613. Dev.CD May 00 TC
  26614. D!All Packages
  26615. Tool Chest Edition
  26616. SlotsI
  26617. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  26618. SlotsK
  26619. Oct 92O<Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD May 00 TC
  26620.  - Tool Chest
  26621.  - Devices
  26622.  - NuBus/Slot Manager
  26623.  - SlotV
  26624. 62160X
  26625. May 00^
  26626. --set theItem to choose file -- uncomment to test in an AS editor
  26627.     tell application "Finder"
  26628.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  26629.         activate
  26630.     end tell
  26631. on error errMsg number errNum
  26632.     --enter statements to perform when no records are found such as...
  26633.     display dialog "Sorry, the item you selected could not be found."
  26634.     return
  26635. end try
  26636. e    No Changeq
  26637. Dev.CD May 00 TC
  26638. D!All Packages
  26639. Tool Chest Edition
  26640. SnapshotSample1.0b4
  26641.     ctorsh
  26642. change
  26643. developeru
  26644. developmentm
  26645. directionsj
  26646. disku
  26647. 61473X
  26648. Dec 99^
  26649. --set theItem to choose file -- uncomment to test in an AS editor
  26650.     tell application "Finder"
  26651.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:"
  26652.         activate
  26653.     end tell
  26654. on error errMsg number errNum
  26655.     --enter statements to perform when no records are found such as...
  26656.     display dialog "Sorry, the item you selected could not be found."
  26657.     return
  26658. end try
  26659. Deletedf
  26660. creator
  26661. signature
  26662. registrationq
  26663. Dev.CD Dec 99 RL
  26664. kD!All Packages
  26665. Tool Chest Edition
  26666. CallFinder Tool 1.0I
  26667. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  26668. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  26669. CallFinder docs
  26670. CallFinder docs.txtK
  26671. Vol IXM
  26672. MPW Shell, System 7.0N
  26673. AE, Apple Events, AppleEventsOMDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:nge
  26674. Print Hi
  26675. 61577X
  26676. May 00^
  26677. --set theItem to choose file -- uncomment to test in an AS editor
  26678.     tell application "Finder"
  26679.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  26680.         activate
  26681.     end tell
  26682. on error errMsg number errNum
  26683.     --enter statements to perform when no records are found such as...
  26684.     display dialog "Sorry, the item you selected could not be found."
  26685.     return
  26686. end try
  26687. e    No Changef
  26688. Disk I/O
  26689. Performanceq
  26690. Dev.CD May 00 TC
  26691. SD!All Packages
  26692. Tool Chest Edition
  26693. DiskFiller
  26694.     D Aug 96 TC
  26695. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26696. Dev.CD Jan 96 SDKV
  26697. 60727X
  26698. Aug 96
  26699. e runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  26700. See the ReadMe.
  26701. J"Appearance
  26702. Contextual Menu ManagerK
  26703. Mar 98L
  26704. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:W
  26705. MakeMake 2.0d38
  26706. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  26707. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  26708. Makemake
  26709. Makemake manualK
  26710. Vol IIIL
  26711. Aug 92OIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD May 00 TC
  26712.  - Tool Chest
  26713.  - Development Kits
  26714.  - MPW Related
  26715.  - MakeMake 2.0d38V
  26716. 61742X
  26717. May 00^
  26718. --set theItem to choose file -- uncomment to test in an AS editor
  26719.     tell application "Finder"
  26720.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  26721.         activate
  26722.     end tell
  26723. on error errMsg number errNum
  26724.     --enter statements to perform when no records are found such as...
  26725.     display dialog "Sorry, the item you selected could not be found."
  26726.     return
  26727. end try
  26728. end try
  26729. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  26730. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  26731. JGAbout Driver Installer
  26732. About Driver Installer.txt
  26733. Installer for DriversK
  26734. Vol IVO5Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD May 00 TC
  26735.  - Tool Chest
  26736.  - Devices
  26737.  - Driver Installer:Sample Code:P
  26738. Dev.CD May 00 TC
  26739.  - Sample CodeV
  26740. 60684X
  26741. May 00^
  26742. # one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  26743. Contains a new version of ALM (2.0.1) for developer use.
  26744. 58937X
  26745. 1e    No Change
  26746.  information about the Power Mac G4 
  26747. summary
  26748. allows
  26749. developer
  26750. monitor
  26751. summary
  26752. makes
  26753. survey
  26754. people
  26755. electron
  26756. summary
  26757. training
  26758. stack
  26759. gives
  26760. general
  26761. overview
  26762. summary
  26763. allows
  26764. hypertalk
  26765. scripter
  26766. display
  26767. summary
  26768. supplementing
  26769. documentation
  26770. summary
  26771. validator
  26772. utility
  26773. testing
  26774. sierra/i
  26775. summary
  26776. simple
  26777. macintosh
  26778. application
  26779. supports
  26780. summary
  26781. network
  26782. software
  26783. installer
  26784. insta
  26785. sun's
  26786. sunsoft
  26787. supersedes
  26788. suport
  26789. supplement
  26790. supplementing
  26791. supplied
  26792. supply
  26793. supportN
  26794. block
  26795. device
  26796. driver
  26797. raster
  26798. ratesA
  26799. quickdraw
  26800. hardware
  26801. acceleration
  26802. rawip
  26803. rawmode
  26804. readerZ
  26805. reality
  26806. receives
  26807. reconfiguration
  26808. recordable\
  26809. redistribution
  26810. reference
  26811. region
  26812. registration
  26813. registry
  26814. release
  26815. rename
  26816. renderer
  26817. rendering
  26818. replace
  26819. reports
  26820. resedit
  26821. resedit
  26822. 2.1.1
  26823. disassembly
  26824. disassembler
  26825. viewer
  26826. edito
  26827. resolution
  26828. resource
  26829. resourcesY
  26830. return
  26831. return
  26832. investment
  26833. business
  26834. processes
  26835. interactive
  26836. media
  26837. rgbforecolor
  26838. ringQ
  26839. riser
  26840. robustness
  26841. router
  26842. routing
  26843. runtime
  26844. sample
  26845. sample
  26846. traffic
  26847. light
  26848. saving
  26849. scanner
  26850. scomP
  26851. screen
  26852. script\
  26853. scriptable\
  26854. strategyj
  26855. stream
  26856. streamedit
  26857. streaming
  26858. streamlined
  26859. streamnop
  26860. streamnop
  26861. sample
  26862. streams
  26863. module
  26864. designed
  26865. streams
  26866. strengths
  26867. stress
  26868. strictlyo
  26869. stride
  26870. string
  26871. stringing
  26872. strings
  26873. stringservices
  26874. strip
  26875. stripped
  26876. stripunits
  26877. strlist
  26878. strlog
  26879. stroke
  26880. stroll
  26881. strong
  26882. stronger
  26883. bstitutions
  26884. subtle
  26885. succeed
  26886. success
  26887. successfulf
  26888. successfullyx
  26889. suchQ
  26890. suffer
  26891. suggestions
  26892. suitj
  26893. suitability
  26894. suiteN
  26895. suited
  26896. suitesm
  26897. summarizationb
  26898. summarize
  26899. summarizes
  26900. summarizing
  26901. All Packages
  26902. F    PowerTalkO
  26903. Dev.CD Apr 95
  26904. Dev.CD Jan 95P
  26905. Dev.CD Apr 95
  26906. Dev.CD Jan 9V
  26907. 61875X
  26908. Apr 95
  26909. p--set theItem to choose file -- uncomment to test in an AS editor
  26910.     tell application "Finder"
  26911.         open item "Dev.CD Apr 95
  26912. Dev.CD Jan 95"
  26913.         activate
  26914.     end tell
  26915. on error errMsg number errNum
  26916.     --enter statements to perform when no records are found such as...
  26917.     display dialog "Sorry, the item you selected could not be found."
  26918.     return
  26919. end try
  26920. All Packages
  26921. F    PowerTalkO
  26922. Dev.CD Apr 95
  26923. Dev.CD Jan 95P
  26924. Dev.CD Apr 95
  26925. Dev.CD Jan 9V
  26926. 61876X
  26927. Apr 95
  26928. p--set theItem to choose file -- uncomment to test in an AS editor
  26929.     tell application "Finder"
  26930.         open item "Dev.CD Apr 95
  26931. Dev.CD Jan 95"
  26932.         activate
  26933.     end tell
  26934. on error errMsg number errNum
  26935.     --enter statements to perform when no records are found such as...
  26936.     display dialog "Sorry, the item you selected could not be found."
  26937.     return
  26938. end try
  26939. All Packages
  26940. manager
  26941. pccardnetworksample
  26942. pccts
  26943. pccts
  26944. sound
  26945. input
  26946. driver
  26947. pdlog
  26948. pdlog
  26949. expand
  26950. viewer
  26951. peoplesoft/apple
  26952. peoplesoft/apple
  26953. white
  26954. paper
  26955. peoplesurveyor
  26956. peoplesurveyor
  26957. 2.1.2
  26958. performa
  26959. performa
  26960. 7.1p2
  26961. performa
  26962. 7.1p5
  26963. performa
  26964. 7.1p6
  26965. performance
  26966. performance
  26967. tools
  26968. pgpuam
  26969. photoshop
  26970. picker
  26971. pippin
  26972. pippin
  26973. technical
  26974. notes
  26975. player
  26976. playmovie
  26977. playtune
  26978. plug-ins
  26979. plugins
  26980. popupfuncs
  26981. popupfuncs
  26982. 2.6.1
  26983. porting
  26984. porting
  26985. objective-c
  26986. posers
  26987. postscript
  26988. postscript
  26989. output
  26990. filters
  26991. postscript
  26992. utilities
  26993. helper
  26994. helper
  26995. helper
  26996. justify
  26997. mappings
  26998. processorC
  26999. profile
  27000. profilerx
  27001. profilerenamer
  27002. progguide
  27003. progguide
  27004. apple
  27005. scanners
  27006. program
  27007. programmer's
  27008. programmer's
  27009. 1.4.2
  27010. progresswindoid-c
  27011. project
  27012. projectdrag
  27013. projectdrag
  27014. 1.1b8
  27015. projects
  27016. publications
  27017. spooler
  27018. patch
  27019. 1.0.2
  27020. qteffects
  27021. qteffects
  27022. explode
  27023. qtsimpleapplet
  27024. qtstreamingapplet
  27025. qttestapplet
  27026. qttojavaimage
  27027. quadra
  27028. qualified
  27029. source
  27030. stack
  27031. standardsv
  27032. strip
  27033. stylew
  27034. success
  27035. suitesm
  27036. super
  27037. survey
  27038. switch
  27039. synchronization
  27040. systemx
  27041. technicalS
  27042. terminology^
  27043. tester
  27044. textedit
  27045. toolbox
  27046. toolkits
  27047. tools]
  27048. All Packages
  27049. System 7.5 Update 1.0O
  27050. Dev.CD Jan 96 SSWP
  27051. Dev.CD Jan 96 SSV
  27052. 62235X
  27053. Jan 96
  27054. f--set theItem to choose file -- uncomment to test in an AS editor
  27055.     tell application "Finder"
  27056.         open item "Dev.CD Jan 96 SSW"
  27057.         activate
  27058.     end tell
  27059. on error errMsg number errNum
  27060.     --enter statements to perform when no records are found such as...
  27061.     display dialog "Sorry, the item you selected could not be found."
  27062.     return
  27063. end try
  27064. All Packages
  27065. System 7.5 Update 1.0O
  27066. Dev.CD Jan 96 SSWP
  27067. Dev.CD Jan 96 SSV
  27068. 62236X
  27069. Jan 96
  27070. f--set theItem to choose file -- uncomment to test in an AS editor
  27071.     tell application "Finder"
  27072.         open item "Dev.CD Jan 96 SSW"
  27073.         activate
  27074.     end tell
  27075. on error errMsg number errNum
  27076.     --enter statements to perform when no records are found such as...
  27077.     display dialog "Sorry, the item you selected could not be found."
  27078.     return
  27079. end try
  27080. All Packages
  27081. System 7.5 Update 1.0V
  27082. 62237X
  27083. All Packages
  27084. Japanese Language KitOEDev.CD May 94
  27085. Dev.CD Feb 94
  27086. Dev.CD Oct 93
  27087. Dev.CD Jun 93
  27088. Dev.CD May 93PDDev.CD May 94
  27089. Dev.CD Feb 94
  27090. Dev.CD Oct 93
  27091. Dev.CD Jun 93
  27092. Dev.CD May 9V
  27093. 61676X
  27094. May 94
  27095. --set theItem to choose file -- uncomment to test in an AS editor
  27096.     tell application "Finder"
  27097.         open item "Dev.CD May 94
  27098. Dev.CD Feb 94
  27099. Dev.CD Oct 93
  27100. Dev.CD Jun 93
  27101. Dev.CD May 93"
  27102.         activate
  27103.     end tell
  27104. on error errMsg number errNum
  27105.     --enter statements to perform when no records are found such as...
  27106.     display dialog "Sorry, the item you selected could not be found."
  27107.     return
  27108. end try
  27109. D!All Packages
  27110. Tool Chest Edition
  27111. Japanese Language Kit v1.2
  27112.     signed to take advantage of OpenGL.
  27113. What's New in OpenGL
  27114.  1.1.2:
  27115.  Internal texture format hint is now supported
  27116.  Better AGP texture management
  27117.  Added support for Velocity Engine
  27118.  Support for the EXT_texture_env_add extension
  27119.  Lots of performance optimizations
  27120. 58078X
  27121. 1e    No Change
  27122. sers -
  27123. compatible Indian language sites on the web.
  27124. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  27125. The kit comes with a selection of keyboard layouts accompanied by a r
  27126. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  27127. Install 1
  27128. Install 2K
  27129. May 97O7Dev.CD May 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD May 00 TC
  27130.  - Language Kits
  27131.  - Indian Language Kit 1.0."
  27132.     return
  27133. end try
  27134. end try
  27135. 61475X
  27136. May 00^
  27137. --set theItem to choose file -- uncomment to test in an AS editor
  27138.     tell application "Finder"
  27139.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  27140.         activate
  27141.     end tell
  27142. on error errMsg number errNum
  27143.     --enter statements to perform when no records are found such as...
  27144.     display dialog "Sorry, the item you selected could not be found."
  27145.     return
  27146. end try
  27147. e    No Changeq
  27148. Dev.CD May 00 TC
  27149. mD!All Packages
  27150. Mac OS SDK Edition
  27151. CarbonLib 1.0.2 SDK
  27152. Carbon 1.0.2 SDK for Mac OS is now available to all developers. This SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.2 supports Mac OS 8.1 and greater.
  27153. CarbonLib_1.0.2_SDK.smi
  27154. Apr 00
  27155.  Mac OS 8.1 and greater
  27156. Carbon,  CarbonLib
  27157. http://developer.apple.com/sdk
  27158. -AboutBox.c
  27159. AboutBox.h
  27160. CIconButtons.c
  27161. CIconButtons.h
  27162. History.c
  27163. History.h
  27164. HTMLSample
  27165. HTMLSample Help:
  27166. HTMLSample Pages:
  27167. HTMLSample.c
  27168. HTMLSample.h
  27169. HTMLSample.prj
  27170. HTMLSample.r
  27171. HTMLSample.rsrc
  27172. MakeFile
  27173. Re- C/F Registration Request
  27174. ReadMe
  27175. RenderingWindow.c
  27176. RenderingWindow.h
  27177. SampleUtils.c
  27178. SampleUtils.h
  27179. s guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  27180. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  27181. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  27182. Network Server Dev. GuideK
  27183. Jun 96N.AIX, Network Server, Symbiotic, client, servers, which include a
  27184.    fast Powe
  27185. A simple utility to test if a driver support asynchronous reads
  27186. Shows how to walk the driver table and relate a volume to a disk driver.J
  27187. Sample Code.imgK
  27188. Aug 97N&async, asynchronous, driver unit tableO
  27189. Dev.CD May 00 TC:Sample Code:P
  27190. Dev.CD May 00 TC
  27191.  - Sample CodeV
  27192. 61449X
  27193. May 00^
  27194. r--set theItem to choose file -- uncomment to test in an AS editor
  27195.     tell application "Finder"
  27196.         open item "Dev.CD May 00 TC:Sample Code:"
  27197.         activate
  27198.     end tell
  27199. on error errMsg number errNum
  27200.     --enter statements to perform when no records are found such as...
  27201.     display dialog "Sorry, the item you selected could not be found."
  27202.     return
  27203. end try
  27204. e    No Changef$async
  27205. asynchronous
  27206. driver unit tableq
  27207. Dev.CD May 00 TC
  27208. SD!All Packages
  27209. Tool Chest Edition
  27210. AsyncDriverSample1.0b4
  27211. large
  27212. collection
  27213. tools
  27214. scripts
  27215. libraries
  27216. examples
  27217. larger
  27218. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  27219. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  27220. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  27221. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  27222. Issues:
  27223. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  27224. 24 GC video card.  With this card and the 8
  27225. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  27226. s display.  Remove the 8
  27227. 24 GC control panel to 
  27228. --set theItem to choose file -- uncomment to test in an AS editor
  27229.     tell application "Finder"
  27230.         open item "Dev.CD Apr 94
  27231. Dev.CD Jan 94
  27232. Dev.CD Oct 93
  27233. Dev.CD Jul 93"
  27234.         activate
  27235.     end tell
  27236. on error errMsg number errNum
  27237.     --enter statements to perform when no records are found such as...
  27238.     display dialog "Sorry, the item you selected could not be found."
  27239.     return
  27240. end try
  27241. hubbard
  27242. hugeg
  27243. humanj
  27244. hundreds
  27245. huxham
  27246. hybrid
  27247. hypercardc
  27248. hyperdam
  27249. hypertalk
  27250. hypertext[
  27251. e    No Changeq
  27252. Dev.CD May 00 TC
  27253. D!All Packages
  27254. Mac OS SDK Edition
  27255. MRJ 2.1.4 Web Install
  27256.  About Mac OS Runtime for Java 2.1.4
  27257. Mac OS Runtime for Java (MRJ) 2.1.4 is an upgrade to MRJ 2.1.3.  It fixes two severe bugs that affected Java applications, but not applets.
  27258.  In some Java applications, windows would occasionally disappear or become non-functional. 
  27259.  Quitting a Java application would occasionally cause another application to quit, or a file opened by another application to close. This would happen only when the second application had been launched, or the file openem "Dev.CD Jan 96 SSW"
  27260.         activate
  27261.     end tell
  27262. on error errMsg number errNum
  27263.     --enter statements to perform when no records are found such as...
  27264.     display dialog "Sorry, the item you selected could not be found."
  27265.     return
  27266. end try
  27267. All Packages
  27268. F    QuickTimeO
  27269. Dev.CD Jan 96 SSWP
  27270. Dev.CD Jan 96 SSV
  27271. 59552X
  27272. Jan 96
  27273. rldScript technology. It can even be used to view ISCII-1
  27274. 1.0.2d
  27275. 1.0.3
  27276. 1.0.4e
  27277. 1.0.6
  27278. 1.0b2
  27279. 1.0b3n
  27280. 1.0b5
  27281. 1.0d6T
  27282. 1.0fc1
  27283. 1.1.1
  27284. 1.1.3
  27285. 1.1.4
  27286. 1.1b1
  27287. 1.1b8
  27288. 1.2.1Q
  27289. 1.2.3
  27290. 1.3.4
  27291. 1.3b5
  27292. 1.4.1f4
  27293. 1.4.2_
  27294. 1.4.9
  27295. 1.4d5
  27296. b--set theItem to choose file -- uncomment to test in an AS editor
  27297.     tell application "Finder"
  27298.         open item "Dev.CD Jul 95"
  27299.         activate
  27300.     end tell
  27301. on error errMsg number errNum
  27302.     --enter statements to perform when no records are found such as...
  27303.     display dialog "Sorry, the item you selected could not be found."
  27304.     return
  27305. end try
  27306. tem you selected could not be found."
  27307.     return
  27308. end try
  27309. e    No Changef
  27310. Apple Guide
  27311. Help Systemsq
  27312. Dev.CD Apr 00 SDK1
  27313. 1D!All Packages
  27314. Mac OS SDK Edition
  27315. Apple Help SDK 1.0
  27316. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  27317. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  27318. Apple Help SDK.smiK
  27319. Oct 99M
  27320. Mac OS 8.6 or later systems
  27321. notes
  27322. novell
  27323. nubus
  27324. number
  27325. number
  27326. formatting
  27327. object
  27328. object
  27329. object-oriented
  27330. objective-c
  27331. objects
  27332. objectsupportlib
  27333. off-screen
  27334. opaque
  27335. opaque
  27336. types
  27337. firmware
  27338. systems
  27339. transport
  27340. transport
  27341. debug
  27342. transport
  27343. module
  27344. opendoc
  27345. openfirmware
  27346. opengl
  27347. opening
  27348. opening
  27349. files
  27350. openstep
  27351. opentransport
  27352. optimization
  27353. option
  27354. option
  27355. management
  27356. ordered
  27357. ordered
  27358. collection
  27359. 62172X
  27360. May 00^
  27361. r--set theItem to choose file -- uncomment to test in an AS editor
  27362.     tell application "Finder"
  27363.         open item "Dev.CD May 00 TC:Sample Code:"
  27364.         activate
  27365.     end tell
  27366. on error errMsg number errNum
  27367.     --enter statements to perform when no records are found such as...
  27368.     display dialog "Sorry, the item you selected could not be found."
  27369.     return
  27370. end try
  27371. e    No Changeq
  27372. Dev.CD May 00 TC
  27373. D!All Packages
  27374. Tool Chest Edition
  27375. Snippets - Processes
  27376. (** = new, * = revised)
  27377. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  27378. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  27379. v file is a file that provides support for one or more network connections.) These calls include a hierarchical display call and specific user-interface calls for configuration of AURP adevs.
  27380. Apple Internet Router: Developing an AURP adev File
  27381. ------------------------------------
  27382. This document provides information needed to develop an AURP adev. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  27383. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  27384. Apple Internet Router: Extending IP Tunnel and DialUp
  27385. --------------------------------------
  27386. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  27387. 61680X
  27388. May 00^
  27389. --set theItem to choose file -- uncomment to test in an AS editor
  27390.     tell application "Finder"
  27391.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  27392.         activate
  27393.     end tell
  27394. on error errMsg number errNum
  27395.     --enter statements to perform when no records are found such as...
  27396.     display dialog "Sorry, the item you selected could not be found."
  27397.     return
  27398. end try
  27399. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  27400. Dev.CD May 00 TC
  27401. D!All Packages
  27402. Tool Chest Edition
  27403. F    JISAppletI
  27404. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ
  27405. Sample Code.imgK
  27406. Feb 00
  27407. C:Sample Code:V
  27408. 61681X
  27409. 1e    No Change
  27410.  00 RL Disk 1
  27411.  - Utilities
  27412.  - HyperCard Player
  27413.  - HyperCard Player 2.4ts to perform when no records are found such as...
  27414.     display dialog "Sorry, the item you selected could not be found."
  27415.     return
  27416. end try
  27417. ssword
  27418. MSAppleScript
  27419.  extension, Script Editor (to utilize recording and scripting features)N9AppleScript, Apple events, recordable, scriptable, script    its host if specific or all screen content matches a pre-measured checksum.
  27420.   vuCollect 1.0b1
  27421.     This folder contains a combination MPW Tool/Script that is designed
  27422.     to collect information on a target machine and format it so that there
  27423.     is only 1 descriptor per line.  For more information, see the
  27424.     "vuCollect ReadMe" file.
  27425.   VUMarF
  27426. k 1.0b1
  27427.     VUMark is an MPW script that will mark all of the VU tasks in a file
  27428.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  27429.     document.
  27430. Virtual User tools.imgK
  27431. Vol VL
  27432. Feb 94M1ShimmerMate must be launched from the same volumeOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  27433.  - Tool Chest
  27434.  - Testing & Debugging
  27435.  - Virtual User tools?
  27436. address
  27437. resolution
  27438. protocol
  27439. protocol
  27440. mapping
  27441. AppleScriptO
  27442. Dev.CD Jan 95P
  27443. Dev.CD Jan 9V
  27444. 61427to test in an AS editor
  27445.     tell application "Finder"
  27446.         open item "Dev.CD Apr 94
  27447. Dev.CD Jan 94
  27448. Dev.CD Oct 93
  27449. Dev.CD Jul 93"
  27450.         activate
  27451.     end tell
  27452. on error errMsg number errNum
  27453.     --enter statements to perform when no records are found such as...
  27454.     display dialog "Sorry, the item you selected could not be found."
  27455.     return
  27456. end try
  27457. igning or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  27458. Localization for JapanK
  27459. Aug 92M
  27460. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  27461.  - Programs & MarketingV
  27462. 57975X
  27463. May 98^
  27464. #ping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  27465. IP is not supported).
  27466. VU3.0.1d3.smiK
  27467. Dec 97L
  27468. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD May 00 TC
  27469.  - Tool Chest
  27470.  - Testing & Debugging
  27471.  - Virtual User 3.0.1d3V
  27472. develop
  27473. issue
  27474. develop
  27475. issue
  27476. develop
  27477. issue
  27478. develop
  27479. issue
  27480. develop
  27481. issue
  27482. develop
  27483. issue
  27484. develop
  27485. issue
  27486. develop
  27487. issue
  27488. develop
  27489. issue
  27490. develop
  27491. issue
  27492. develop
  27493. issue
  27494. develop
  27495. issue
  27496. develop
  27497. issue
  27498. develop
  27499. issue
  27500. develop
  27501. issue
  27502. develop
  27503. issue
  27504. develop
  27505. issue
  27506. develop
  27507. issue
  27508. develop
  27509. issue
  27510. develop
  27511. issue
  27512. develop
  27513. issue
  27514. helpq
  27515. imaging[
  27516. internationals
  27517. issue
  27518. VU Tutorial & Scripts
  27519. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  27520. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  27521. Virtual User tools.imgK
  27522. Aug 92M
  27523. Apple DocViewer applicationN
  27524. VU, Virtual UserOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  27525.  - Tool Chest
  27526.  - Testing & Debugging
  27527.  - Virtual User toolsV
  27528. 62571X
  27529. May 00^
  27530. --set theItem to choose file -- uncomment to test in an AS editor
  27531.     tell application "Finder"
  27532.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  27533.         activate
  27534.     end tell
  27535. on error errMsg number errNum
  27536.     --enter statements to perform when no records are found such as...
  27537.     display dialog "Sorry, the item you selected could not be found."
  27538.     return
  27539. end try
  27540. end try
  27541. music
  27542. ry:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  27543.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  27544. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  27545. Issues:  Only tested under System 7.
  27546. Stress testing tools.imgK
  27547. Apr 94N
  27548. Utility, Tool, Low Disk SpaceOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD May 00 TC
  27549.  - Tool Chest
  27550.  - Testing & Debugging
  27551.  - Stress testing toolsds are found such as...
  27552.     display dialog "Sorry, the item you selected could not be found."
  27553.     return
  27554. end try
  27555. All Packages
  27556. QuickDraw GXO
  27557. Dev.CD Jun 97 SSWV
  27558. 59535X
  27559. atabase
  27560. moved
  27561. package
  27562. xe    No Changef+Chinese Language Kit Traditional Simplifiedq
  27563. Dev.CD May 00 TC
  27564. All Packages
  27565. Chinese Language KitOQDev.CD May 97 TC
  27566. Dev.CD Nov 96 TC
  27567. Dev.CD Aug 96 TC
  27568. Dev.CD Feb 96 TC
  27569. Dev.CD Feb 95PPDev.CD May 97 TC
  27570. Dev.CD Nov 96 TC
  27571. Dev.CD Aug 96 TC
  27572. Dev.CD Feb 96 TC
  27573. Dev.CD Feb 9V
  27574. 61488X
  27575. May 97
  27576. --set theItem to choose file -- uncomment to test in an AS editor
  27577.     tell application "Finder"
  27578.         open item "Dev.CD May 97 TC
  27579. Dev.CD Nov 96 TC
  27580. Dev.CD Aug 96 TC
  27581. Dev.CD Feb 96 TC
  27582. Dev.CD Feb 95"
  27583.         activate
  27584.     end tell
  27585. on error errMsg number errNum
  27586.     --enter statements to perform when no records are found such as...
  27587.     display dialog "Sorry, the item you selected could not be found."
  27588.     return
  27589. end try
  27590. All Packages
  27591. Chinese Language KitO
  27592. Dev.CD May 94
  27593. Dev.CD Feb 94P
  27594. Dev.CD May 94
  27595. Dev.CD Feb 9V
  27596. 61489X
  27597. May 94
  27598. rightsj
  27599. rigorously
  27600. rinaldi1
  27601. ripple
  27602. risc-based
  27603. sample
  27604. demonstrates
  27605. write
  27606. application
  27607. sample
  27608. demonstrates
  27609. easiest
  27610. transpo
  27611. sample
  27612. demonstrates
  27613. mapper
  27614. sample
  27615. demonstrates
  27616. no-copy
  27617. receives
  27618. under
  27619. sample
  27620. includes
  27621. source
  27622. libraries
  27623. which
  27624. provide
  27625. sample
  27626. basic
  27627. implementation
  27628. sprite
  27629. sample
  27630. demonstration
  27631. soundsprocket
  27632. sample
  27633. quick
  27634. demonstration
  27635. implement
  27636. sample
  27637. simple
  27638. server
  27639. demonstrat
  27640. sample
  27641. designed
  27642. simple
  27643. drawsprocket
  27644. sample
  27645. designed
  27646. proper
  27647. sample
  27648. shows
  27649. implementation
  27650. netsprocket
  27651. sample
  27652. shows
  27653. basic
  27654. implementations
  27655. drawsprocket
  27656. sample
  27657. shows
  27658. transport
  27659. sample
  27660. shows
  27661. network
  27662. setup
  27663. library
  27664. r--set theItem to choose file -- uncomment to test in an AS editor
  27665.     tell application "Finder"
  27666.         open item "Dev.CD May 00 TC:Sample Code:"
  27667.         activate
  27668.     end tell
  27669. on error errMsg number errNum
  27670.     --enter statements to perform when no records are found such as...
  27671.     display dialog "Sorry, the item you selected could not be found."
  27672.     return
  27673. end try
  27674. includes
  27675. draft
  27676. specifications
  27677. summary
  27678. package
  27679. apple
  27680. summary
  27681. package
  27682. provides
  27683. summary
  27684. package
  27685. provides
  27686. english
  27687. error
  27688. messages
  27689. ummary
  27690. sample
  27691. illustrates
  27692. determine
  27693. summary
  27694. sample
  27695. demonstrates
  27696. compress
  27697. decompr
  27698. summary
  27699. sample
  27700. demonstrates
  27701. write
  27702. simple
  27703. summary
  27704. sample
  27705. extracts
  27706. finder
  27707. strings
  27708. summary
  27709. support
  27710. quicktake
  27711. quicktake
  27712. Summary:
  27713. Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  27714. Features:
  27715. Go to the QuickTime Site Updates page for a summary of recent changes.
  27716. QuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphics
  27717. A2images:
  27718. qtdevdocs:
  27719. quicktime.html
  27720. techpubsfind.htm
  27721. Jan 00L
  27722. Feb 00M
  27723. web browserNCQuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphicsO9Dev.CD Mar 00 RL Disk 2:Technical Publications:quicktime:P>Dev.CD Mar 00 RL Disk 2
  27724.  - Technical Publications
  27725.  - quicktime
  27726. automaticallyZ
  27727. automating
  27728. auxiliary
  27729. availableR
  27730. ayala
  27731. All Packages
  27732. F    PowerTalkO
  27733. Dev.CD Apr 95
  27734. Dev.CD Jan 95P
  27735. Dev.CD Apr 95
  27736. Dev.CD Jan 9V
  27737. 61870X
  27738. Apr 95
  27739. p--set theItem to choose file -- uncomment to test in an AS editor
  27740.     tell application "Finder"
  27741.         open item "Dev.CD Apr 95
  27742. Dev.CD Jan 95"
  27743.         activate
  27744.     end tell
  27745. on error errMsg number errNum
  27746.     --enter statements to perform when no records are found such as...
  27747.     display dialog "Sorry, the item you selected could not be found."
  27748.     return
  27749. end try
  27750. All Packages
  27751. F    PowerTalkO
  27752. Dev.CD Apr 95
  27753. Dev.CD Jan 95P
  27754. Dev.CD Apr 95
  27755. Dev.CD Jan 9V
  27756. 61871X
  27757. Apr 95
  27758. p--set theItem to choose file -- uncomment to test in an AS editor
  27759.     tell application "Finder"
  27760.         open item "Dev.CD Apr 95
  27761. Dev.CD Jan 95"
  27762.         activate
  27763.     end tell
  27764. on error errMsg number errNum
  27765.     --enter statements to perform when no records are found such as...
  27766.     display dialog "Sorry, the item you selected could not be found."
  27767.     return
  27768. end try
  27769. All Packages
  27770. healthj
  27771. heaps
  27772. heart
  27773. heartbeat
  27774. heavily
  27775. heavy
  27776. hebreu
  27777. hebrew
  27778. hecht
  27779. hedgingj
  27780. height
  27781. helper
  27782. helpful
  27783. helpsZ
  27784. heralds
  27785. herej
  27786. here's
  27787. hersey
  27788. hidden
  27789. hierarchical
  27790. hifi-color
  27791. highg
  27792. high-end
  27793. high-leveld
  27794. high-performance
  27795. high-quality
  27796. higher
  27797. highlighting
  27798. highlightsj
  27799. highly-successful
  27800. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J
  27801. Sample Code.imgK
  27802. Feb 00
  27803. - Common
  27804.     - Sun Compliant Java Runtime Environment 1.1
  27805.     - QuickTime 3 
  27806.     - QTJava.zip
  27807.     - QTJava media samples
  27808. - Mac OS:
  27809.     - System 8 or later
  27810.     - Macintosh Runtime for Java (MRJ) 2.1
  27811. - Windows 95, 98, or NT::
  27812.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27813. QuickTime, Java, MRJO
  27814. Dev.CD May 00 TC:Sample Code:P
  27815. Dev.CD May 00 TC
  27816.  - Sample CodeV
  27817. 61522X
  27818. throughput
  27819. throw
  27820. throws
  27821. thumb
  27822. thumbs
  27823. thunder
  27824. ticks
  27825. tietz
  27826. tighter
  27827. times
  27828. time-based
  27829. timers
  27830. 62149X
  27831. Feb 99^
  27832. --set theItem to choose file -- uncomment to test in an AS editor
  27833.     tell application "Finder"
  27834.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  27835.         activate
  27836.     end tell
  27837. on error errMsg number errNum
  27838.     --enter statements to perform when no records are found such as...
  27839.     display dialog "Sorry, the item you selected could not be found."
  27840.     return
  27841. end try
  27842. e    No Changef
  27843. engine
  27844. Internet
  27845. Sherlockq
  27846. Dev.CD Feb 99 TC
  27847. D!All Packages
  27848. Tool Chest Edition
  27849. ShimmerMate 2.0.1
  27850. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  27851. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  27852. Issues: These libraries and tools are not supported Apple products.
  27853. Virtual User tools.imgK
  27854. Jan 93nge
  27855. stify
  27856. mappings
  27857. njunc
  27858. 61513X
  27859. Nov 99^
  27860. --set theItem to choose file -- uncomment to test in an AS editor
  27861.     tell application "Finder"
  27862.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  27863.  Other Platforms:Convert
  27864. Projects 1.0b5:"
  27865.         activate
  27866.     end tell
  27867. on error errMsg number errNum
  27868.     --enter statements to perform when no records are found such as...
  27869.     display dialog "Sorry, the item you selected could not be found."
  27870.     return
  27871. end try
  27872. Deletedq
  27873. Dev.CD Nov 99 TC
  27874. All Packages
  27875. CPU SE 406O
  27876. Dev.CD Jul 95P
  27877. Dev.CD Jul 9V
  27878. 61514X
  27879. Jul 95
  27880. b--set theItem to choose file -- uncomment to test in an AS editor
  27881.     tell application "Finder"
  27882.         open item "Dev.CD Jul 95"
  27883.         activate
  27884.     end tell
  27885. on error errMsg number errNum
  27886.     --enter statements to perform when no records are found such as...
  27887.     display dialog "Sorry, the item you selected could not be found."
  27888.     return
  27889. end try
  27890. All Packages
  27891. CPU SE 406O
  27892. Dev.CD Jul 95V
  27893. 61515X
  27894. 61794X
  27895. Jan 97^
  27896. --set theItem to choose file -- uncomment to test in an AS editor
  27897.     tell application "Finder"
  27898.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  27899.         activate
  27900.     end tell
  27901. on error errMsg number errNum
  27902.     --enter statements to perform when no records are found such as...
  27903.     display dialog "Sorry, the item you selected could not be found."
  27904.     return
  27905. end try
  27906. Deletedq
  27907. Dev.CD Jan 97 SDK1
  27908. ,D!All Packages
  27909. Tool Chest Edition
  27910. OffScreenControlUpdateI
  27911. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker. 
  27912. Works under Appearance.J
  27913. Sample Code.imgK
  27914. Aug 97N
  27915. appearance, gworld, off-screenO
  27916. Dev.CD May 00 TC:Sample Code:P
  27917. Dev.CD May 00 TC
  27918.  - Sample CodeV
  27919. 61795X
  27920. May 00^
  27921. #s. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  27922. summary
  27923. evenbetterbuserror
  27924. helps
  27925. catch
  27926. reneg@
  27927. summary
  27928. displays
  27929. indicator
  27930. your@
  27931. summary
  27932. lockvol
  27933. control
  27934. panel
  27935. device
  27936. summary
  27937. memory
  27938. monitor
  27939. software
  27940. utility
  27941. which
  27942. provides
  27943. summary
  27944. pccts
  27945. purdue
  27946. compiler-constructio
  27947. summary
  27948. monitor
  27949. iotracer
  27950. performance
  27951. tools
  27952. desi@
  27953. summary
  27954. application
  27955. summary
  27956. february
  27957. edition
  27958. apple
  27959. publications
  27960. summary
  27961. navigable
  27962. movie
  27963. toolkit
  27964. hypercard
  27965. stack
  27966. summary
  27967. scanner
  27968. development
  27969. contains
  27970. documentation
  27971. summary
  27972. developer's
  27973. package
  27974. includes
  27975. appleshar@
  27976. summary
  27977. folder
  27978. contains
  27979. documents
  27980. about
  27981. programming
  27982. summary
  27983. folder
  27984. contains
  27985. goodies
  27986. developer
  27987. tech@
  27988. summary
  27989. da/application
  27990. allows
  27991. examine
  27992. ample Code:P
  27993. Dev.CD May 00 TC
  27994.  - Sample CodeV
  27995. 60614X
  27996. An extension which enables developers to adopt the high-level toolbox APIs introduced in Mac OS 8 making it available on systems as far back as 7.1.
  27997. Includes:
  27998. Runtime software
  27999. Interfaces & Libraries
  28000. Documentation
  28001. Sample Code
  28002. Appearance Control Panel
  28003. Appearance Extension
  28004. Bug fixes
  28005. An extensive list of new functionality such as new control types, moderm primitives and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  28006. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  28007. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  28008. See the ReadMe.
  28009. J"Appearance
  28010. Contextual Menu ManagerK
  28011. Mar 98L
  28012. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:
  28013. nts to 7 on an extended keyboard
  28014. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  28015. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  28016.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  28017. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  28018. QuickTime
  28019. Dev.CD May 00 TC
  28020. D!All Packages
  28021. Tool Chest Edition
  28022. SGCapture2DiskI
  28023. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J
  28024. Sample Code.imgK
  28025. Feb 00
  28026. - Common
  28027.     - Sun Compliant Java Runtime Environment 1.1
  28028.     - QuickTime 3 
  28029.     - QTJava.zip
  28030.     - QTJava media samples
  28031. - Mac OS:
  28032.     - System 8 or later
  28033.     - Macintosh Runtime for Java (MRJ) 2.1
  28034. - Windows 95, 98, or NT::
  28035.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28036. QuickTime, Java, MRJO
  28037. Dev.CD May 00 TC:Sample Code:P
  28038. Dev.CD May 00 TC
  28039.  - Sample CodeV
  28040. 62148X
  28041. May 00^
  28042. #listselect
  28043. listselect
  28044. memory
  28045. memory
  28046. management
  28047. menud
  28048. metrowerks
  28049. metrowerks
  28050. build
  28051. script
  28052. modulet
  28053. monitor`
  28054. multimediav
  28055. multimedia
  28056. standardsv
  28057. networkS
  28058. network
  28059. server
  28060. guideS
  28061. network
  28062. software
  28063. installer
  28064. sample
  28065. quick
  28066. demonstration
  28067. implement
  28068. sample
  28069. quick
  28070. demonstration
  28071. implement
  28072. sample
  28073. simple
  28074. server
  28075. demonstrat
  28076. sample
  28077. designed
  28078. simple
  28079. drawsprocket
  28080. sample
  28081. designed
  28082. proper
  28083. sample
  28084. shows
  28085. implementation
  28086. netsprocket
  28087. sample
  28088. shows
  28089. basic
  28090. implementations
  28091. drawsprocket
  28092. sample
  28093. shows
  28094. transport
  28095. sample
  28096. shows
  28097. network
  28098. setup
  28099. library
  28100. w--set theItem to choose file -- uncomment to test in an AS editor
  28101.     tell application "Finder"
  28102.         open item "Dev.CD Jun 97 SSW
  28103. Dev.CD Dec 96 SE"
  28104.         activate
  28105.     end tell
  28106. on error errMsg number errNum
  28107.     --enter statements to perform when no records are found such as...
  28108.     display dialog "Sorry, the item you selected could not be found."
  28109.     return
  28110. end try
  28111. q--set theItem to choose file -- uncomment to test in an AS editor
  28112.     tell application "Finder"
  28113.         open item "Dev CD Vol. V
  28114. Dev CD Vol. IV"
  28115.         activate
  28116.     end tell
  28117. on error errMsg number errNum
  28118.     --enter statements to perform when no records are found such as...
  28119.     display dialog "Sorry, the item you selected could not be found."
  28120.     return
  28121. end try
  28122. lay dialog "Sorry, the item you selected could not be found."
  28123.     return
  28124. end try
  28125. All Packages
  28126. System 7.5 Update 2.0O
  28127. Dev.CD Jul 96 SSWP
  28128. Dev.CD Jul 96 SSV
  28129. 61044X
  28130. Jul 96
  28131. f--set theItem to choose file -- uncomment to test in an AS editor
  28132.     tell application "Finder"
  28133.         open item "Dev.CD Jul 96 SSW"
  28134.         activate
  28135.     end tell
  28136. on error errMsg number errNum
  28137.     --enter statements to perform when no records are found such as...
  28138.     display dialog "Sorry, the item you selected could not be found."
  28139.     return
  28140. end try
  28141. All Packages
  28142. System 7.5 Update 2.0V
  28143. 61045X
  28144. problems
  28145. procdoggie
  28146. procdoggie
  28147. blown
  28148. application
  28149. demonstrates
  28150. procedure
  28151. procedures
  28152. proceed
  28153. processZ
  28154. processesp
  28155. processing
  28156. processord
  28157. processor-basedj
  28158. processorsd
  28159. prodos
  28160. produce
  28161. producer
  28162. producer/consumer
  28163. produces
  28164. produces
  28165. module
  28166. productf
  28167. pecific
  28168. 01/13/2000
  28169. 01730-0108
  28170. 01760
  28171. 1-12/96k
  28172. 1-bit
  28173. 1.0.0d3
  28174. 1.0.1h
  28175. 1.0.2h
  28176. 1.0.3e
  28177. 1.0.6
  28178. 1.0.8
  28179. 1.0a5
  28180. 1.0b1
  28181. 1.0b2
  28182. 1.0d1
  28183. 1.0d8
  28184. 1.1.1
  28185. 1.1.2
  28186. 1.1.3
  28187. 1.1.4
  28188. 1.1.6
  28189. XD!All Packages
  28190. Tool Chest Edition
  28191. f--set theItem to choose file -- uncomment to test in an AS editor
  28192.     tell application "Finder"
  28193.         open item "Dev.CD Jun 97 SSW"
  28194.         activate
  28195.     end tell
  28196. on error errMsg number errNum
  28197.     --enter statements to perform when no records are found such as...
  28198.     display dialog "Sorry, the item you selected could not be found."
  28199.     return
  28200. end try
  28201. All Packages
  28202. QuickDraw 3DO
  28203. Dev.CD Jun 97 SSWP
  28204. Dev.CD Jun 97 SSV
  28205. 60699X
  28206. Jun 97
  28207. f--set theItem to choose file -- uncomment to test in an AS editor
  28208.     tell application "Finder"
  28209.         open item "Dev.CD Jun 97 SSW"
  28210.         activate
  28211.     end tell
  28212. on error errMsg number errNum
  28213.     --enter statements to perform when no records are found such as...
  28214.     display dialog "Sorry, the item you selected could not be found."
  28215.     return
  28216. end try
  28217. All Packages
  28218. QuickDraw 3DO
  28219. Dev.CD Jun 97 SSWP
  28220. Dev.CD Jun 97 SSV
  28221. 60700X
  28222. Jun 97
  28223. program
  28224. shows
  28225. create
  28226. program
  28227. shows
  28228. customise
  28229. control
  28230. program
  28231. shows
  28232. define
  28233. mouseresponders
  28234. program
  28235. shows
  28236. display
  28237. quicktime
  28238. movie
  28239. program
  28240. shows
  28241. display
  28242. quicktime
  28243. content
  28244. program
  28245. shows
  28246. display
  28247. quicktime
  28248. drawing
  28249. program
  28250. shows
  28251. export
  28252. movie
  28253. using
  28254. construction
  28255. composited
  28256. program
  28257. shows
  28258. usage
  28259. graphicsimporter
  28260. developer
  28261. provides
  28262. technical
  28263. information
  28264. about
  28265. development
  28266. information
  28267. document
  28268. lists
  28269. selectors
  28270. known
  28271. creator
  28272. document
  28273. provides
  28274. preliminary
  28275. information
  28276. about
  28277. folder
  28278. contains
  28279. example
  28280. illustrating
  28281. folder
  28282. contains
  28283. apple
  28284. source
  28285. AO9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  28286.  - Development Kits (Disc 1)
  28287.  - AppleSearchV
  28288. 61432X
  28289. Apr 98^
  28290. --set theItem to choose file -- uncomment to test in an AS editor
  28291.     tell application "Finder"
  28292.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  28293.         activate
  28294.     end tell
  28295. on error errMsg number errNum
  28296.     --enter statements to perform when no records are found such as...
  28297.     display dialog "Sorry, the item you selected could not be found."
  28298.     return
  28299. end try
  28300. e    No Changeq
  28301. Dev.CD Apr 98 SDK1
  28302. BD!All Packages
  28303. Mac OS SDK Edition
  28304. AppleShare Client API SDK
  28305. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  28306. 61433X
  28307. 1e    No Change
  28308.   return
  28309. end try
  28310. All Packages
  28311. 62132X
  28312. May 00^
  28313. --set theItem to choose file -- uncomment to test in an AS editor
  28314.     tell application "Finder"
  28315.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:"
  28316.         activate
  28317.     end tell
  28318. on error errMsg number errNum
  28319.     --enter statements to perform when no records are found such as...
  28320.     display dialog "Sorry, the item you selected could not be found."
  28321.     return
  28322. end try
  28323. e    No Changeq
  28324. Dev.CD May 00 TC
  28325. All Packages
  28326. Scriptable Print SimpleTextI
  28327. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  28328. Dec 99V
  28329. 62133X
  28330. 1e    No Change
  28331. userstartup
  28332. goodies
  28333. using
  28334. utilities
  28335. utility
  28336. v1.5.3
  28337. validator
  28338. validator
  28339. validator
  28340. documentation
  28341. validator
  28342. documentation
  28343. variable
  28344. variables
  28345. distributors
  28346. documentation
  28347. doubletrouble
  28348. doubletrouble
  28349. draggingsprites
  28350. drawing
  28351. drawsprocket
  28352. drawsprocket
  28353. drawsprockettest
  28354. drive
  28355. drive
  28356. utilities
  28357. driver
  28358. driver
  28359. installer
  28360. drivergestaltexplore
  28361. dronezone
  28362. 1.1.3
  28363. dropdisk
  28364. context
  28365. switch
  28366. goodies
  28367. utilities
  28368. aug-95
  28369. dukemovie
  28370. dumparpcache
  28371. dumpnetworksetup
  28372. opp's
  28373. palette
  28374. parserV
  28375. pascal
  28376. performance
  28377. photoshop
  28378. player
  28379. plugins
  28380. postscript
  28381. powerbook
  28382. primer
  28383. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  28384. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  28385. To use th
  28386. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  28387. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  28388. All Packages
  28389. System 7 Tune-UpO
  28390. Dev.CD Apr 92
  28391. Dev.CD Mar 92P
  28392. Dev.CD Apr 92
  28393. Dev.CD Mar 9V
  28394. 62230X
  28395. Apr 92
  28396. p--set theItem to choose file -- uncomment to test in an AS editor
  28397.     tell application "Finder"
  28398.         open item "Dev.CD Apr 92
  28399. Dev.CD Mar 92"
  28400.         activate
  28401.     end tell
  28402. on error errMsg number errNum
  28403.     --enter statements to perform when no records are found such as...
  28404.     display dialog "Sorry, the item you selected could not be found."
  28405.     return
  28406. end try
  28407. All Packages
  28408. System 7 Tune-UpO
  28409. Dev.CD Apr 92P
  28410. Dev.CD Apr 9V
  28411. 62231X
  28412. Apr 92
  28413. b--set theItem to choose file -- uncomment to test in an AS editor
  28414.     tell application "Finder"
  28415.         open item "Dev.CD Apr 92"
  28416.         activate
  28417.     end tell
  28418. on error errMsg number errNum
  28419.     --enter statements to perform when no records are found such as...
  28420.     display dialog "Sorry, the item you selected could not be found."
  28421.     return
  28422. end try
  28423. D!All Packages
  28424. Tool Chest Edition
  28425. egards
  28426. e time.
  28427. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  28428. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  28429. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  28430. MultiPlay:  This sample application shows how to play a 
  28431. sound several times in a row.
  28432. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  28433. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  28434. SampleRateAvail:  This snippet checks for the number of s
  28435. >D!All Packages
  28436. Tool Chest Edition
  28437. OTCodeResource
  28438. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  28439. Sample Code.imgelected could not be found."
  28440.     return
  28441. end try
  28442. program
  28443. sample
  28444. demonstrate
  28445. apple
  28446. events
  28447. perty
  28448. propertylist
  28449. propositinj
  28450. protect
  28451. protected
  28452. proto
  28453. protocol
  28454. protocols
  28455. prototyping
  28456. prove
  28457. proves
  28458. provideZ
  28459. provideds
  28460. media
  28461. megamovies
  28462. memhell
  28463. memhell
  28464. 1.0a6
  28465. readme
  28466. memory
  28467. memory
  28468. management
  28469. menud
  28470. menuhints
  28471. menuhints
  28472. mergeitems
  28473. screen's
  28474. screen-based
  28475. screencompare
  28476. screendump
  28477. screens
  28478. screenshots
  28479. scripth
  28480. scriptability
  28481. scriptableN
  28482. scripted
  28483. scripter
  28484. scripters
  28485. scriptfile
  28486. scriptingh
  28487. scripts
  28488. scriptswitcher8
  28489. query
  28490. quick
  28491. quick
  28492. intro
  28493. quick
  28494. start
  28495. quickdraw
  28496. quickdraw
  28497. v1.5.2
  28498. quickdraw
  28499. update
  28500. quickdraw
  28501. first
  28502. quickdraw3d
  28503. quickdraw3drave
  28504. quickstart
  28505. quicktake
  28506. quicktake
  28507. documentation
  28508. quicktake
  28509. marketing
  28510. items
  28511. quicktake
  28512. first
  28513. quicktake/macintosh
  28514. quicktake/macintosh
  28515. image
  28516. quicktake/windows
  28517. quicktake/windows
  28518. r13u5
  28519. r14d5
  28520. rdocproc
  28521. rdocproc
  28522. registration
  28523. request
  28524. readV
  28525. Summary:  This is "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  28526. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  28527. before patching traps.
  28528. For further info on the jGNE filter, consult your Technotes.
  28529. Issues:  Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  28530. Mar 96MacTCP Token Ring MTU ToolV
  28531. 60506X
  28532. 1TU ToolV
  28533. 60506X
  28534. 1e    No Change
  28535. custom
  28536. choose
  28537. debugging
  28538. sample
  28539. 1.0b16
  28540. ctl's
  28541. currentimage
  28542. currentimage
  28543. currentprinter
  28544. currentprinter
  28545. custom
  28546. customenabler
  28547. customization
  28548. cvtccomments
  28549. builds
  28550. belizer
  28551. debug]
  28552. debug
  28553. extensions
  28554. debug
  28555. sound
  28556. manager
  28557. debuggingu
  28558. defect
  28559. defect
  28560. defprocs
  28561. demo_
  28562. design
  28563. design
  28564. reuse
  28565. designforrobustness
  28566. designforrobustness
  28567. detection
  28568. detectorsh
  28569. change
  28570. develop
  28571. develop
  28572. issue
  28573. develop
  28574. issue
  28575. develop
  28576. issue
  28577. develop
  28578. issue
  28579. develop
  28580. issue
  28581. develop
  28582. issue
  28583. develop
  28584. issue
  28585. macbinary-standard
  28586. maccalendar
  28587. macguide
  28588. macguide
  28589. machack
  28590. macincludes
  28591. macincludes
  28592. macincludes
  28593. macintosh
  28594. macintosh
  28595. cd-rom
  28596. setup
  28597. 5.3.2
  28598. macintosh
  28599. macintosh
  28600. macintosh
  28601. reference
  28602. macintosh
  28603. powerbook
  28604. 2400c
  28605. macos8
  28606. s8documentation
  28607. macosx
  28608. macsbug]
  28609. macsbug
  28610. macsbug
  28611. macsbug
  28612. debugging
  28613. guide
  28614. macsbug
  28615. resources]
  28616. macsbugapp
  28617. macsnmp
  28618. macsnmp
  28619. macsnmp
  28620. macsnmp
  28621. developer
  28622. 1.0.2
  28623. macsnmp
  28624. programmer's
  28625. guide
  28626. macsnmp
  28627. first
  28628. macsnmp
  28629. transport
  28630. 1.0.2
  28631. macsnmp
  28632. update
  28633. 1.1.1
  28634. mactcp
  28635. mactcp
  28636. mactcp
  28637. developer
  28638. tools
  28639. mactcp
  28640. mactcp
  28641. first
  28642. mactcp
  28643. mactype
  28644. mactype
  28645. datasheet
  28646. white
  28647. paper
  28648. video
  28649. videotape
  28650. tion "Finder"
  28651.         open item "Dev.CD Apr 00 SDK2:Development Kits:
  28652.  Obsolete/Unsupported:QuickDraw GX:"
  28653.         activate
  28654.     end tell
  28655. on error errMsg number errNum
  28656.     --enter statements to perform when no records are found such as...
  28657.     display dialog "Sorry, the item you selected could not be found."
  28658.     return
  28659. end try
  28660. e    No Changef
  28661. QuickDraw GX
  28662. Graphicsq
  28663. Dev.CD Apr 00 SDK2
  28664. All Packages
  28665. QuickDraw GXO Dev.CD Jan 96 SDK1
  28666. Dev.CD Jul 95P
  28667. Dev.CD Jan 96 SDK1
  28668. Dev.CD Jul 9V
  28669. 60711X
  28670. Jan 96
  28671. u--set theItem to choose file -- uncomment to test in an AS editor
  28672.     tell application "Finder"
  28673.         open item "Dev.CD Jan 96 SDK1
  28674. Dev.CD Jul 95"
  28675.         activate
  28676.     end tell
  28677. on error errMsg number errNum
  28678.     --enter statements to perform when no records are found such as...
  28679.     display dialog "Sorry, the item you selected could not be found."
  28680.     return
  28681. end try
  28682. e finder info.
  28683. DateThing:  A sample of how to write one of those date things as in the General control panel.
  28684. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  28685. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  28686. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  28687. DragWindowGrid:  Shows how 
  28688. to write a replacement DragWindow routine that constrains the window to a grid.
  28689. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  28690. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  28691. init/control`
  28692. initialq
  28693. initialization
  28694. initialize
  28695. initiallyh
  28696. initiate
  28697. initiativesj
  28698. initport
  28699. initprojector
  28700. inline
  28701. innocuous
  28702. innovative
  28703. input
  28704. inputs
  28705. inputsprocket
  28706. inputstream
  28707. inputting
  28708. inquiry
  28709. insanely
  28710. inscript
  28711. insensitivity
  28712. insert
  28713. inserted
  28714. insertion
  28715. inside[
  28716. installx
  28717. installationZ
  28718. r--set theItem to choose file -- uncomment to test in an AS editor
  28719.     tell application "Finder"
  28720.         open item "Dev.CD May 00 TC:Sample Code:"
  28721.         activate
  28722.     end tell
  28723. on error errMsg number errNum
  28724.     --enter statements to perform when no records are found such as...
  28725.     display dialog "Sorry, the item you selected could not be found."
  28726.     return
  28727. end try
  28728. tem you selected could not be found."
  28729.     return
  28730. end try
  28731. All Packages
  28732. PPC EnablerO
  28733. Dev.CD Jul 95P
  28734. Dev.CD Jul 9V
  28735. 60660X
  28736. Jul 95
  28737. b--set theItem to choose file -- uncomment to test in an AS editor
  28738.     tell application "Finder"
  28739.         open item "Dev.CD Jul 95"
  28740.         activate
  28741.     end tell
  28742. on error errMsg number errNum
  28743.     --enter statements to perform when no records are found such as...
  28744.     display dialog "Sorry, the item you selected could not be found."
  28745.     return
  28746. end try
  28747. All Packages
  28748. PPC EnablerO
  28749. Dev.CD Jul 95P
  28750. Dev.CD Jul 9V
  28751. 60661X
  28752. Jul 95
  28753.  MacTCP mde
  28754. by Scott 
  28755.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  28756. J(develop Issue  7:
  28757. develop Issue  7 code:K
  28758. Vol IIIL
  28759. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  7:PJDev.CD Mar 00 RL
  28760.  - Technical Documentation
  28761.  - develop
  28762.  - develop Issue  7d."
  28763.     return
  28764. end try
  28765. networking
  28766. newsi
  28767. notes
  28768. number
  28769. number
  28770. formatting
  28771. object-oriented
  28772. objectsupportlib
  28773. opaque
  28774. opaque
  28775. types
  28776. systems
  28777. transport
  28778. opentransport
  28779. optimizing
  28780. option
  28781. option
  28782. management
  28783. ordered
  28784. ordered
  28785. collection
  28786. ot/ppp
  28787. ot/ppp
  28788. transport
  28789. otfifo
  28790. otlifo
  28791. otlink
  28792. otoptionmanagment
  28793. ottcpwilldial
  28794. override
  28795. override
  28796. quickdraw
  28797. table
  28798. resource
  28799. --set theItem to choose file -- uncomment to test in an AS editor
  28800.     tell application "Finder"
  28801.         open item "Dev.CD Apr 94
  28802. Dev.CD Jan 94
  28803. Dev.CD Oct 93
  28804. Dev.CD Jul 93
  28805. Dev.CD Apr 93"
  28806.         activate
  28807.     end tell
  28808. on error errMsg number errNum
  28809.     --enter statements to perform when no records are found such as...
  28810.     display dialog "Sorry, the item you selected could not be found."
  28811.     return
  28812. end try
  28813. viiiv
  28814. --set theItem to choose file -- uncomment to test in an AS editor
  28815.     tell application "Finder"
  28816.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  28817.         activate
  28818.     end tell
  28819. on error errMsg number errNum
  28820.     --enter statements to perform when no records are found such as...
  28821.     display dialog "Sorry, the item you selected could not be found."
  28822.     return
  28823. end try
  28824. e causes of flicker in graphics and animation applications and presents a 
  28825. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  28826. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  28827. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  28828. particular@
  28829. pasmatit@
  28830. passed@
  28831. pbcatsearch@
  28832. percentage@
  28833. perfectly@
  28834. perform@
  28835. performas@
  28836. physical@
  28837. pinyin@
  28838. pixmaps@
  28839. plug-ins@
  28840. popups@
  28841. possible
  28842. possibly@
  28843. powerbooks@
  28844. pre-installed@
  28845. preemptive@
  28846. presented@
  28847. printdialogmagic@
  28848. printers/print@
  28849. problems@
  28850. product-specific@
  28851. production@
  28852. profile@
  28853. program's@
  28854. prohibited@
  28855. projectdrag@
  28856. properly@
  28857. provide
  28858. provided@
  28859. provides@
  28860. punctuation@
  28861. purposes@
  28862. quadra@
  28863. quickdraw
  28864. quickdraw
  28865. graphics
  28866. library
  28867. define
  28868. quickdraw
  28869. enables
  28870. computer
  28871. display
  28872. three-dimensio@
  28873. quickdraw's@
  28874. quitting@
  28875. rdip@
  28876. read-only@
  28877. recipes@
  28878. recordable@
  28879. reformatting@
  28880. region@
  28881. reliable@
  28882. report@
  28883. requiring@
  28884. learn
  28885. 62086X
  28886. Jul 93
  28887. b--set theItem to choose file -- uncomment to test in an AS editor
  28888.     tell application "Finder"
  28889.         open item "Dev.CD Jul 93"
  28890.         activate
  28891.     end tell
  28892. on error errMsg number errNum
  28893.     --enter statements to perform when no records are found such as...
  28894.     display dialog "Sorry, the item you selected could not be found."
  28895.     return
  28896. end try
  28897. All Packages
  28898. F    QuickTimeO
  28899. Dev.CD Jul 93P
  28900. Dev.CD Jul 9V
  28901. 62087X
  28902. Jul 93
  28903. b--set theItem to choose file -- uncomment to test in an AS editor
  28904.     tell application "Finder"
  28905.         open item "Dev.CD Jul 93"
  28906.         activate
  28907.     end tell
  28908. on error errMsg number errNum
  28909.     --enter statements to perform when no records are found such as...
  28910.     display dialog "Sorry, the item you selected could not be found."
  28911.     return
  28912. end try
  28913. All Packages
  28914. F    QuickTimeO
  28915. Dev.CD Jul 93
  28916. Dev.CD Apr 93P
  28917. Dev.CD Jul 93
  28918. Dev.CD Apr 9V
  28919. 62088X
  28920. Jul 93
  28921. D!All Packages
  28922. Tool Chest Edition
  28923. ChromaKeyMovie
  28924. Summary:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw:
  28925. Color Quickdraw
  28926.    The use of GWorlds to store the current QuickTime movie frame, the background image and the composite (movie frame and background) image.
  28927.    Various arithmetic trae file -- uncomment to test in an AS editor
  28928.     tell application "Finder"
  28929.         open item "Dev.CD Jul 96 SSW"
  28930.         activate
  28931.     end tell
  28932. on error errMsg number errNum
  28933.     --enter statements to perform when no records are found such as...
  28934.     display dialog "Sorry, the item you selected could not be found."
  28935.     return
  28936. end try
  28937. All Packages
  28938. System 7.5 Update 2.0O
  28939. Dev.CD Jul 96 SSWP
  28940. Dev.CD Jul 96 SSV
  28941. 61042X
  28942. Jul 96
  28943. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  28944. Inside Macintosh: Open Transport
  28945. Sample Code.imgK
  28946. Nov 97L
  28947. Sep 98M
  28948. Open Transport 1.1.1 or higherN9Open Transport, TCP, endpoint, download, fetch, get, HTTPO
  28949. Dev.CD May 00 TC:Sample Code:P
  28950. Dev.CD May 00 TC
  28951.  - Sample CodeV
  28952. 61821X
  28953. May 00^
  28954. r--set theItem to choose file -- uncomment to test in an AS editor
  28955.     tell application "Finder"
  28956.         open item "Dev.CD May 00 TC:Sample Code:"
  28957.         activate
  28958.     end tell
  28959. on error errMsg number errNum
  28960.     --enter statements to perform when no records are found such as...
  28961.     display dialog "Sorry, the item you selected could not be found."
  28962.     return
  28963. end try
  28964. e    No Changef3Open Transport
  28965. endpoint
  28966. download
  28967. fetch
  28968. HTTPq
  28969. Dev.CD May 00 TC
  28970. GD!All Packages
  28971. Tool Chest Edition
  28972. OTSimpleServerHTTP
  28973. ranger
  28974. rangingf
  28975. rankb
  28976. rapid
  28977. rappoport
  28978. rates
  28979. ratherg
  28980. rationale
  28981. rawip
  28982. re-direct
  28983. re-enabled
  28984. re-installed
  28985. re-mount
  28986. re-rolled
  28987. re-sizable
  28988. readB
  28989. Summary:  This package contains:
  28990.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  28991.  TCP/IP Connection for Macintosh (v2.0.4)
  28992.  TCP/IP Administration for Macintosh (v2.0.4)
  28993. This folder also includes:
  28994.  MacTCP 2.0.6 Release Notes
  28995.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  28996.  MacTCP development tools and documentation
  28997. IMPORTANT NOTES
  28998.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  28999. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  29000.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  29001. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  29002. 5300ramcard
  29003. picker@
  29004. popuptkl@
  29005. print@
  29006. print2@
  29007. profiles@
  29008. progresswindoid@
  29009. project
  29010. large
  29011. prog's
  29012. overview@
  29013. query@
  29014. quicktime@
  29015. qwertytunes
  29016. filing
  29017. about
  29018. sample@
  29019. transitions
  29020. themes@
  29021. trim@
  29022. type@
  29023. versions@
  29024. what's@
  29025. 1400@
  29026. actions@
  29027. appleglot
  29028. localization
  29029. internationalization
  29030. translation
  29031. glos@
  29032. applescript@
  29033. async
  29034. device@
  29035. carbon@
  29036. cftree@
  29037. color
  29038. picker
  29039. 2.1.1@
  29040. counters@
  29041. debugging@
  29042. dynamic@
  29043. finder
  29044. display
  29045. folder
  29046. launch@
  29047. games@
  29048. l 95V
  29049. 54042X
  29050. developmentf
  29051. developmentsj
  29052. devfeedback
  29053. devicej
  29054. deviceloop
  29055. Description Language (IDL) compiler as a first step in the development process. An MPW-hosted version of this compiler is now available.
  29056. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  29057. SOMobjects
  29058.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  29059. Jan 96L
  29060. Oct 96
  29061. b--set theItem to choose file -- uncomment to test in an AS editor
  29062.     tell application "Finder"
  29063.         open item "Dev.CD Apr 93"
  29064.         activate
  29065.     end tell
  29066. on error errMsg number errNum
  29067.     --enter statements to perform when no records are found such as...
  29068.     display dialog "Sorry, the item you selected could not be found."
  29069.     return
  29070. end try
  29071. wtextcodec
  29072. drawtextcodec
  29073. example
  29074. drawtkl
  29075. drawtkl
  29076. drawtkl
  29077. tell application "Finder"
  29078.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:"
  29079.         activate
  29080.     end tell
  29081. on error errMsg number errNum
  29082.     --enter statements to perform when no records are found such as...
  29083.     display dialog "Sorry, the item you selected could not be found."
  29084.     return
  29085. end try
  29086. New Packagef
  29087. MultiTasking
  29088. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  29089. Dev.CD May 00 TC
  29090. D!All Packages
  29091. Tool Chest Edition
  29092. MPW etc.
  29093. documentationandsamp
  29094. --set theItem to choose file -- uncomment to test in an AS editor
  29095.     tell application "Finder"
  29096.         open item "Dev.CD Apr 94
  29097. Dev.CD Jan 94
  29098. Dev.CD Oct 93
  29099. Dev.CD Jul 93
  29100. Dev.CD Apr 93"
  29101.         activate
  29102.     end tell
  29103. on error errMsg number errNum
  29104.     --enter statements to perform when no records are found such as...
  29105.     display dialog "Sorry, the item you selected could not be found."
  29106.     return
  29107. end try
  29108. patrick
  29109. pattern
  29110. patternsr
  29111. pause
  29112. pausegl
  29113. payoff
  29114. pballocate
  29115. pci-based
  29116. pci-pci
  29117. pci-thej
  29118. pcmcia
  29119. peering
  29120. viewer
  29121. utility
  29122. which
  29123. graphically
  29124. pending
  29125. penetrate
  29126. pentiumj
  29127. people
  29128. peoplesoft
  29129. Mask can used to fade a screen to a  lighter color.
  29130. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  29131.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  29132.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  29133. Ports. {-> DisassemblePictures <-}
  29134.  Example of finding the deepest device and placing  a window on it.
  29135. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  29136. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  29137. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  29138. DrawLin
  29139. adbreinit
  29140. adlibX
  29141. adlib
  29142. 2.6.5X
  29143. adlib
  29144. 3.0.1Y
  29145. adobeZ
  29146. adobe
  29147. acrobat
  29148. readerZ
  29149. advanced[
  29150. advanced
  29151. color
  29152. imaging
  29153. sample
  29154. applications\
  29155. tools]
  29156. terminology
  29157. 3/92^
  29158. aegizmos_
  29159. aegizmos
  29160. 1.4.2_
  29161. aetracker`
  29162. aetracker
  29163. aevta
  29164. dcmda
  29165. aliasc
  29166. alias
  29167. analysis
  29168. analyzerT
  29169. appearanced
  29170. appearance
  29171. 1.0.2d
  29172. appearance
  29173. 1.0.4e
  29174. applef
  29175. apple
  29176. cd-rom
  29177. handbookf
  29178. apple
  29179. color
  29180. onescanner
  29181. apple
  29182. detectors
  29183. apple
  29184. developer
  29185. archivei
  29186. apple
  29187. directions
  29188. 1995j
  29189. apple
  29190. directions
  29191. 1996k
  29192. apple
  29193. directions
  29194. 1997l
  29195. apple
  29196. event
  29197. registry
  29198. suitesm
  29199. enablerC
  29200. eventm
  29201. handbookf
  29202. imaging[
  29203. newsi
  29204. notesS
  29205. onescannerg
  29206. parserV
  29207. computing@
  29208. configure@
  29209. configuring@
  29210. construct@
  29211. contains
  29212. transport
  29213. software
  29214. development
  29215. context@
  29216. control@
  29217. converts@
  29218. coordinates@
  29219. correlate@
  29220. couldn't@
  29221. crash@
  29222. creates@
  29223. creation@
  29224. cursordevices@
  29225. customizable@
  29226. da/application@
  29227. dcmd@
  29228. debugging@
  29229. delays@
  29230. demonstates@
  29231. demonstrates
  29232. switch
  29233. private
  29234. stack
  29235. correctly@
  29236. demonstrating@
  29237. descriptors@
  29238. entire@
  29239. everyone@
  29240. examples@
  29241. expands@
  29242. extending@
  29243. features
  29244. features
  29245. includes
  29246. demonstration
  29247. documentation
  29248. complete@
  29249. filter@
  29250. first-person@
  29251. years
  29252. multimedia
  29253. developers
  29254. regarded
  29255. equilibrium's
  29256. four@
  29257. fully@
  29258. generator@
  29259. goodies@
  29260. grabber@
  29261. graphics@
  29262. group@
  29263. groups@
  29264. gunther@
  29265. hands@
  29266. health@
  29267. held@
  29268. hints@
  29269. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  29270. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  29271. Some of the support offered by PC Card Manager v3.0Bo SDK:
  29272. System Interfaces
  29273. Power PC library
  29274. Updated documentation available in an Adobe Acrobat file
  29275. Sample code 
  29276. AnotherCustomEnabler:
  29277. CIncludes:
  29278. CustomEnabler:
  29279. DispNameReg:
  29280. Documentation:
  29281. Interfaces&Libraries
  29282. Libraries:
  29283. release Notes
  29284. RIncludes:
  29285. TupleDumper:K
  29286. Jul 96L
  29287. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:W
  29288. modeled
  29289. modeless
  29290. modeling
  29291. models@
  29292. modified@
  29293. morefiles@
  29294. mosaic@
  29295. motorola@
  29296. mounts@
  29297. mouseresponders@
  29298. mueller@
  29299. multiple-buffering/p@
  29300. namingtable@
  29301. ndrv@
  29302. needed@
  29303. netscape@
  29304. network@
  29305. network-aware@
  29306. fcode
  29307. tokenizer
  29308. board
  29309. fcode
  29310. driver
  29311. development@
  29312. newsletter@
  29313. nice@
  29314. nine@
  29315. node@
  29316. notation@
  29317. apple
  29318. guide
  29319. intended
  29320. those
  29321. developers
  29322. nothing@
  29323. notification@
  29324. nsarray@
  29325. object-bases@
  29326. olson@
  29327. on-line@
  29328. once@
  29329. open@
  29330. opening@
  29331. opf-opendoc@
  29332. opportunity@
  29333. optional@
  29334. oracle@
  29335. originally@
  29336. os-only@
  29337. otserverlimits@
  29338. outline@
  29339. overall@
  29340. packages@
  29341. panoramas@
  29342. parsons@
  29343. quitting@
  29344. read-only@
  29345. recipes@
  29346. region@
  29347. reliable@
  29348. report@
  29349. summary
  29350. contains
  29351. information
  29352. describing
  29353. summary
  29354. folder
  29355. contains
  29356. summary
  29357. folder
  29358. contains
  29359. european
  29360. distributors
  29361. summary
  29362. folder
  29363. contains
  29364. number
  29365. postscript
  29366. utilitie
  29367. summary
  29368. folder
  29369. contains
  29370. variety
  29371. hypercard
  29372. summary
  29373. folder
  29374. contains
  29375. complete
  29376. information
  29377. developR
  29378. 16384p
  29379. 16x16
  29380. 17000
  29381. 1992-1995
  29382. 1994w
  29383. 1995j
  29384. accelerated
  29385. power
  29386. macintosh
  29387. artwork
  29388. program
  29389. 1996R
  29390. 1999j
  29391. 2-335
  29392. 2-341
  29393. 2-364
  29394. 2-byte
  29395. 2-way
  29396. program
  29397. shows
  29398. quicktime's
  29399. visual
  29400. effect
  29401. program
  29402. shows
  29403. sgdrawable
  29404. class
  29405. program
  29406. shows
  29407. tuneplayer
  29408. program
  29409. shows
  29410. construction
  29411. composited
  29412. program
  29413. shows
  29414. introspection
  29415. movie
  29416. program
  29417. shows
  29418. usage
  29419. graphicsimporter
  29420. program
  29421. shows
  29422. usage
  29423. graphicsimporterdra
  29424. program
  29425. shows
  29426. usage
  29427. qtimagedrawer
  29428. shows
  29429. quicktime
  29430. effects
  29431. architectur
  29432. developer
  29433. describes
  29434. macintosh
  29435. powerbook
  29436. 2400c
  29437. developer
  29438. provides
  29439. technical
  29440. information
  29441. about
  29442. development
  29443. information
  29444. archive
  29445. contains
  29446. hundreds
  29447. samples
  29448. image
  29449. contains
  29450. debug
  29451. version
  29452. 2.5.2
  29453. which
  29454.  2.1 and System 7N
  29455. Alias, HyperCard, System 7ncluded.
  29456. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  29457. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  29458. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  29459. the Mac OS file system.
  29460. Sample Code.imgK
  29461. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  29462. Dev.CD May 00 TC:Sample Code:P
  29463. Dev.CD May 00 TC
  29464.  - Sample Code - Tool Chest
  29465.  - Development Kits
  29466.  Other Platforms
  29467.  - Convert
  29468. Projects 1.0b5uideK
  29469. Nov 95M
  29470. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  29471.  - Programs & Marketing
  29472.  - Market & Distribution Guidespalette
  29473. codeN
  29474. living
  29475. lock/unlock
  29476. locking
  29477. loggingY
  29478. logicz
  29479. login
  29480. 61921X
  29481. Jan 96
  29482. f--set theItem to choose file -- uncomment to test in an AS editor
  29483.     tell application "Finder"
  29484.         open item "Dev.CD Jan 96 SSW"
  29485.         activate
  29486.     end tell
  29487. on error errMsg number errNum
  29488.     --enter statements to perform when no records are found such as...
  29489.     display dialog "Sorry, the item you selected could not be found."
  29490.     return
  29491. end try
  29492. All Packages
  29493. QuickDraw 3DO
  29494. Dev.CD Jan 96 SSWP
  29495. Dev.CD Jan 96 SSV
  29496. 61922X
  29497. Jan 96
  29498. f--set theItem to choose file -- uncomment to test in an AS editor
  29499.     tell application "Finder"
  29500.         open item "Dev.CD Jan 96 SSW"
  29501.         activate
  29502.     end tell
  29503. on error errMsg number errNum
  29504.     --enter statements to perform when no records are found such as...
  29505.     display dialog "Sorry, the item you selected could not be found."
  29506.     return
  29507. end try
  29508. All Packages
  29509. QuickDraw 3DO
  29510. Dev.CD Jan 96 SSWP
  29511. Dev.CD Jan 96 SSV
  29512. 61923X
  29513. Jan 96
  29514. d additional type displays.
  29515. e    No Change
  29516. --set theItem to choose file -- uncomment to test in an AS editor
  29517.     tell application "Finder"
  29518.         open item "Dev.CD May 97 TC
  29519. Dev.CD Nov 96 TC
  29520. Dev.CD Aug 96 TC"
  29521.         activate
  29522.     end tell
  29523. on error errMsg number errNum
  29524.     --enter statements to perform when no records are found such as...
  29525.     display dialog "Sorry, the item you selected could not be found."
  29526.     return
  29527. end try
  29528. tements to perform when no records are found such as...
  29529.     display dialog "Sorry, the item you selected could not be found."
  29530.     return
  29531. end try
  29532. e    No Changef
  29533. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  29534. Dev.CD Apr 00 SDK1
  29535. 3D!All Packages
  29536. Mac OS SDK Edition
  29537. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  29538. OpenTptPPP.h
  29539. OT/PPP Client Dev Note 1.0K
  29540. Apr 98M
  29541. Open TransportN
  29542. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  29543. ped in the wilderness with
  29544. 62540X
  29545. Mar 00^    RL Disk 1
  29546. --set theItem to choose file -- uncomment to test in an AS editor
  29547.     tell application "Finder"
  29548.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  29549.         activate
  29550.     end tell
  29551. on error errMsg number errNum
  29552.     --enter statements to perform when no records are found such as...
  29553.     display dialog "Sorry, the item you selected could not be found."
  29554.     return
  29555. end try
  29556. e    No ChangefCText Encoding Converter
  29557. Unicode
  29558. charset
  29559. character encoding
  29560. MIMEq
  29561. Dev.CD Mar 00 RL Disk 1
  29562. D!All Packages
  29563. Tool Chest Edition
  29564. THooks
  29565. 5Summary: Ever wanted to patch a trap from a high-level language?  Now you can!  THooks is a C++ class which makes it easy to head-patch Macintosh traps from the comfort and safety of a high level language.  The THooks class takes care of the messy details; leaving you free to concentrate on your own program.
  29566. 62541X
  29567. 1e    No Change
  29568. first@
  29569. archive@
  29570. color
  29571. picker
  29572. colorpopupmenus
  29573. colorpopupmenus
  29574. colorpopupmenus
  29575. colorpopupmenus
  29576. colorpopupmenus
  29577. colorpopupmenus
  29578. colorscreen
  29579. colorscreen
  29580. colorsync
  29581. colorsync
  29582. colorsync
  29583. export
  29584. colorsync
  29585. filter
  29586. colorsync
  29587. import
  29588. colorsync
  29589. plugins
  29590. readme
  29591. combowalker
  29592. common
  29593. commtoolbox
  29594. commtoolbox
  29595. commtoolbox
  29596. roadmap
  29597. communications
  29598. communications
  29599. comparedirtext
  29600. comparelastrevision
  29601. compbasedmediabroadc
  29602. compbasedmediabroadc
  29603. compilable
  29604. compiler
  29605. compiler
  29606. stuff
  29607. component
  29608. compresspictfile
  29609. concordia
  29610. concordia
  29611. concordia
  29612. conferencing
  29613. config
  29614. config&interleave
  29615. configuration
  29616. connect
  29617. connect
  29618. connection
  29619. connectivity
  29620. contacts
  29621. content
  29622. It's a tool for scripting the StuffIt Engine
  29623. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  29624.  family of products, which are the de facto standard for data compression under Mac OS. (This is not an endorsement.)
  29625. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding
  29626.  an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applications for some number of developers by exposing scripting support in terms they already understand.
  29627. It's a tool for scripting the StuffIt Engine
  29628. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  29629.  family of products, which are the de facto standard for data compression un
  29630.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  29631. Jz100% View Files:
  29632. 7/96 Apple Grayscale Appearance
  29633. Linked Files:
  29634. Transitions To Mac OS 8 Themes
  29635. Updated Grayscale AppearanceK
  29636. Apr 96L
  29637. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Mar 00 RL Disk 1
  29638.  - Technical Documentation
  29639.  - Human Interface
  29640.  - Apple Grayscale Appearancerocket
  29641. joystick
  29642. gamepad
  29643. gaming
  29644. blanking
  29645. screen
  29646. display
  29647. buffering
  29648. games
  29649. sprocket
  29650. gaming
  29651. networking
  29652. games
  29653. multiprocessing
  29654. preemptive task
  29655. multitasking
  29656. threads
  29657. threading
  29658. Icon Services
  29659. Icon Utilities
  29660. 'icns'
  29661. icon family
  29662. icon resources
  29663. IconRef
  29664. icon plotting
  29665. Navigation Services
  29666. Standard File
  29667. file management
  29668. file 
  29669. navigation
  29670. opening files
  29671. saving files
  29672. Network Services Location
  29673. file preview
  29674. Apple Help
  29675. Apple Guide
  29676. user assist
  29677. assembler
  29678. assemblers
  29679. assembly
  29680. assembly-language
  29681. assembly-level
  29682. assigned
  29683. assignments
  29684. assist
  29685. assistancex
  29686. assistantj
  29687. assistants
  29688. assists
  29689. assocated
  29690. associatedQ
  29691. associationz
  29692. assume
  29693. assumed
  29694. assumption
  29695. assure
  29696. asynch
  29697. asynchronous
  29698. asynchronous
  29699. background
  29700. networking
  29701. macintosh
  29702. harry
  29703. asynchronously
  29704. asyncpb
  29705. asyncronous
  29706. based
  29707. batch
  29708. batch
  29709. processing
  29710. bi-directional
  29711. blanking
  29712. blitters
  29713. block
  29714. bridge
  29715. broadcast
  29716. browse
  29717. browse
  29718. internet
  29719. services
  29720. browser
  29721. buffered
  29722. buffered
  29723. system
  29724. buffering
  29725. reports
  29726. builder
  29727. built-in
  29728. bundle
  29729. bundle
  29730. services
  29731. burned-in
  29732. burned-in
  29733. address
  29734. business
  29735. business
  29736. processes
  29737. button
  29738. buttons
  29739. traditional
  29740. simplified
  29741. ciconhandle
  29742. classes
  29743. client
  29744. clouseau
  29745. color
  29746. color
  29747. depth
  29748. color
  29749. color
  29750. picker
  29751. 2.1.1
  29752. colorsync
  29753. colorsync
  29754. photoshop
  29755. plug-ins
  29756. colour
  29757. colour
  29758. table
  29759. compare
  29760. component
  29761. compression
  29762. computer
  29763. computer
  29764. based
  29765. media
  29766. conditional
  29767. ke 100.d
  29768. ~--set theItem to choose file -- uncomment to test in an AS editor
  29769.     tell application "Finder"
  29770.         open item "Dev.CD Apr 94
  29771. Dev.CD Jan 94
  29772. Dev.CD Oct 93"
  29773.         activate
  29774.     end tell
  29775. on error errMsg number errNum
  29776.     --enter statements to perform when no records are found such as...
  29777.     display dialog "Sorry, the item you selected could not be found."
  29778.     return
  29779. end try
  29780. manager
  29781. workings
  29782. workss
  29783. world's
  29784. worlds
  29785. worldscript
  29786. worldwide
  29787. worldwrite
  29788. worry
  29789. would
  29790. wouldn't
  29791. wprocasm
  29792. wrapcommenttext
  29793. wrapper
  29794. wringer
  29795. writec
  29796. writer
  29797. writers
  29798. writes
  29799. writingw
  29800. updated
  29801. 1/25/2000
  29802. updater
  29803. updatese
  29804. updatingb
  29805. upgrade
  29806. upgraded
  29807. upgrader
  29808. upgrades
  29809. upload
  29810. upload
  29811. given
  29812. upper
  29813. Ww Language Kit 1.0.1:P>Dev.CD May 00 TC
  29814.  - Language Kits
  29815.  - Hebrew Language Kit 1.0.1V
  29816. 57905X
  29817. May 00^
  29818. #hether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  29819. Sample Code.imgK
  29820. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  29821. Dev.CD May 00 TC:Sample Code:P
  29822. Dev.CD May 00 TC
  29823.  - Sample CodeV
  29824. 56845X
  29825. May 00^
  29826. #de:nge
  29827. loadable
  29828. loadable
  29829. bundle
  29830. loader
  29831. loading
  29832. locales
  29833. localizationy
  29834. localized
  29835. se file -- uncomment to test in an AS editor
  29836.     tell application "Finder"
  29837.         open item "Dev.CD Jun 97 SSW"
  29838.         activate
  29839.     end tell
  29840. on error errMsg number errNum
  29841.     --enter statements to perform when no records are found such as...
  29842.     display dialog "Sorry, the item you selected could not be found."
  29843.     return
  29844. end try
  29845. All Packages
  29846. QuickDraw GXO
  29847. Dev.CD Jun 97 SSWP
  29848. Dev.CD Jun 97 SSV
  29849. 60782X
  29850. Jun 97
  29851. f--set theItem to choose file -- uncomment to test in an AS editor
  29852.     tell application "Finder"
  29853.         open item "Dev.CD Jun 97 SSW"
  29854.         activate
  29855.     end tell
  29856. on error errMsg number errNum
  29857.     --enter statements to perform when no records are found such as...
  29858.     display dialog "Sorry, the item you selected could not be found."
  29859.     return
  29860. end try
  29861. All Packages
  29862. QuickDraw GXO
  29863. Dev.CD Jun 97 SSWV
  29864. 60783X
  29865. Aug 96
  29866. e--set theItem to choose file -- uncomment to test in an AS editor
  29867.     tell application "Finder"
  29868.         open item "Dev.CD Aug 96 TC"
  29869.         activate
  29870.     end tell
  29871. on error errMsg number errNum
  29872.     --enter statements to perform when no records are found such as...
  29873.     display dialog "Sorry, the item you selected could not be found."
  29874.     return
  29875. end try
  29876. All Packages
  29877. QuickDraw GXO
  29878. Dev.CD Aug 96 TCP
  29879. Dev.CD Aug 96 TV
  29880. 62007X
  29881. Aug 96
  29882. e--set theItem to choose file -- uncomment to test in an AS editor
  29883.     tell application "Finder"
  29884.         open item "Dev.CD Aug 96 TC"
  29885.         activate
  29886.     end tell
  29887. on error errMsg number errNum
  29888.     --enter statements to perform when no records are found such as...
  29889.     display dialog "Sorry, the item you selected could not be found."
  29890.     return
  29891. end try
  29892. All Packages
  29893. QuickDraw GXO
  29894. Dev.CD Aug 96 TCP
  29895. Dev.CD Aug 96 TV
  29896. 62008X
  29897. Aug 96
  29898. witch
  29899. switching
  29900. symbiotic
  29901. synchronization
  29902. summary
  29903. da/application
  29904. allows
  29905. examine
  29906. summary
  29907. functional
  29908. opentransport
  29909. sample
  29910. imple
  29911. summary
  29912. graphical
  29913. representation
  29914. maximum
  29915. summary
  29916. definition
  29917. procedure
  29918. source
  29919. summary
  29920. series
  29921. tools
  29922. source
  29923. allow
  29924. three
  29925. tools
  29926. written
  29927. hardwar
  29928. summary
  29929. simple
  29930. window
  29931. based
  29932. debugger
  29933. kernel
  29934. summary
  29935. which
  29936. plays
  29937. sounds
  29938. summary
  29939. helper
  29940. formerly
  29941. monthly
  29942. posting
  29943. summary
  29944. definition
  29945. binhex
  29946. protocol
  29947. summary
  29948. developer
  29949. edition
  29950. quickview
  29951. devel
  29952. summary
  29953. electronic
  29954. version
  29955. develop
  29956. magazine
  29957. summary
  29958. prgram
  29959. guide
  29960. macintosh
  29961. power
  29962. All Packages
  29963. System Enabler 003 (LC III)OEDev.CD Apr 94
  29964. Dev.CD Jan 94
  29965. Dev.CD Oct 93
  29966. Dev.CD Jul 93
  29967. Dev.CD Apr 93PDDev.CD Apr 94
  29968. Dev.CD Jan 94
  29969. Dev.CD Oct 93
  29970. Dev.CD Jul 93
  29971. Dev.CD Apr 9V
  29972. 62325X
  29973. Apr 94
  29974. --set theItem to choose file -- uncomment to test in an AS editor
  29975.     tell application "Finder"
  29976.         open item "Dev.CD Apr 94
  29977. Dev.CD Jan 94
  29978. Dev.CD Oct 93
  29979. Dev.CD Jul 93
  29980. Dev.CD Apr 93"
  29981.         activate
  29982.     end tell
  29983. on error errMsg number errNum
  29984.     --enter statements to perform when no records are found such as...
  29985.     display dialog "Sorry, the item you selected could not be found."
  29986.     return
  29987. end try
  29988. All Packages
  29989. System Enabler 003 (LC III)OEDev.CD Apr 94
  29990. Dev.CD Jan 94
  29991. Dev.CD Oct 93
  29992. Dev.CD Jul 93
  29993. Dev.CD Apr 93PDDev.CD Apr 94
  29994. Dev.CD Jan 94
  29995. Dev.CD Oct 93
  29996. Dev.CD Jul 93
  29997. Dev.CD Apr 9V
  29998. 62326X
  29999. Apr 94
  30000. navigation
  30001. services
  30002. documents
  30003. mtiEi]B
  30004. {M{nH
  30005. nro`v6Z
  30006. nrruq'
  30007. b--set theItem to choose file -- uncomment to test in an AS editor
  30008.     tell application "Finder"
  30009.         open item "Dev.CD Oct 94"
  30010.         activate
  30011.     end tell
  30012. on error errMsg number errNum
  30013.     --enter statements to perform when no records are found such as...
  30014.     display dialog "Sorry, the item you selected could not be found."
  30015.     return
  30016. end try
  30017. deviceloop
  30018.  display dialog "Sorry, the item you selected could not be found."
  30019.     return
  30020. end try
  30021. e    No Changef
  30022. Network Managementq
  30023. Dev.CD May 00 TC
  30024. D!All Packages
  30025. Mac OS SDK Edition
  30026. SOMobjects
  30027.  for Mac OS
  30028. appleev
  30029. summary
  30030. application
  30031. exercises
  30032. copybits
  30033. copymask
  30034. summary
  30035. brochure
  30036. serves
  30037. foundation
  30038. explaining
  30039. summary
  30040. sample
  30041. demonstrates
  30042. palette
  30043. language
  30044. language
  30045. analysis
  30046. language
  30047. updater
  30048. language
  30049. updater
  30050. f/macos8
  30051. languages
  30052. laserwriter
  30053. laserwriter
  30054. laserwriter
  30055. 8.5.1gm
  30056. leaks
  30057. leaks
  30058. learning
  30059. learning
  30060. drive
  30061. verilog
  30062. libraryu
  30063. listmania
  30064. navigator
  30065. newsi
  30066. notesS
  30067. onescannerg
  30068. opp's
  30069. palette
  30070. parserV
  30071. performance
  30072. photoshop
  30073. player
  30074. plugins
  30075. postscript
  30076. primer
  30077. unlocking
  30078. unmangling
  30079. unmodified
  30080. unmount
  30081. unmount/mount
  30082. unmounted
  30083. unmounted/mounted
  30084. unmounting
  30085. unmountit
  30086. unresolved
  30087. unsupported
  30088. until
  30089. unusual
  30090. unversal
  30091. unwrapcommenttext
  30092. up-to-dateZ
  30093. upcoming
  30094. updateQ
  30095. update-based
  30096. updatedo
  30097. updated
  30098. 1/25/2000
  30099. updater
  30100. updatese
  30101. updatingb
  30102. upgrade
  30103. upgraded
  30104. upgrader
  30105. upgrades
  30106. upload
  30107. larkspur
  30108. laser
  30109. laserwriterj
  30110. laserwriteriisc
  30111. laserwriters
  30112. lasso
  30113. lastly
  30114. late-breaking
  30115. laterX
  30116. laterappleh
  30117. latestN
  30118. latest
  30119. specification
  30120. profiles
  30121. latitude
  30122. latter
  30123. launchB
  30124. launchapplication
  30125. launched
  30126. launcher
  30127. launches
  30128. launchingj
  30129. launchwithdoc
  30130. layouts
  30131. ldefproc0
  30132. leading
  30133. leading-edge
  30134. leadsj
  30135. leaks
  30136. learn
  30137. unmountprojector
  30138. unsupported
  30139. unsupported
  30140. libraries
  30141. untitled
  30142. untitled
  30143. 1.4mb
  30144. format
  30145. pdatedo
  30146. updated
  30147. documentation
  30148. updated
  30149. grayscale
  30150. appearanceo
  30151. updater
  30152. updates
  30153. updates
  30154. patches
  30155. updating
  30156. updating
  30157. drivers
  30158. upgrader
  30159. upgrader
  30160. 1.2.3
  30161. engines
  30162. upgrading
  30163. upgrading
  30164. bbedit
  30165. driver
  30166. software
  30167. locator
  30168. useful
  30169. useful
  30170. addmenu
  30171. script
  30172. manual
  30173. user's
  30174. usersy
  30175. userstartup
  30176. userstartup
  30177. goodies
  30178. using
  30179. utilities
  30180. utilities
  30181. utilities
  30182. utility
  30183. v1.5.2
  30184. v1.5.3
  30185. validator
  30186. validator
  30187. validator
  30188. documentation
  30189. validator
  30190. documentation
  30191. variable
  30192. variables
  30193. version
  30194. version
  30195. history
  30196. version
  30197. history
  30198. 61687X
  30199. Jan 99^
  30200. --set theItem to choose file -- uncomment to test in an AS editor
  30201.     tell application "Finder"
  30202.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  30203.         activate
  30204.     end tell
  30205. on error errMsg number errNum
  30206.     --enter statements to perform when no records are found such as...
  30207.     display dialog "Sorry, the item you selected could not be found."
  30208.     return
  30209. end try
  30210. Deletedf-keychain
  30211. password storage
  30212. passphrase
  30213. passwordq
  30214. Dev.CD Jan 99 SDK1
  30215. D!All Packages
  30216. Tool Chest Edition
  30217. KibitzI
  30218. Summary: Sample network chess application.
  30219. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  30220. MPW 3.2, System 7
  30221. This package is System 7.0 compatible.J
  30222. Sample Code.imgK
  30223. Jan 92O
  30224. Dev.CD May 00 TC:Sample Code:P
  30225. Dev.CD May 00 TC
  30226.  - Sample CodeV
  30227. 61688X
  30228. May 00^
  30229. #erBook 2400cK
  30230. Aug 97M
  30231. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  30232. dumpsy
  30233. dumpsrec
  30234. dumpster
  30235. duplicate
  30236. duplicated
  30237. duringZ
  30238. dutch
  30239. dykstra-erickson
  30240. dylan
  30241. dynamic
  30242. dynamically
  30243. dynamics
  30244. dynamo
  30245. quickdraw
  30246. viewer
  30247. thompson
  30248. easy-to-use
  30249. eaxmple
  30250. edgar
  30251. editX
  30252. edit-related
  30253. editable
  30254. editing
  30255. editionj
  30256. editorN
  30257. editor'sj
  30258. editors
  30259. edittext
  30260. edittextcdev
  30261. educationalj
  30262. effect
  30263. 62164X
  30264. May 00^
  30265. r--set theItem to choose file -- uncomment to test in an AS editor
  30266.     tell application "Finder"
  30267.         open item "Dev.CD May 00 TC:Sample Code:"
  30268.         activate
  30269.     end tell
  30270. on error errMsg number errNum
  30271.     --enter statements to perform when no records are found such as...
  30272.     display dialog "Sorry, the item you selected could not be found."
  30273.     return
  30274. end try
  30275. e    No Changeq
  30276. Dev.CD May 00 TC
  30277. D!All Packages
  30278. Tool Chest Edition
  30279. Snippets - Devices
  30280. (** = new, * = revised)
  30281. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  30282. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  30283. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  30284. CDTool:  An MPW Tool that controls a CD drive
  30285. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  30286. seamlessly
  30287. searchb
  30288. searched
  30289. searchesh
  30290. searchingh
  30291. searchproc
  30292. secondly
  30293. secret
  30294. secretary
  30295. secrets
  30296. sectionj
  30297. sectionreport
  30298. sections
  30299. sectors
  30300. secure
  30301. securely
  30302. security
  30303. sedit
  30304. return
  30305. return
  30306. investment
  30307. business
  30308. processes
  30309. interactive
  30310. media
  30311. reverb
  30312. rgbforecolor
  30313. rhapsody
  30314. rhapsody
  30315. yellow
  30316. openstep
  30317. rhapsody
  30318. pages
  30319. ringQ
  30320. riser
  30321. robustness
  30322. rotation
  30323. router
  30324. routing
  30325. rules
  30326. runtime
  30327. sample
  30328. sample
  30329. sample
  30330. games
  30331. graphics
  30332. animation
  30333. sample
  30334. traffic
  30335. light
  30336. saving
  30337. scanner
  30338. scomP
  30339. screen
  30340. script\
  30341. scriptable\
  30342. goodies
  30343. graphics
  30344. grayscaleo
  30345. groupdrawing
  30346. guidep
  30347. e    No Changef
  30348. QuickTime
  30349. Dev.CD May 00 TC
  30350. All Packages
  30351. QuickDraw 3DO
  30352. Dev.CD Jan 96 SSWP
  30353. Dev.CD Jan 96 SSV
  30354. 61919X
  30355. Jan 96
  30356. f--set theItem to choose file -- uncomment to test in an AS editor
  30357.     tell application "Finder"
  30358.         open item "Dev.CD Jan 96 SSW"
  30359.         activate
  30360.     end tell
  30361. on error errMsg number errNum
  30362.     --enter statements to perform when no records are found such as...
  30363.     display dialog "Sorry, the item you selected could not be found."
  30364.     return
  30365. end try
  30366. All Packages
  30367. QuickDraw 3DO
  30368. Dev.CD Jan 96 SSWP
  30369. Dev.CD Jan 96 SSV
  30370. 61920X
  30371. Jan 96
  30372. f--set theItem to choose file -- uncomment to test in an AS editor
  30373.     tell application "Finder"
  30374.         open item "Dev.CD Jan 96 SSW"
  30375.         activate
  30376.     end tell
  30377. on error errMsg number errNum
  30378.     --enter statements to perform when no records are found such as...
  30379.     display dialog "Sorry, the item you selected could not be found."
  30380.     return
  30381. end try
  30382. All Packages
  30383.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  30384. J-CODE editor for ResEdit 2.1
  30385. CODE editor NotesK
  30386. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD May 00 TC
  30387.  - Tool Chest
  30388.  - Developer Utilities
  30389.  - ResEdit 2.1.3
  30390.  - ResEdit Extensions
  30391.  - CODE Editor for ResEdit 2.1mple
  30392. pages
  30393. htmlsample
  30394. htmlsample
  30395. htmlsample
  30396. human
  30397. human
  30398. interface
  30399. guidelines
  30400. human
  30401. interface
  30402. notes
  30403. humaninterfacetoolbo
  30404. hypercard
  30405. hypercard
  30406. update
  30407. installer
  30408. hypercard
  30409. toolkit
  30410. 1.0b2
  30411. hypercard
  30412. mactcp
  30413. toolkit
  30414. hypercard
  30415. player
  30416. hypercard
  30417. serial
  30418. toolkit
  30419. hypercard
  30420. video
  30421. toolkit
  30422. hytime
  30423. ideas
  30424. opportunities
  30425. O/Dev.CD Mar 00 RL Disk 2:Technical Publications:P1Dev.CD Mar 00 RL Disk 2
  30426.  - Technical Publicationscreator/file
  30427. crimes
  30428. criteria
  30429. critical
  30430. critically
  30431. critieria
  30432. cropping
  30433. cross-industry
  30434. cross-platformj
  30435. crucial
  30436. cryptic
  30437. cryptographic
  30438. culturej
  30439. cunningham
  30440. curbow
  30441. curious
  30442. current
  30443. current
  30444. release
  30445. mactcp
  30446. v2.0.6
  30447. mactcp
  30448. admin
  30449. v2.0.6
  30450. currently
  30451. cursive
  30452. cursor
  30453. cursordevice
  30454. cursordevicemanager
  30455. customchoose
  30456. customenabler
  30457. customer
  30458. customer's
  30459. customersj
  30460. customise
  30461. handles
  30462. xcmdsn
  30463. xfcnc
  30464. xfcns
  30465. 1.3.6
  30466. 1.0a13
  30467. zaptcp
  30468. zaptcp
  30469. 1.2.1
  30470. zoneranger
  30471. zoneranger
  30472. zoomed
  30473. zoomed
  30474. video
  30475. driver
  30476. zzportlist
  30477. zzportlist
  30478. 1-12/96k
  30479. 1-bit
  30480. 1.0.0d3
  30481. 1.0.1h
  30482. 1.0.2h
  30483. 1.0.3e
  30484. 1.0.6
  30485. 1.0.8
  30486. 1.0a5
  30487. 1.0b1
  30488. 1.0b2
  30489. 1.0d1
  30490. 1.0d8
  30491. 1.1.1
  30492. 1.1.2
  30493. 1.1.3
  30494. 1.1.4
  30495. 1.1.6
  30496. package
  30497. compatible
  30498. ive Adoption of OpenDoc; Business Feature: Launching a New Product
  30499. The Pop Rocket Story; Developer Outlook: Working With Composers in Multimedia.
  30500. Listings: The Internet Page.
  30501. August 1995 Apple Directions Articles
  30502. News Section: Strategy Mosaic (Strategy 1999, part 2); News (Power PC Performas; Newton DILs); Editor's Note (Global Mac Expansion); IndustryWatch (Cool Developments).
  30503. Technology:  CD Highlights; Human Interface (Information); Apple Color LaserWr
  30504. iter 12/600 PS; OpenDoc Human Interface FAQs.
  30505. Market Research Monthly (Apple Cross-Platform Strategy); Marketing Feature (Saving Packaging Costs & the Environment); Developer Outlook (Benefits of AppleScript).
  30506. July 1995 Apple Directions Articles
  30507. News Section: Strategy Mosaic (Strategy 1999, part 1); News (Power Macintosh 9500; Denali; QuickTime VR & Apple Media Kit; Newton European Developer Programs; New Printers; QuickDraw 3D Beta); Editor's Note (WWDC Highlights).
  30508. Technology:  CD Hi
  30509. 61726X
  30510. Apr 00^
  30511. --set theItem to choose file -- uncomment to test in an AS editor
  30512.     tell application "Finder"
  30513.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  30514.         activate
  30515.     end tell
  30516. on error errMsg number errNum
  30517.     --enter statements to perform when no records are found such as...
  30518.     display dialog "Sorry, the item you selected could not be found."
  30519.     return
  30520. end try
  30521. e    No Changeq
  30522. Dev.CD Apr 00 SDK1
  30523. D!All Packages
  30524. Mac OS SDK Edition
  30525. Macintosh Easy Open 1.1.1
  30526.      open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  30527.         activate
  30528.     end tell
  30529. on error errMsg number errNum
  30530.     --enter statements to perform when no records are found such as...
  30531.     display dialog "Sorry, the item you selected could not be found."
  30532.     return
  30533. end try
  30534. e    No Changeq
  30535. Dev.CD May 00 TC
  30536. +D!All Packages
  30537. Tool Chest Edition
  30538. Object Pascal to C++ Tipsibility opens up a world of new possibilities, a
  30539. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  30540. MPDelayUntilTest.c
  30541. MPDelayUntilTest.
  30542. Pro2K
  30543. May 00M
  30544. Mac OS 8.6+, MP 2.0N
  30545. MultiTasking, MultiProcessingODDev.CD May 00 TC:What's New?:Sample Code:Processes:MPDelayUntilTest:PODev.CD May 00 TC
  30546.  - What's New?
  30547.  - Sample Code
  30548.  - Processes
  30549.  - MPDelayUntilTestV
  30550. 61760X
  30551. May 00^
  30552. --set theItem to choose file -- uncomment to test in an AS editor
  30553.     tell application "Finder"
  30554.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPDelayUntilTest:"
  30555.         activate
  30556.     end tell
  30557. on error errMsg number errNum
  30558.     --enter statements to perform when no records are found such as...
  30559.     display dialog "Sorry, the item you selected could not be found."
  30560.     return
  30561. end try
  30562. New Packagef
  30563. MultiTasking
  30564. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30565. Dev.CD May 00 TC
  30566. D!All Packages
  30567. Tool Chest Edition
  30568. MPHelloWorld (Pascal)
  30569. All Packages
  30570. All Packages
  30571. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30572. Dev.CD Jan 94
  30573. Dev.CD Oct 93
  30574. Dev.CD Jul 93
  30575. Dev.CD Apr 93PDDev.CD Apr 94
  30576. Dev.CD Jan 94
  30577. Dev.CD Oct 93
  30578. Dev.CD Jul 93
  30579. Dev.CD Apr 9V
  30580. 62496X
  30581. Apr 94
  30582. --set theItem to choose file -- uncomment to test in an AS editor
  30583.     tell application "Finder"
  30584.         open item "Dev.CD Apr 94
  30585. Dev.CD Jan 94
  30586. Dev.CD Oct 93
  30587. Dev.CD Jul 93
  30588. Dev.CD Apr 93"
  30589.         activate
  30590.     end tell
  30591. on error errMsg number errNum
  30592.     --enter statements to perform when no records are found such as...
  30593.     display dialog "Sorry, the item you selected could not be found."
  30594.     return
  30595. end try
  30596. All Packages
  30597. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  30598. Dev.CD Jan 94
  30599. Dev.CD Oct 93P(Dev.CD Apr 94
  30600. Dev.CD Jan 94
  30601. Dev.CD Oct 9V
  30602. 62497X
  30603. Apr 94
  30604. editorN
  30605. editor'sj
  30606. editors
  30607. educationalj
  30608. effect
  30609. ployj
  30610. emptied
  30611. emulator
  30612. enableq
  30613. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  30614. s object-oriented framework.
  30615. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  30616. t often need to write it, but you
  30617. ll surely have to read it and debug it. Get the basics here.
  30618. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  30619. s launching.
  30620. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  30621. s what you
  30622. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  30623. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  30624. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  30625. 601 Processor Upgrade EnablerO
  30626. Dev.CD Jul 95P
  30627. Dev.CD Jul 9V
  30628. 61372X
  30629. Jul 95
  30630. b--set theItem to choose file -- uncomment to test in an AS editor
  30631.     tell application "Finder"
  30632.         open item "Dev.CD Jul 95"
  30633.         activate
  30634.     end tell
  30635. on error errMsg number errNum
  30636.     --enter statements to perform when no records are found such as...
  30637.     display dialog "Sorry, the item you selected could not be found."
  30638.     return
  30639. end try
  30640. All Packages
  30641. 601 Processor Upgrade EnablerO
  30642. Dev.CD Jul 95P
  30643. Dev.CD Jul 9V
  30644. 61373X
  30645. Jul 95
  30646. b--set theItem to choose file -- uncomment to test in an AS editor
  30647.     tell application "Finder"
  30648.         open item "Dev.CD Jul 95"
  30649.         activate
  30650.     end tell
  30651. on error errMsg number errNum
  30652.     --enter statements to perform when no records are found such as...
  30653.     display dialog "Sorry, the item you selected could not be found."
  30654.     return
  30655. end try
  30656. All Packages
  30657. 601 Processor Upgrade EnablerO
  30658. Dev.CD Jul 95P
  30659. Dev.CD Jul 9V
  30660. 61374X
  30661. ccur when copying these individual bands and to provide one possible solution.
  30662. CalcCMask & CalcMask:  This snippet shows how to use both CalcCMask and CalcMask to create a mask given a source bitmap image. This is similar to the lasso tool found in many drawing apps.
  30663. ClutWind:  Displays a window that shows the colors in the color table associated with the device the window is on top of.
  30664. CollectPictColors:  This application demonstrates two methods of collecting colors used by Pict resou
  30665. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  30666. Color Marquee:  The proverbial marching ants, this time in red!
  30667. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  30668. ColorizePict:  Snippet to illustrate how to use CopyB
  30669.     Dd System 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  30670. Sample Code.imgK
  30671. Jan 96O
  30672. Dev.CD May 00 TC:Sample Code:P
  30673. Dev.CD May 00 TC
  30674.  - Sample Code        open item "Dev.CD Jul 96 SSW"
  30675.         activate
  30676.     end tell
  30677. on error errMsg number errNum
  30678.     --enter statements to perform when no records are found such as...
  30679.     display dialog "Sorry, the item you selected could not be found."
  30680.     return
  30681. end try
  30682. All Packages
  30683. System 7.5 Update 2.0O
  30684. Dev.CD Jul 96 SSWP
  30685. Dev.CD Jul 96 SSV
  30686. 61034X
  30687. Jul 96
  30688. f--set theItem to choose file -- uncomment to test in an AS editor
  30689.     tell application "Finder"
  30690.         open item "Dev.CD Jul 96 SSW"
  30691.         activate
  30692.     end tell
  30693. on error errMsg number errNum
  30694.     --enter statements to perform when no records are found such as...
  30695.     display dialog "Sorry, the item you selected could not be found."
  30696.     return
  30697. end try
  30698. All Packages
  30699. System 7.5 Update 2.0V
  30700. 61035X
  30701. Dev.CD May 00 TC:Sample Code:P
  30702. Dev.CD May 00 TC
  30703.  - Sample CodeV
  30704. 61639X
  30705. May 00^
  30706. r--set theItem to choose file -- uncomment to test in an AS editor
  30707.     tell application "Finder"
  30708.         open item "Dev.CD May 00 TC:Sample Code:"
  30709.         activate
  30710.     end tell
  30711. on error errMsg number errNum
  30712.     --enter statements to perform when no records are found such as...
  30713.     display dialog "Sorry, the item you selected could not be found."
  30714.     return
  30715. end try
  30716. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  30717. Dev.CD May 00 TC
  30718. D!All Packages
  30719. Tool Chest Edition
  30720. HITEC (super front end to VU)
  30721.     rNum
  30722.     --enter statements to perform when no records are found such as...
  30723.     display dialog "Sorry, the item you selected could not be found."
  30724.     return
  30725. end try
  30726. e    No Changef5Open Transport
  30727. no-copy receives
  30728. OTBuffer
  30729. OTBufferInfoq
  30730. Dev.CD May 00 TC
  30731. )D!All Packages
  30732. Tool Chest Edition
  30733. NuBus Tester: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  30734. reusable
  30735. reusej
  30736. reusing
  30737. reuter
  30738. revealed
  30739. revert
  30740. revised[
  30741. revisionw
  30742. revisited
  30743. revolution
  30744. rewrite
  30745. rewritten
  30746. rgbforecolor
  30747. rhapsody
  30748. rhapsody
  30749. developer
  30750. documentation
  30751. rhapsody
  30752. pages
  30753. ricardo
  30754. richard
  30755. richery
  30756. rightZ
  30757. corporate
  30758. corporation
  30759. correct
  30760. corrects
  30761. correlate
  30762. correspondence
  30763. corresponding
  30764. corresponds
  30765. corruption
  30766. cosmetic
  30767. costly
  30768. costsj
  30769. couldX
  30770. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  30771. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  30772. Postal:    Bare Bones Software, Inc.
  30773.       P.O. Box 108
  30774.       Bedford, MA  01730-0108
  30775. Phone:    +1 508 651 3561
  30776. Fax:      +1 508 651 7584
  30777. WWW:      htC`tp://www.tiac.net/biz/bbsw/
  30778. Internet:    bbsw@netcom.com
  30779. CIS:    73051,3255
  30780. eWorld:    BareBones
  30781. JY!NOT AN APPLE PRODUCT!
  30782. PopupFuncs 2.6.1 Installer
  30783. PopupFuncs Notes.c
  30784. Source Masher
  30785. xPop 
  30786. Sep 95L
  30787. Jan 96OADev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD May 00 TC
  30788.  - Tool Chest
  30789.  - Developer Utilities
  30790.  - PopupFuncs 2.6.1m you selected could not be found."
  30791.     return
  30792. end try
  30793. All Packages
  30794. System Enabler 111 (PB 160/180)O
  30795. Dev.CD Apr 93V
  30796. 54950X
  30797. b--set theItem to choose file -- uncomment to test in an AS editor
  30798.     tell application "Finder"
  30799.         open item "Dev.CD Jul 95"
  30800.         activate
  30801.     end tell
  30802. on error errMsg number errNum
  30803.     --enter statements to perform when no records are found such as...
  30804.     display dialog "Sorry, the item you selected could not be found."
  30805.     return
  30806. end try
  30807.  few of which are explored in this article. 
  30808. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  30809. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  30810. s also one built into QuickDraw GX. Finally, here
  30811. s a library that will work on any Macintosh, using built-in routines if available.
  30812. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  30813. MPW TIPS AND TRI
  30814. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  30815. s powerful, scriptable text editing capabilities. 
  30816. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  30817. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  30818. re not giving up.
  30819. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  30820. anti-viral
  30821. antlr
  30822. app'sp
  30823. appearo
  30824. appearanced
  30825. appeared
  30826. appearing
  30827. appendages
  30828. appendditl
  30829. appendix
  30830. appendixesw
  30831. appleO
  30832. De    No Changef#Open Transport
  30833. mapper
  30834. MapperRefq
  30835. Dev.CD May 00 TC
  30836. ED!All Packages
  30837. Tool Chest Edition
  30838. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J
  30839. Sample Code.imgK
  30840. Sep 96L
  30841. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  30842. Dev.CD May 00 TC:Sample Code:P
  30843. Dev.CD May 00 TC
  30844.  - Sample CodeV
  30845. 61820X
  30846. May 00^
  30847. r--set theItem to choose file -- uncomment to test in an AS editor
  30848.     tell application "Finder"
  30849.         open item "Dev.CD May 00 TC:Sample Code:"
  30850.         activate
  30851.     end tell
  30852. on error errMsg number errNum
  30853.     --enter statements to perform when no records are found such as...
  30854.     display dialog "Sorry, the item you selected could not be found."
  30855.     return
  30856. end try
  30857. e    No Changef!open transport
  30858. rawipq
  30859. Dev.CD May 00 TC
  30860. FD!All Packages
  30861. Tool Chest Edition
  30862. OTSimpleDownloadHTTPnd try
  30863. All Packages
  30864. System 7.5 Update 2.0V
  30865. 59807X
  30866. 61437X
  30867. May 00^
  30868. --set theItem to choose file -- uncomment to test in an AS editor
  30869.     tell application "Finder"
  30870.         open item "Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:"
  30871.         activate
  30872.     end tell
  30873. on error errMsg number errNum
  30874.     --enter statements to perform when no records are found such as...
  30875.     display dialog "Sorry, the item you selected could not be found."
  30876.     return
  30877. end try
  30878. e    No Changeq
  30879. Dev.CD May 00 TC
  30880. GD!All Packages
  30881. Mac OS SDK Edition
  30882.  folder contains:
  30883.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  30884.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  30885. IMPORTANT NOTES
  30886. AppleTalk Connection installs the version 1.1.2 of the
  30887. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  30888. AppleTalk Connection relies on the latest release of MacSNMP vease of MacSNMP v
  30889. b--set theItem to choose file -- uncomment to test in an AS editor
  30890.     tell application "Finder"
  30891.         open item "Dev.CD Jan 94"
  30892.         activate
  30893.     end tell
  30894. on error errMsg number errNum
  30895.     --enter statements to perform when no records are found such as...
  30896.     display dialog "Sorry, the item you selected could not be found."
  30897.     return
  30898. end try
  30899. ndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  30900. BufCallback:  This code demonstrates the use of a call back routine with the sound!
  30901. optimizing
  30902. option
  30903. option
  30904. management
  30905. ordered
  30906. ordered
  30907. collection
  30908. Mar 92L
  30909. Nov 94O9Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:PADev.CD May 00 TC
  30910.  - Tool Chest
  30911.  - Networking
  30912.  - AppleTalk and PPPCD Jan 94
  30913. Dev.CD Oct 93
  30914. Dev.CD Jul 93
  30915. Dev.CD Apr 9V
  30916. 61233X
  30917. Apr 94
  30918. --set theItem to choose file -- uncomment to test in an AS editor
  30919.     tell application "Finder"
  30920.         open item "Dev.CD Apr 94
  30921. Dev.CD Jan 94
  30922. Dev.CD Oct 93
  30923. Dev.CD Jul 93
  30924. Dev.CD Apr 93"
  30925.         activate
  30926.     end tell
  30927. on error errMsg number errNum
  30928.     --enter statements to perform when no records are found such as...
  30929.     display dialog "Sorry, the item you selected could not be found."
  30930.     return
  30931. end try
  30932. All Packages
  30933. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  30934. Dev.CD Jan 94
  30935. Dev.CD Oct 93
  30936. Dev.CD Jul 93
  30937. Dev.CD Apr 93PDDev.CD Apr 94
  30938. Dev.CD Jan 94
  30939. Dev.CD Oct 93
  30940. Dev.CD Jul 93
  30941. Dev.CD Apr 9V
  30942. 61234X
  30943. Apr 94
  30944. All Packages
  30945. F    PowerTalkV
  30946. 51898X
  30947. |PLDev.CD May 00 TC
  30948.  - Tool Chest
  30949.  - OS Utilities
  30950.  - Gestalt Selectors List 4.3   tell application "Finder"
  30951.         open item "Dev.CD May 00 TC:Sample Code:"
  30952.         activate
  30953.     end tell
  30954. on error errMsg number errNum
  30955.     --enter statements to perform when no records are found such as...
  30956.     display dialog "Sorry, the item you selected could not be found."
  30957.     return
  30958. end try
  30959. suchQ
  30960. suffer
  30961. suffix
  30962. suggested
  30963. suggestions
  30964. suitj
  30965. suitability
  30966. wereo
  30967. what_
  30968. aegizmos_
  30969. appear
  30970. where
  30971. location
  30972. memory
  30973. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  30974. Sample Code.imgK
  30975. Feb 00
  30976. - Common
  30977.     - Sun Compliant Java Runtime Environment 1.1
  30978.     - QuickTime 3 
  30979.     - QTJava.zip
  30980.     - QTJava media samples
  30981. - Mac OS:
  30982.     - System 8 or later
  30983.     - Macintosh Runtime for Java (MRJ) 2.1
  30984. - Windows 95, 98, or NT::
  30985.     - JRE/JDK from Sun Microsystems, Inc. recommended
  30986. QuickTime, Java, MRJO
  30987. Dev.CD May 00 TC:Sample Code:P
  30988. Dev.CD May 00 TC
  30989.  - Sample Code
  30990. installer
  30991. 4.0.8
  30992. installer
  30993. drivers
  30994. installer
  30995. licensing
  30996. installer
  30997. 1.2.3
  30998. installing
  30999. installing
  31000. opendoc
  31001. simple
  31002. sample
  31003. which
  31004. demonstrates
  31005. setdeskcpa
  31006. simpleapp
  31007. simplechooser
  31008. simpleinit
  31009. simpler
  31010. simplest
  31011. simpletexto
  31012. simplified
  31013. simplifies
  31014. simplify
  31015. simply
  31016. simulate
  31017. simulates
  31018. simulation
  31019. simulator
  31020. simultaneous
  31021. simultaneously
  31022. since
  31023. singlep
  31024. single-link
  31025. sitei
  31026. wdefs
  31027. we'll
  31028. Help XFCN 1.4
  31029. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  31030.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  31031. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  31032. JEbuildXCMD
  31033. Help XFCN RN 1.4
  31034. helpLab
  31035. makefileHelp
  31036. makeout
  31037. object
  31038. sourceK
  31039. Vol VIIL
  31040. Aug 93M
  31041. HyperCard 2.1, System 7N
  31042. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  31043.  - Tool Chest
  31044.  - Development Kits
  31045.  - HyperCard Related
  31046.  - XCMDs & XFCNs
  31047.  - Help XFCN 1.4V
  31048. 61637X
  31049. 1vel 2 printers can accept JPEG-compressed image data direct
  31050. 61754X
  31051. May 00^
  31052. r--set theItem to choose file -- uncomment to test in an AS editor
  31053.     tell application "Finder"
  31054.         open item "Dev.CD May 00 TC:Sample Code:"
  31055.         activate
  31056.     end tell
  31057. on error errMsg number errNum
  31058.     --enter statements to perform when no records are found such as...
  31059.     display dialog "Sorry, the item you selected could not be found."
  31060.     return
  31061. end try
  31062. e    No Changef(File Manager
  31063. Desktop Manager
  31064. Sample Codeq
  31065. Dev.CD May 00 TC
  31066. D!All Packages
  31067. Tool Chest Edition
  31068. MoreFinderEvents
  31069.     e Code:P
  31070. Dev.CD May 00 TC
  31071.  - Sample Code   tell application "Finder"
  31072.         open item "Dev.CD Jan 96 SSW"
  31073.         activate
  31074.     end tell
  31075. on error errMsg number errNum
  31076.     --enter statements to perform when no records are found such as...
  31077.     display dialog "Sorry, the item you selected could not be found."
  31078.     return
  31079. end try
  31080. All Packages
  31081. QuickDraw 3DO
  31082. Dev.CD Jan 96 SSWP
  31083. Dev.CD Jan 96 SSV
  31084. 59447X
  31085. Jan 96
  31086. he grayscale appearance specif
  31087. --set theItem to choose file -- uncomment to test in an AS editor
  31088.     tell application "Finder"
  31089.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  31090.         activate
  31091.     end tell
  31092. on error errMsg number errNum
  31093.     --enter statements to perform when no records are found such as...
  31094.     display dialog "Sorry, the item you selected could not be found."
  31095.     return
  31096. end try
  31097.  generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  31098. J8Headers and Stub Libraries:
  31099. SampleFilter:
  31100. SectionReport:K
  31101. Dec 99M
  31102. LaserWriter 8.7N
  31103. Printing, PostScript, FilterORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:P]Dev.CD Mar 00 RL Disk 1
  31104.  - What's New
  31105.  - Sample Code
  31106.  - Printing
  31107.  - PostScript Output Filters
  31108. --set theItem to choose file -- uncomment to test in an AS editor
  31109.     tell application "Finder"
  31110.         open item "Dev.CD Apr 94
  31111. Dev.CD Jan 94
  31112. Dev.CD Oct 93
  31113. Dev.CD Jul 93
  31114. Dev.CD Apr 93"
  31115.         activate
  31116.     end tell
  31117. on error errMsg number errNum
  31118.     --enter statements to perform when no records are found such as...
  31119.     display dialog "Sorry, the item you selected could not be found."
  31120.     return
  31121. end try
  31122. managerN
  31123. administration
  31124. appletalk
  31125. administration
  31126. 1.0.2
  31127. appletalk
  31128. connection
  31129. appletalk
  31130. connection
  31131. 1.0.2
  31132. goodies
  31133. gopher
  31134. gotcha
  31135. gotchas
  31136. gough
  31137. gourdol
  31138. governed
  31139. CD May 00 TC:Sample Code:"
  31140.         activate
  31141.     end tell
  31142. on error errMsg number errNum
  31143.     --enter statements to perform when no records are found such as...
  31144.     display dialog "Sorry, the item you selected could not be found."
  31145.     return
  31146. end try
  31147. Updatedf
  31148. Sample
  31149. DTSo0http://developer.apple.com/samplecode/index.htmlq
  31150. Dev.CD May 00 TC
  31151. }D!All Packages
  31152. Tool Chest Edition
  31153. Scrap Color 1.0
  31154.     cation demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  31155. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  31156. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  31157. All Packages
  31158. System 7.5 Update 2.0O
  31159. Dev.CD Jul 96 SSWP
  31160. Dev.CD Jul 96 SSV
  31161. 62276X
  31162. Jul 96
  31163. f--set theItem to choose file -- uncomment to test in an AS editor
  31164.     tell application "Finder"
  31165.         open item "Dev.CD Jul 96 SSW"
  31166.         activate
  31167.     end tell
  31168. on error errMsg number errNum
  31169.     --enter statements to perform when no records are found such as...
  31170.     display dialog "Sorry, the item you selected could not be found."
  31171.     return
  31172. end try
  31173. All Packages
  31174. System 7.5 Update 2.0O
  31175. Dev.CD Jul 96 SSWP
  31176. Dev.CD Jul 96 SSV
  31177. 62277X
  31178. Jul 96
  31179. f--set theItem to choose file -- uncomment to test in an AS editor
  31180.     tell application "Finder"
  31181.         open item "Dev.CD Jul 96 SSW"
  31182.         activate
  31183.     end tell
  31184. on error errMsg number errNum
  31185.     --enter statements to perform when no records are found such as...
  31186.     display dialog "Sorry, the item you selected could not be found."
  31187.     return
  31188. end try
  31189. All Packages
  31190. System 7.5 Update 2.0V
  31191. 62278X
  31192. All Packages
  31193. QuickDraw 3DO
  31194. Dev.CD Jan 96 SSWP
  31195. Dev.CD Jan 96 SSV
  31196. 61924X
  31197. Jan 96
  31198. f--set theItem to choose file -- uncomment to test in an AS editor
  31199.     tell application "Finder"
  31200.         open item "Dev.CD Jan 96 SSW"
  31201.         activate
  31202.     end tell
  31203. on error errMsg number errNum
  31204.     --enter statements to perform when no records are found such as...
  31205.     display dialog "Sorry, the item you selected could not be found."
  31206.     return
  31207. end try
  31208. All Packages
  31209. QuickDraw 3DO
  31210. Dev.CD Jan 96 SSWP
  31211. Dev.CD Jan 96 SSV
  31212. 61925X
  31213. Jan 96
  31214. f--set theItem to choose file -- uncomment to test in an AS editor
  31215.     tell application "Finder"
  31216.         open item "Dev.CD Jan 96 SSW"
  31217.         activate
  31218.     end tell
  31219. on error errMsg number errNum
  31220.     --enter statements to perform when no records are found such as...
  31221.     display dialog "Sorry, the item you selected could not be found."
  31222.     return
  31223. end try
  31224. All Packages
  31225. QuickDraw 3DO
  31226. Dev.CD Jan 96 SSWV
  31227. 61926X
  31228. nubus
  31229. number
  31230. number
  31231. formatting
  31232. resedit
  31233. localization
  31234. object
  31235. object
  31236. disassembly
  31237. ultraslimfast
  31238. dumpobj
  31239. object-orientedY
  31240. objective-c
  31241. objects
  31242. ctsupportlib
  31243. macodbc
  31244. database
  31245. connectivity
  31246. drivers
  31247. network
  31248. middlewar
  31249. off-screen
  31250. opaque
  31251. choose
  31252. folder
  31253. navigation
  31254. services
  31255. transport
  31256. cache
  31257. delete
  31258. query
  31259. transport
  31260. resource
  31261. codewarrior
  31262. ethern
  31263. transport
  31264. debug
  31265. transport
  31266. kernel
  31267. strlog
  31268. debug
  31269. streams
  31270. transport
  31271. appletalk
  31272. rawmode
  31273. nbplookup
  31274. otlookup
  31275. transport
  31276. mapper
  31277. mapperref
  31278. transport
  31279. netstat
  31280. display
  31281. cache
  31282. logical
  31283. physic
  31284. transport
  31285. networking
  31286. appletalk
  31287. tcp/ip
  31288. Dev.CD May 00 TC:Sample Code:P
  31289. Dev.CD May 00 TC
  31290.  - Sample CodeV
  31291. 62545X
  31292. May 00^
  31293. r--set theItem to choose file -- uncomment to test in an AS editor
  31294.     tell application "Finder"
  31295.         open item "Dev.CD May 00 TC:Sample Code:"
  31296.         activate
  31297.     end tell
  31298. on error errMsg number errNum
  31299.     --enter statements to perform when no records are found such as...
  31300.     display dialog "Sorry, the item you selected could not be found."
  31301.     return
  31302. end try
  31303. e    No Changef
  31304. QuickTime
  31305. Dev.CD May 00 TC
  31306. D(All Packages
  31307. Reference Library Edition
  31308. Toolbox Assistant
  31309.     v.CD Apr 94
  31310. Dev.CD Jan 94
  31311. Dev.CD Oct 93
  31312. Dev.CD Jul 93
  31313. Dev.CD Apr 9V
  31314. 58565X
  31315. Apr 94
  31316.     tell application "Finder"
  31317.         open item "Dev.CD Nov 96 TC"
  31318.         activate
  31319.     end tell
  31320. on error errMsg number errNum
  31321.     --enter statements to perform when no records are found such as...
  31322.     display dialog "Sorry, the item you selected could not be found."
  31323.     return
  31324. end try
  31325. All Packages
  31326. 62179X
  31327. May 00^
  31328. r--set theItem to choose file -- uncomment to test in an AS editor
  31329.     tell application "Finder"
  31330.         open item "Dev.CD May 00 TC:Sample Code:"
  31331.         activate
  31332.     end tell
  31333. on error errMsg number errNum
  31334.     --enter statements to perform when no records are found such as...
  31335.     display dialog "Sorry, the item you selected could not be found."
  31336.     return
  31337. end try
  31338. e    No Changeq
  31339. Dev.CD May 00 TC
  31340. D!All Packages
  31341. Tool Chest Edition
  31342. SNMP Development
  31343. Summary:  Contains documentation, header files and test utilities to enable developers to write SNMP agents.  Support for the SNMP network management protocol.  How to write an SNMP management agent for your application or service. Not just for networking but for all applications.
  31344. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  31345. 1e    No Change
  31346. color
  31347. controls
  31348. window
  31349. table
  31350. 62536X
  31351. Mar 00^    RL Disk 2
  31352. --set theItem to choose file -- uncomment to test in an AS editor
  31353.     tell application "Finder"
  31354.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:quicktime:"
  31355.         activate
  31356.     end tell
  31357. on error errMsg number errNum
  31358.     --enter statements to perform when no records are found such as...
  31359.     display dialog "Sorry, the item you selected could not be found."
  31360.     return
  31361. end try
  31362. e    No Changef=QuickTime
  31363. video
  31364. sound
  31365. virtual reality
  31366. QuickTime 3
  31367. graphics
  31368. /A<http://developer.apple.com/techpubs/quicktime/quicktime.html
  31369. Dev.CD Mar 00 RL Disk 2
  31370. D(All Packages
  31371. Reference Library Edition
  31372. F Technical Publications: Rhapsody
  31373. ideas
  31374. opportunities
  31375. Jul 98M
  31376. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  31377.  - Interactive Media Resources
  31378. JTObject
  31379. Read ME 2.0
  31380. Readme 2.1.1
  31381. SetupProj
  31382. Source
  31383. StdFileSaver
  31384. wDev registration infoK
  31385. Vol VIIIL
  31386. Nov 96M*MPW with SC. Can only be compiled for 68K.N!printers drivers sample code pictO:Dev.CD May 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:PBDev.CD May 00 TC
  31387.  - Tool Chest
  31388.  - Printing
  31389.  - STD File Saver 2.1.1V
  31390. 62198X
  31391. May 00^
  31392. --set theItem to choose file -- uncomment to test in an AS editor
  31393.     tell application "Finder"
  31394.         open item "Dev.CD May 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:"
  31395.         activate
  31396.     end tell
  31397. on error errMsg number errNum
  31398.     --enter statements to perform when no records are found such as...
  31399.     display dialog "Sorry, the item you selected could not be found."
  31400.     return
  31401. end try
  31402. e    No Changef!printers drivers sample code pictq
  31403. Dev.CD May 00 TC
  31404. StopXPP dcmdI
  31405. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  31406. Networks.imger.J
  31407. Networks.img Change
  31408. gly, which can greatly improve printing speed. Here
  31409. s what you need to know to take advantage of this ability.
  31410. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  31411.  but very important 
  31412.  process. This walkthrough points out traps and pitfalls along the way.
  31413. JEdevelop Issue 24:
  31414. develop Issue 24 code:
  31415. develop Issue 24 references:K
  31416. Dec 95L
  31417. Dec 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Mar 00 RL Disk 1
  31418.  - Technical Documentation
  31419.  - Develop
  31420.  - develop Issue 24
  31421. drivers
  31422. dumpobj
  31423. duplication
  31424. content
  31425. development
  31426. entertainment
  31427. consumer
  31428. electronics
  31429. graphics
  31430. guest
  31431. guidep
  31432. handles
  31433. handwriting
  31434. hardwareA
  31435. Jan 94
  31436. Mar 92nge
  31437. summary
  31438. chromakey
  31439. movie
  31440. simple
  31441. application
  31442. which
  31443. summary
  31444. color
  31445. locator
  31446. enables
  31447. anything
  31448. summary
  31449. contains
  31450. documentation
  31451. header
  31452. files
  31453. utiliti
  31454. summary
  31455. contains
  31456. documentation
  31457. header
  31458. files
  31459. tools
  31460.     display dialog "Sorry, the item you selected could not be found."
  31461.     return
  31462. end try
  31463. set-top
  31464. setadbinfo
  31465. setdeskcpat
  31466. setdialogdefaultitem
  31467. setenv
  31468. setgworld
  31469. setindstring
  31470. setmarkers
  31471. setmfsize
  31472. setpdimc
  31473. setproject
  31474. setprojector
  31475. setsoundinput
  31476. setting
  31477. address
  31478. burned-in
  31479. address
  31480. getenetaddr@
  31481. finder
  31482. display
  31483. folder
  31484. launch@
  31485. games@
  31486. 6J)Development:
  31487. Japanese:
  31488. Recipes:
  31489. Apr 96L
  31490. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  31491.  - Development Kits (Disc 2)
  31492.  - OpenDoc InternationalV
  31493. 61805X
  31494. Jan 97^
  31495. --set theItem to choose file -- uncomment to test in an AS editor
  31496.     tell application "Finder"
  31497.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  31498.         activate
  31499.     end tell
  31500. on error errMsg number errNum
  31501.     --enter statements to perform when no records are found such as...
  31502.     display dialog "Sorry, the item you selected could not be found."
  31503.     return
  31504. end try
  31505. Deletedq
  31506. Dev.CD Jan 97 SDK2
  31507. 7D!All Packages
  31508. Tool Chest Edition
  31509. OpenFWBridgeFixJul97
  31510.     nd is multi-interface generator.
  31511. Features: 
  31512. * Multi-interface generator
  31513. * More simply to use
  31514. * New version of the XTND query that read query document
  31515. * An XCMD that can read query document
  31516. * A complete set of tool to exploit the Data Access Manager
  31517. 61768X
  31518. Apr 00^
  31519. --set theItem to choose file -- uncomment to test in an AS editor
  31520.     tell application "Finder"
  31521.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  31522.         activate
  31523.     end tell
  31524. on error errMsg number errNum
  31525.     --enter statements to perform when no records are found such as...
  31526.     display dialog "Sorry, the item you selected could not be found."
  31527.     return
  31528. end try
  31529. e    No Changef)MRJ
  31530. MRJ 2.1
  31531. MRJ 2.1.2
  31532. MRJ 2.1.3
  31533. MRJ 2.1.4q
  31534. Dev.CD Apr 00 SDK1
  31535. D.All Packages
  31536. Tool Chest Edition
  31537. New & RevisedF
  31538. MRJ 2.2 Debug 
  31539.     : Disinfectant is a free anti-viral utility for the Mac. 
  31540. Features: Disinfectant detects and removes known Mac viruses.  J
  31541. DisinfectantK
  31542. Vol IIIL
  31543. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  31544.  - Utilities
  31545.  - Disinfectant 3.7.1V
  31546. 60342X
  31547. Dec 99^
  31548. # found."
  31549.     return
  31550. end try
  31551. All Packages
  31552. F    QuickTimeV
  31553. 59562X
  31554. l chan
  31555. chestA
  31556. version
  31557. video
  31558. viewY
  31559. viewer
  31560. virtual
  31561. virtualuser
  31562. visigenic
  31563. volume
  31564. volumes
  31565. vtwinb
  31566. virtual
  31567. virtual
  31568. virtualuser
  31569. filetool
  31570. memor
  31571. virtual
  31572. virtualuser
  31573. testing
  31574. automation
  31575. automated
  31576. vu-meter
  31577. vumeter
  31578. vumeter
  31579. sound
  31580. level
  31581. meters
  31582. sample
  31583. volume
  31584. waitnextevent
  31585. wannabe
  31586. waste
  31587. waste
  31588. textedit
  31589. replacement
  31590. webobjects
  31591. webobjects
  31592. categories
  31593. posers
  31594. robustness
  31595. testing
  31596. webobjects
  31597. objective-c
  31598. webobjects
  31599. webobjects
  31600. server
  31601. objects
  31602. window
  31603. windows
  31604. wombat
  31605. workstation
  31606. world
  31607. wrapper
  31608. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  31609. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  31610. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  31611. ager.  This can involve scrambling the system heap or application heap.
  31612. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  31613. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  31614. punctuation
  31615. punjabi
  31616. puntuation
  31617. purchase
  31618. purdue
  31619. purevoice
  31620. purge
  31621. purged
  31622. purposed
  31623. purposeful
  31624. qdesign's
  31625. qdgraphics
  31626. qtcanvas
  31627. qtimagedrawer
  31628. quadraV
  31629. quadrasV
  31630. quadratic
  31631. qualcomm's
  31632. qualifiedh
  31633. quality
  31634. quandary
  31635. quantitiesg
  31636. quarterj
  31637. queries
  31638. query
  31639. querys
  31640. questionZ
  31641. questionaire
  31642. questionaires
  31643. questionnaire
  31644. questions
  31645. queue
  31646. quick
  31647. quickdrawN
  31648. quickdraw
  31649. dimension
  31650. macintosh
  31651. graphics
  31652. pablo
  31653. introduction
  31654. introduction
  31655. quicktime
  31656. introspection
  31657. investmentsj
  31658. involved
  31659. involvesp
  31660. involving
  31661. iostreams
  31662. iotracer
  31663. 61486X
  31664. Aug 97^
  31665. --set theItem to choose file -- uncomment to test in an AS editor
  31666.     tell application "Finder"
  31667.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:"
  31668.         activate
  31669.     end tell
  31670. on error errMsg number errNum
  31671.     --enter statements to perform when no records are found such as...
  31672.     display dialog "Sorry, the item you selected could not be found."
  31673.     return
  31674. end try
  31675. e    No Changef5Chinese
  31676. handwriting
  31677. input
  31678. keyboard
  31679. tablet
  31680. Dev.CD Aug 97 TC
  31681. xD!All Packages
  31682. Tool Chest Edition
  31683. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  31684. CLK 2.0 GMc1K
  31685. Feb 95L
  31686. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD May 00 TC
  31687.  - Language Kits
  31688.  - Chinese Language Kits 2.0V
  31689. 61487X
  31690. May 00^
  31691. released
  31692. releasesj
  31693. relevanti
  31694. --set theItem to choose file -- uncomment to test in an AS editor
  31695.     tell application "Finder"
  31696.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  31697.         activate
  31698.     end tell
  31699. on error errMsg number errNum
  31700.     --enter statements to perform when no records are found such as...
  31701.     display dialog "Sorry, the item you selected could not be found."
  31702.     return
  31703. end try
  31704. tom window, control and menu definitions that will likely conflict with the Appea
  31705. rance Manager when that application is run under Copland. These custom elements will likely not be able to switch to the different themes in Copland and instead they will visually remain as they were coded. To aid in the transition to Copland, Apple is providing the Apple Grayscale Appearance For System 7.5 specification for creating a grayscale appearance in System 7.5 products that is consistent with the default grayscale theme in Copland.  While coding to the grayscale appearance specif
  31706. Dev.CD Jan 94P
  31707. Dev.CD Jan 9V
  31708. 62062X
  31709. Jan 94
  31710. b--set theItem to choose file -- uncomment to test in an AS editor
  31711.     tell application "Finder"
  31712.         open item "Dev.CD Jan 94"
  31713.         activate
  31714.     end tell
  31715. on error errMsg number errNum
  31716.     --enter statements to perform when no records are found such as...
  31717.     display dialog "Sorry, the item you selected could not be found."
  31718.     return
  31719. end try
  31720. All Packages
  31721. F    QuickTimeOsDev.CD Jan 94
  31722. Dev.CD Oct 93
  31723. Dev.CD Jul 93
  31724. Dev.CD Apr 93
  31725. Dev.CD Mar 93
  31726. Dev.CD Feb 93
  31727. Dev.CD Jan 93
  31728. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  31729. Dev.CD Oct 93
  31730. Dev.CD Jul 93
  31731. Dev.CD Apr 93
  31732. Dev.CD Mar 93
  31733. Dev.CD Feb 93
  31734. Dev.CD Jan 93
  31735. Dev.CD Nov/Dec 9V
  31736. 62063X
  31737. Jan 94
  31738. networking
  31739. audio
  31740. features
  31741. newgworld
  31742. tokenizer
  31743. newgworld
  31744. performance
  31745. photoshop
  31746. player
  31747. plugins
  31748. postscript
  31749. powerbook
  31750. primer
  31751. object
  31752. disassembly
  31753. ultraslimfast
  31754. dumpobj
  31755. object-orientedY
  31756. objective-c
  31757. objects
  31758. objectsupportlib
  31759. macodbc
  31760. database
  31761. connectivity
  31762. drivers
  31763. network
  31764. middlewar
  31765. off-screen
  31766. opaque
  31767. choose
  31768. folder
  31769. navigation
  31770. services
  31771. transport
  31772. cache
  31773. delete
  31774. query
  31775. transport
  31776. resource
  31777. codewarrior
  31778. ethern
  31779. transport
  31780. debug
  31781. transport
  31782. kernel
  31783. strlog
  31784. debug
  31785. streams
  31786. transport
  31787. appletalk
  31788. rawmode
  31789. nbplookup
  31790. otlookup
  31791. transport
  31792. mapper
  31793. mapperref
  31794. transport
  31795. netstat
  31796. display
  31797. cache
  31798. logical
  31799. physic
  31800. transport
  31801. networking
  31802. appletalk
  31803. tcp/ip
  31804. M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ringe Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  31805.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  31806. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  31807. See the document "WorldScript
  31808.  Updater Read Me" for details.
  31809. JT009-4303 (WS
  31810.  Updater)
  31811. WorldScript Updater 1.1 Install:
  31812. WorldScript
  31813.  Updater Read MeK
  31814. Feb 96L
  31815. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:p
  31816. primer
  31817. tup:nge
  31818. idn't
  31819. --set theItem to choose file -- uncomment to test in an AS editor
  31820.     tell application "Finder"
  31821.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  31822.         activate
  31823.     end tell
  31824. on error errMsg number errNum
  31825.     --enter statements to perform when no records are found such as...
  31826.     display dialog "Sorry, the item you selected could not be found."
  31827.     return
  31828. end try
  31829. e tool produces Rez source text for all of 
  31830. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  31831. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  31832. Balloonify.c
  31833. Balloonify.h
  31834. Balloony
  31835. Balloony.r
  31836. Balloony.RESOURCES
  31837. Balloony.
  31838. BalloonyHelp.r
  31839. BalloonyRes.h
  31840. main.c
  31841. Read Me
  31842. Sample OutputK
  31843. Dec 97O-Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:
  31844. suitesm
  31845. super
  31846. survey
  31847. 2.0b6
  31848. switch
  31849. switch
  31850. stack
  31851. synccatch
  31852. synchronization
  31853. synthesis
  31854. sysconfig
  31855. sysconfig
  31856. 1.5b16
  31857. systemx
  31858. finder
  31859. display
  31860. folder
  31861. launch@
  31862. games@
  31863. end try
  31864. 61786X
  31865. May 00^
  31866. r--set theItem to choose file -- uncomment to test in an AS editor
  31867.     tell application "Finder"
  31868.         open item "Dev.CD May 00 TC:Sample Code:"
  31869.         activate
  31870.     end tell
  31871. on error errMsg number errNum
  31872.     --enter statements to perform when no records are found such as...
  31873.     display dialog "Sorry, the item you selected could not be found."
  31874.     return
  31875. end try
  31876. Movedf
  31877. C++ OpenTransportq
  31878. Dev.CD May 00 TC
  31879. $D!All Packages
  31880. Tool Chest Edition
  31881. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  31882. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  31883. 61424X
  31884. Nov 99^
  31885. --set theItem to choose file -- uncomment to test in an AS editor
  31886.     tell application "Finder"
  31887.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  31888.         activate
  31889.     end tell
  31890. on error errMsg number errNum
  31891.     --enter statements to perform when no records are found such as...
  31892.     display dialog "Sorry, the item you selected could not be found."
  31893.     return
  31894. end try
  31895. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  31896. Dev.CD Nov 99 TC
  31897. :D!All Packages
  31898. Tool Chest Edition
  31899. AppleGlot 2.4b6
  31900.     -set theItem to choose file -- uncomment to test in an AS editor
  31901.     tell application "Finder"
  31902.         open item "Dev.CD Oct 94"
  31903.         activate
  31904.     end tell
  31905. on error errMsg number errNum
  31906.     --enter statements to perform when no records are found such as...
  31907.     display dialog "Sorry, the item you selected could not be found."
  31908.     return
  31909. end try
  31910. All Packages
  31911. System UpdateV
  31912. 61273X
  31913. indexb
  31914. indian
  31915. information
  31916. inline
  31917. input
  31918. inputsprocket
  31919. inputsprocket
  31920. drawsprocket
  31921. soundsprocket
  31922. sound
  31923. inputsprocket
  31924. needs
  31925. elements
  31926. buttons
  31927. inputsprocket
  31928. joystick
  31929. keyboard
  31930. mouse
  31931. inside
  31932. inside
  31933. inside
  31934. macintosh
  31935. installer
  31936. instance
  31937. instrumentation
  31938. instrumentation
  31939. performance
  31940. analysis
  31941. integrity
  31942. interactive
  31943. interface
  31944. interfaces
  31945. iostreams
  31946. cd-rom
  31947. device
  31948. driver
  31949. inputsprocket
  31950. powerplant
  31951. items
  31952. japanese
  31953. after
  31954. wombat
  31955. joystick
  31956. 03-information
  31957. registrati
  31958. 03/95j
  31959. 03/96k
  31960. 03/97l
  31961. 04-indexR
  31962. 04-index
  31963. courses
  31964. 04/95j
  31965. 04/96k
  31966. 04/97l
  31967. 05-self-pacedR
  31968. 05-self-paced
  31969. products
  31970. 05/95j
  31971. 05/96k
  31972. 05/97l
  31973. 06-on-lineR
  31974. 06-on-line
  31975. topics
  31976. 06/95j
  31977. 06/96k
  31978. 06/97l
  31979. 07-macR
  31980. 07-mac
  31981. 07/95j
  31982. 07/96k
  31983. 07/97l
  31984. 08-objectR
  31985. 08-object
  31986. orientedR
  31987. 08/95j
  31988. 08/96k
  31989. 08/97l
  31990. 09-multimediaR
  31991. 09-multimedia
  31992. graphicsR
  31993. 09/95j
  31994. 09/96k
  31995. 09/97l
  31996. 1.0.1
  31997. 1.0.1
  31998. 1.0.2
  31999. updater
  32000. 1.0.1b1c2
  32001. 1.0.1tc7
  32002. 1.0.2t
  32003. 1.0a13
  32004. 1.0a6
  32005. 1.0b1]
  32006. 1.0b16
  32007. 1.0b2
  32008. 1.0b3]
  32009. 1.0b4]
  32010. 1.0d13
  32011. 1.0d2
  32012. adbreinit
  32013. adbreinit
  32014. noteW
  32015. adbreinit
  32016. advanced[
  32017. advanced
  32018. color
  32019. imaging[
  32020. advanced
  32021. color
  32022. imaging
  32023. coercion
  32024. init]
  32025. aegizmos]
  32026. b--set theItem to choose file -- uncomment to test in an AS editor
  32027.     tell application "Finder"
  32028.         open item "Dev.CD Oct 94"
  32029.         activate
  32030.     end tell
  32031. on error errMsg number errNum
  32032.     --enter statements to perform when no records are found such as...
  32033.     display dialog "Sorry, the item you selected could not be found."
  32034.     return
  32035. end try
  32036. :Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  32037.         activate
  32038.     end tell
  32039. on error errMsg number errNum
  32040.     --enter statements to perform when no records are found such as...
  32041.     display dialog "Sorry, the item you selected could not be found."
  32042.     return
  32043. end try
  32044. Deletedq
  32045. Dev.CD Nov 99 TC
  32046. 3D!All Packages
  32047. Tool Chest Edition
  32048. Apple International Glossaries
  32049.     tables
  32050. O8Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:P=Dev.CD Mar 00 RL Disk 2
  32051.  - Technical Publications
  32052.  - hardware
  32053. compressimage
  32054. compressionP
  32055. 61770X
  32056. May 00^
  32057. Revised
  32058. --set theItem to choose file -- uncomment to test in an AS editor
  32059.     tell application "Finder"
  32060.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Redistribution SDK:"
  32061.         activate
  32062.     end tell
  32063. on error errMsg number errNum
  32064.     --enter statements to perform when no records are found such as...
  32065.     display dialog "Sorry, the item you selected could not be found."
  32066.     return
  32067. end try
  32068. Updatedf"MRJ
  32069. MRJ SDK
  32070. MRJ 2.2
  32071. Redistributiono
  32072. http://developer.apple.com/sdkq
  32073. Dev.CD May 00 TC
  32074. D!All Packages
  32075. Tool Chest Edition
  32076. MrPlus 1.0I
  32077. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  32078. MPW etc.imgK
  32079. Nov 97M
  32080. Power Macintosh systemN
  32081. performance analysisO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  32082.  - Tool Chest
  32083.  - Development Kits
  32084.  - MPW etc.V
  32085. 61771X
  32086. May 00^
  32087. s how to replace the 68K bus error vector
  32088. very useful for testing.
  32089. DebuggerPresence:  This is a small snippet of code that can be used to to detect if macsbug is installed or not. NOTE:  This code is intended to only work with version 6.2 of macsbug.  You should refer to your Low Level Debugger's manual for more information.
  32090. Fill Memory:  This is a debugging aid.  It fills its memory partition and verifies that it does not get changed. This allows you verify that your application does no
  32091. t write into the memory space of other applications.
  32092. Gestalt dcmd:  This dcmd (debugger command for MacsBug) allows you to 
  32093.  Gestalt when you're in MacsBug. You can either ask for a particular selector (ie. evnt) or ask for all (no arguments). The response is either a string (when the selector is known) or the numeric value returned by Gestalt.
  32094. Heap Purge dcmd:  Simulates TMON
  32095. s heap purge in MacsBug.
  32096. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  32097. e    No Changef
  32098. pre-mixer component
  32099. vu-meterq
  32100. Dev.CD May 00 TC
  32101. D!All Packages
  32102. Tool Chest Edition
  32103. SoundApp
  32104. Summary:  SoundApp is a sample application for demonstrating the Sound Manager.  It comes in two parts: SoundApp.c and SoundUnit.c.  SoundApp.c handles the application's management of memory, errors, user interface, etc.  It requires the use of the SoundUnit.c to handle all of the sound routines.  SoundUnit code handles the Sound Manager part of the application.  You can use this stand-alone unit in your own application.
  32105. Features:  Code involving the Sound Manager, asynchronous sound, useBnr interface, extensive toolbox usage, memory, resources and files
  32106. Issues:  Use freely and distribute widely!
  32107. Example sounds
  32108. README
  32109. SoundApp (68K)
  32110. SoundApp (68K).SYM
  32111. SoundApp (68K).
  32112. SoundApp (PPC)
  32113. SoundApp (PPC).xSYM
  32114. SoundApp (PPC).
  32115. SoundApp.c
  32116. SoundApp.make
  32117. SoundApp.r
  32118. SoundApp.rsrc
  32119. SoundAppSnds.r
  32120. SoundUnit.c
  32121. SoundUnit.hK
  32122. Jun 95L
  32123. Apr 97
  32124. otlink
  32125. lisez-moi
  32126. lispj
  32127. listd
  32128. buttons
  32129. devices
  32130. directional
  32131. elements
  32132. x-axes
  32133. listedx
  32134. listen
  32135. listen/accept
  32136. listeners
  32137. listening
  32138. listindialog
  32139. listinga
  32140. listingsj
  32141. lists
  32142. literature
  32143. little
  32144. little-known
  32145. living
  32146. locations
  32147. locator
  32148. lock/unlock
  32149. locking
  32150. loggingY
  32151. logicz
  32152. login
  32153. b--set theItem to choose file -- uncomment to test in an AS editor
  32154.     tell application "Finder"
  32155.         open item "Dev.CD Oct 94"
  32156.         activate
  32157.     end tell
  32158. on error errMsg number errNum
  32159.     --enter statements to perform when no records are found such as...
  32160.     display dialog "Sorry, the item you selected could not be found."
  32161.     return
  32162. end try
  32163. ev.CD Apr 00 SDK1
  32164.  - Development Kits
  32165.  - Mac OS
  32166.  - Apple Location ManagerV
  32167. 60186X
  32168. Apr 00^
  32169. --set theItem to choose file -- uncomment to test in an AS editor
  32170.     tell application "Finder"
  32171.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  32172.         activate
  32173.     end tell
  32174. on error errMsg number errNum
  32175.     --enter statements to perform when no records are found such as...
  32176.     display dialog "Sorry, the item you selected could not be found."
  32177.     return
  32178. end try
  32179. e    No ChangefGLocation
  32180. Configuration
  32181. Setting
  32182. Preference
  32183. Switch
  32184. Module
  32185. Environmentq
  32186. Dev.CD Apr 00 SDK1
  32187. This sample demonstrates a variety of uses of Open Transport
  32188. s option management routines.  The code from this sample is featured in the latest release (v1.2) of the book 
  32189. Inside Macintosh: Open Transport
  32190. .JwGetSetOptions-68K
  32191. GetSetOptions-68K.
  32192. GetSetOptions-PPC
  32193. GetSetOptions-PPC.
  32194. GetSetOptions.c
  32195. Read Me About GetSetOptionsK
  32196. Nov 97L
  32197. Jun 98M
  32198. Open Transport 1.1.1 or higherN4Open Transport, OTOptionManagment, option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  32199.  - What's New
  32200.  - Sample Code
  32201.  - Networking
  32202.  - GetSetOptions1.0d1V
  32203. 61623X
  32204. Jun 98^
  32205. e    No Change
  32206.  data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  32207. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  32208. is running.
  32209. JzFStubs.c
  32210. FStubs.c.o
  32211. Lurkers
  32212. Lurkers README
  32213. Lurkers README.txt
  32214. Lurkers.c
  32215. Lurkers.c.o
  32216. Lurkers.r
  32217. MakeFile
  32218. NameRevisionCurrentK
  32219. Mar 94L
  32220. Jan 98M
  32221. Lurkers, Projector, MPWOEDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD May 00 TC
  32222.  - Tool Chest
  32223.  - Development Kits
  32224.  - MPW Related
  32225.  - Lurkers 1.7isplay dialog "Sorry, the item you selected could not be found."
  32226.     return
  32227. end try
  32228. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  32229. Dev.CD May 00 TC
  32230. D!All Packages
  32231. Tool Chest Edition
  32232. LaserWriter 8 API
  32233.     inder"
  32234.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  32235.         activate
  32236.     end tell
  32237. on error errMsg number errNum
  32238.     --enter statements to perform when no records are found such as...
  32239.     display dialog "Sorry, the item you selected could not be found."
  32240.     return
  32241. end try
  32242. ngeo.http://developer.apple.com/techpubs/index.html
  32243. 61827X
  32244. May 00^
  32245. r--set theItem to choose file -- uncomment to test in an AS editor
  32246.     tell application "Finder"
  32247.         open item "Dev.CD May 00 TC:Sample Code:"
  32248.         activate
  32249.     end tell
  32250. on error errMsg number errNum
  32251.     --enter statements to perform when no records are found such as...
  32252.     display dialog "Sorry, the item you selected could not be found."
  32253.     return
  32254. end try
  32255. Movedf:Palette
  32256. GWorld
  32257. PmForeColor
  32258. Color2Index
  32259. RGBForeColor
  32260. ctSeedq
  32261. Dev.CD May 00 TC
  32262. MD!All Packages
  32263. Tool Chest Edition
  32264. PartMaker 4.3
  32265. noteZ
  32266. apple
  32267. guide
  32268. intended
  32269. those
  32270. developers
  32271. notesQ
  32272. notify
  32273. notions
  32274. novemberj
  32275. novice
  32276. nubusQ
  32277. number
  32278. numbers
  32279. numerals
  32280. numerousp
  32281. objectQ
  32282. object-based
  32283. hack]
  32284. handbookf
  32285. handler
  32286. hardware
  32287. hardware
  32288. hardware
  32289. tools
  32290. hardware2
  32291. hardware2
  32292. stack
  32293. localization
  32294. navig
  32295. headers
  32296. headers
  32297. libraries
  32298. helloworld
  32299. helloworld
  32300. helpq
  32301. helper
  32302. helplab
  32303. helpsystems
  32304. library
  32305. higos8guide
  32306. higuidelines
  32307. historyu
  32308. history
  32309. features
  32310. includes
  32311. demonstration
  32312. documentation
  32313. complete@
  32314. filter@
  32315. first-person@
  32316. years
  32317. multimedia
  32318. developers
  32319. regarded
  32320. equilibrium's
  32321. four@
  32322. fully@
  32323. generator@
  32324. goodies@
  32325. grabber@
  32326. graphics@
  32327. group@
  32328. groups@
  32329. gunther@
  32330. hands@
  32331. health@
  32332. held@
  32333. hints@
  32334. Korean Language Kit 1.0.1
  32335. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  32336. The Korean Language Kit co
  32337. 61692X
  32338. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  32339. Sample Code.imgK
  32340. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  32341. Dev.CD May 00 TC:Sample Code:P
  32342. Dev.CD May 00 TC
  32343.  - Sample CodeV
  32344. 55596X
  32345. May 00^
  32346. #Reinstalla
  32347. AboutBox.c
  32348. AboutBox.h
  32349. AboutBox.r
  32350. aete.r
  32351. AGFile.h
  32352. ChangeLog
  32353. Clipboard.c
  32354. Clipboard.h
  32355. Clipboard.r
  32356. CoercePrGeneral.h
  32357. ExtendPrintRecord.c
  32358. ExtendPrintRecord.h
  32359. Localize.r
  32360. MacIncludes.h
  32361. MacIncludes.pch
  32362. MovieFile.c
  32363. MovieFile.h
  32364. MovieFile.r
  32365. PICTFile.c
  32366. PICTFile.h
  32367. PICTFile.r
  32368. PrintAETypes.h
  32369. ScriptablePrinting.c
  32370. ScriptablePrinting.h
  32371. SimpleText
  32372. SimpleText Sample.doc
  32373. SimpleText.68K
  32374. SimpleText.c
  32375. SimpleText.h
  32376. SimpleText.PPC
  32377. SimpleText.r
  32378. SimpleText.
  32379. test script
  32380. TextDrag.c
  32381. TextFile.a
  32382. TextFile.a.o
  32383. TextFile.c
  32384. TBGextFile.h
  32385. TextFile.r
  32386. ThreeDMetafile.c
  32387. ThreeDMetafile.h
  32388. ThreeDMetafile.r
  32389. connection
  32390. image
  32391. tcp/ip
  32392. mib-ii
  32393. alias
  32394. tractors
  32395. plug-ins
  32396. textchanger
  32397. textchanger
  32398. 2.0.1
  32399. themeso
  32400. title
  32401. tool]
  32402. toolkit
  32403. tools]
  32404. versions@
  32405. webobjectsandjava@
  32406. 1400@
  32407. actions@
  32408. appearance
  32409. gworld
  32410. off-screen@
  32411. appleglot
  32412. localization
  32413. internationalization
  32414. translation
  32415. glos@
  32416. applescript@
  32417. appletalk
  32418. ethertalk
  32419. tokentalk
  32420. network
  32421. ethernet
  32422. token
  32423. async
  32424. device@
  32425. buffered@
  32426. carbon@
  32427. cftree@
  32428. color
  32429. picker
  32430. 2.1.1@
  32431. compilers@
  32432. counters@
  32433. debugging@
  32434. decompress@
  32435. desktop@
  32436. dynamic@
  32437. ethernet
  32438. built-in
  32439. address
  32440. burned-in
  32441. address
  32442. getenetaddr@
  32443. finder
  32444. display
  32445. folder
  32446. launch@
  32447. games@
  32448. snapshots
  32449. snarfer
  32450. snarfing
  32451. snazzy
  32452. sndforever
  32453. sndplay
  32454. sndplaydoublebuffer
  32455. sndplaydoublebuffera
  32456. sndstartfileplay
  32457. snively
  32458. society
  32459. softpower
  32460. softwareO
  32461. solaris
  32462. soled
  32463. solid
  32464. igest-v3-001
  32465. fullyN
  32466. functione
  32467. function/method
  32468. functional
  32469. functionalityd
  32470. functionsB
  32471. g3-class
  32472. g3/233
  32473. g3/266
  32474. g3/26620th
  32475. gadgetsj
  32476. gainingj
  32477. gains
  32478. gamesj
  32479. gamesprcokets
  32480. garbage
  32481. gatewayS
  32482. gatewaysj
  32483. gatherx
  32484. gathering
  32485. gdirp
  32486. gearing
  32487. gelphman
  32488. gemma
  32489. generalw
  32490. togetherb
  32491. toggle
  32492. token
  32493. tokenizer
  32494. tokenringQ
  32495. tokentalkB
  32496. tomorrow
  32497. tones
  32498. toolT
  32499. top-sellingj
  32500. topicp
  32501. topicsR
  32502. topping
  32503. total
  32504. totals
  32505. touch
  32506. touches
  32507. tough
  32508. toward
  32509. traceT
  32510. traceback
  32511. traceroute
  32512. tools
  32513. topicsR
  32514. total
  32515. helper
  32516. traditional
  32517. trainingR
  32518. transitionso
  32519. choose file -- uncomment to test in an AS editor
  32520.     tell application "Finder"
  32521.         open item "Dev.CD Apr 95
  32522. Dev.CD Jan 95"
  32523.         activate
  32524.     end tell
  32525. on error errMsg number errNum
  32526.     --enter statements to perform when no records are found such as...
  32527.     display dialog "Sorry, the item you selected could not be found."
  32528.     return
  32529. end try
  32530. All Packages
  32531. F    PowerTalkO
  32532. Dev.CD Apr 95
  32533. Dev.CD Jan 95P
  32534. Dev.CD Apr 95
  32535. Dev.CD Jan 9V
  32536. 60638X
  32537. Apr 95
  32538. p--set theItem to choose file -- uncomment to test in an AS editor
  32539.     tell application "Finder"
  32540.         open item "Dev.CD Apr 95
  32541. Dev.CD Jan 95"
  32542.         activate
  32543.     end tell
  32544. on error errMsg number errNum
  32545.     --enter statements to perform when no records are found such as...
  32546.     display dialog "Sorry, the item you selected could not be found."
  32547.     return
  32548. end try
  32549. All Packages
  32550. Jan 95
  32551. b--set theItem to choose file -- uncomment to test in an AS editor
  32552.     tell application "Finder"
  32553.         open item "Dev.CD Jan 95"
  32554.         activate
  32555.     end tell
  32556. on error errMsg number errNum
  32557.     --enter statements to perform when no records are found such as...
  32558.     display dialog "Sorry, the item you selected could not be found."
  32559.     return
  32560. end try
  32561. All Packages
  32562. AppleScriptO
  32563. Dev.CD Jan 95P
  32564. Dev.CD Jan 9V
  32565. 61428X
  32566. Jan 95
  32567. b--set theItem to choose file -- uncomment to test in an AS editor
  32568.     tell application "Finder"
  32569.         open item "Dev.CD Jan 95"
  32570.         activate
  32571.     end tell
  32572. on error errMsg number errNum
  32573.     --enter statements to perform when no records are found such as...
  32574.     display dialog "Sorry, the item you selected could not be found."
  32575.     return
  32576. end try
  32577. All Packages
  32578. AppleScriptO
  32579. Dev.CD Jan 95P
  32580. Dev.CD Jan 9V
  32581. 61429X
  32582. Jan 95
  32583. odewarrior
  32584. coercion]
  32585. color[
  32586. color
  32587. locator
  32588.  systems
  32589. INTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Apr 00 SDK1
  32590.  - What's New
  32591.  - Technical Documentation
  32592.  - Technical Publications
  32593.  - DeveloperDocumentation
  32594.  - carbonV
  32595. 61568X
  32596. Apr 00^
  32597. --set theItem to choose file -- uncomment to test in an AS editor
  32598.     tell application "Finder"
  32599.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  32600.         activate
  32601.     end tell
  32602. on error errMsg number errNum
  32603.     --enter statements to perform when no records are found such as...
  32604.     display dialog "Sorry, the item you selected could not be found."
  32605.     return
  32606. end try
  32607. e    No ChangefNprinting
  32608. Carbon
  32609. Carbon printing
  32610. Carbon Printing Manager
  32611. print
  32612. imaging
  32613. graphics
  32614. F    QuickTimeO
  32615. Dev.CD Jan 94P
  32616. Dev.CD Jan 9V
  32617. 60814X
  32618. Jan 94
  32619. Summary:
  32620. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects documentation, hardware notes, and more. Look for new and updated Mac OS 8 and 9, Mac OS X, and QuickTime documentation.
  32621. From main index.html page, you can go directly to product-specific pages to read and search documents online, download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources such as develop, TechnB!ical Notes, and Technical Q&A's. 
  32622. acrobat3.html
  32623. adcstyle.css
  32624. carbon:
  32625. corefoundation:
  32626. Documenation_in_PDF:
  32627. faq.html
  32628. FunctionIndex:
  32629. hardware:
  32630. images:
  32631. index.html
  32632. java:
  32633. macos8:
  32634. macosx:
  32635. order.html
  32636. PubsCatalog.html
  32637. PubsOrderForm.html
  32638. quicktime:
  32639. webobjects:
  32640. Jan 00L
  32641. Feb 00M
  32642. web browser
  32643. AWTechnical Publications, technical documentation, documentation, Tech Docs, publications
  32644. All Packages
  32645. QuickDraw GXO
  32646. Dev.CD Jul 95P
  32647. Dev.CD Jul 9V
  32648. 61970X
  32649. Jul 95
  32650. b--set theItem to choose file -- uncomment to test in an AS editor
  32651.     tell application "Finder"
  32652.         open item "Dev.CD Jul 95"
  32653.         activate
  32654.     end tell
  32655. on error errMsg number errNum
  32656.     --enter statements to perform when no records are found such as...
  32657.     display dialog "Sorry, the item you selected could not be found."
  32658.     return
  32659. end try
  32660. All Packages
  32661. QuickDraw GXO
  32662. Dev.CD Jul 95P
  32663. Dev.CD Jul 9V
  32664. 61971X
  32665. Jul 95
  32666. b--set theItem to choose file -- uncomment to test in an AS editor
  32667.     tell application "Finder"
  32668.         open item "Dev.CD Jul 95"
  32669.         activate
  32670.     end tell
  32671. on error errMsg number errNum
  32672.     --enter statements to perform when no records are found such as...
  32673.     display dialog "Sorry, the item you selected could not be found."
  32674.     return
  32675. end try
  32676. All Packages
  32677. QuickDraw GXO
  32678. Dev.CD Jul 95P
  32679. Dev.CD Jul 9V
  32680. 61972X
  32681. Jul 95
  32682. QuickDraw 3DO
  32683. Dev.CD Jan 96 SSWP
  32684. Dev.CD Jan 96 SS Communication
  32685.  - AE Tools
  32686.  - AETracker 3.0ay 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD May 00 TC
  32687.  - Tool Chest
  32688.  - Files
  32689.  - UnmountIt 1.2h
  32690. synthesis
  32691. manager
  32692. sphere
  32693. spooler
  32694. sprocketinvaders
  32695. stack
  32696. standard
  32697. standard
  32698. samples
  32699. standardfileicons
  32700. success
  32701. suite
  32702. suitesm
  32703. super
  32704. survey
  32705. switch
  32706. synchronization
  32707. synthesis
  32708. systemx
  32709. technicalS
  32710. technotes
  32711. terminology^
  32712. tester
  32713. testing
  32714. textedit
  32715. token
  32716. tokenizer
  32717. toolbox
  32718. toolkit
  32719. toolkits
  32720. tools]
  32721. transport
  32722. transport/ppp
  32723. --set theItem to choose file -- uncomment to test in an AS editor
  32724.     tell application "Finder"
  32725.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  32726.         activate
  32727.     end tell
  32728. on error errMsg number errNum
  32729.     --enter statements to perform when no records are found such as...
  32730.     display dialog "Sorry, the item you selected could not be found."
  32731.     return
  32732. end try
  32733. rmance ToolstheItem to choose file -- uncomment to test in an AS editor
  32734.     tell application "Finder"
  32735.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  32736.         activate
  32737.     end tell
  32738. on error errMsg number errNum
  32739.     --enter statements to perform when no records are found such as...
  32740.     display dialog "Sorry, the item you selected could not be found."
  32741.     return
  32742. end try
  32743. Deletedf
  32744. QD3D 1.6q
  32745. Dev.CD Oct 99 SDK1
  32746. D!All Packages
  32747. Mac OS SDK Edition
  32748. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  32749. computer
  32750. en item "Dev.CD May 98 TC:Programs & Marketing:"
  32751.         activate
  32752.     end tell
  32753. on error errMsg number errNum
  32754.     --enter statements to perform when no records are found such as...
  32755.     display dialog "Sorry, the item you selected could not be found."
  32756.     return
  32757. end try
  32758. e    No Changeq
  32759. Dev.CD May 98 TC
  32760. gD!All Packages
  32761. Mac OS SDK Edition
  32762. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  32763. AOInterfaces&Libraries
  32764. PCI Power ReadMe
  32765. SampleDriver
  32766. Updating Drivers for PM v1.0
  32767. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  32768. You have to run the 68K version on a 68K Mac and the PPC version on a PPC Mac.
  32769. Sample Code.imgK
  32770. Apr 97L
  32771. Jun 98M
  32772. Open Transport 1.1.1 or greaterN@open transport, port registry, OTGetIndexedPort, dump, list, seeO
  32773. Dev.CD May 00 TC:Sample Code:P
  32774. Dev.CD May 00 TC
  32775.  - Sample CodeV
  32776. 61815X
  32777. May 00^
  32778. r--set theItem to choose file -- uncomment to test in an AS editor
  32779.     tell application "Finder"
  32780.         open item "Dev.CD May 00 TC:Sample Code:"
  32781.         activate
  32782.     end tell
  32783. on error errMsg number errNum
  32784.     --enter statements to perform when no records are found such as...
  32785.     display dialog "Sorry, the item you selected could not be found."
  32786.     return
  32787. end try
  32788. e    No Changef;open transport
  32789. port registry
  32790. OTGetIndexedPort
  32791. Dev.CD May 00 TC
  32792. AD!All Packages
  32793. Tool Chest Edition
  32794. OTEndpointInfo
  32795.     l Chest Edition
  32796. ceroute
  32797. mappingU
  32798. mapping
  32799. physical
  32800. codes
  32801. virtual
  32802. codesU
  32803. mappings
  32804. marathi
  32805. marathon
  32806. marchj
  32807. marching
  32808. markZ
  32809. markc
  32810. marked
  32811. marketj
  32812. marketingj
  32813. marketplace
  32814. marriott
  32815. martin
  32816. martin-gilles
  32817. master
  32818. masters
  32819. match
  32820. matched
  32821. matches--any
  32822. matching
  32823. material[
  32824. matrix
  32825. matter
  32826. matters
  32827. matthew
  32828. mature
  32829. maurer
  32830. maurice
  32831. maximize
  32832. maximum
  32833. maybe
  32834. mbytes
  32835. mcbride
  32836. r SDK:
  32837. 61855X
  32838. Dec 99^
  32839. --set theItem to choose file -- uncomment to test in an AS editor
  32840.     tell application "Finder"
  32841.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  32842.         activate
  32843.     end tell
  32844. on error errMsg number errNum
  32845.     --enter statements to perform when no records are found such as...
  32846.     display dialog "Sorry, the item you selected could not be found."
  32847.     return
  32848. end try
  32849. Deletedq
  32850. Dev.CD Dec 99 RL
  32851. All Packages
  32852. F    PowerTalkO
  32853. Dev.CD Apr 95P
  32854. Dev.CD Apr 9V
  32855. 61856X
  32856. Apr 95
  32857. b--set theItem to choose file -- uncomment to test in an AS editor
  32858.     tell application "Finder"
  32859.         open item "Dev.CD Apr 95"
  32860.         activate
  32861.     end tell
  32862. on error errMsg number errNum
  32863.     --enter statements to perform when no records are found such as...
  32864.     display dialog "Sorry, the item you selected could not be found."
  32865.     return
  32866. end try
  32867. All Packages
  32868. F    PowerTalkO
  32869. Dev.CD Apr 95P
  32870. Dev.CD Apr 9V
  32871. 61857X
  32872. Apr 95
  32873. drawsprocket
  32874. drawsprocket's
  32875. drawtextcodec
  32876. drill
  32877. driven
  32878. driven
  32879. driverU
  32880. driver's
  32881. drivergestalt
  32882. drivergestaltexplore
  32883. drivergestaltexplore
  32884. sample
  32885. showing
  32886. driverloaderlib
  32887. driversj
  32888. drives
  32889. driving
  32890. dronezone
  32891. dronezone
  32892. application
  32893. which
  32894. designed
  32895. ide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  32896. quadraV
  32897. quadrasV
  32898. quadratic
  32899. quake
  32900. qualcomm's
  32901. qualifiedh
  32902. qualifier
  32903. quality
  32904. quandary
  32905. quantitiesg
  32906. quarterj
  32907. qued/m
  32908. queries
  32909. query
  32910. querys
  32911. questionZ
  32912. questionaire
  32913. questionaires
  32914. questionnaire
  32915. questions
  32916. queue
  32917. quick
  32918. quickdrawN
  32919. setup
  32920. display
  32921. display
  32922. manager
  32923. resolution
  32924. screen
  32925. monitor
  32926. pixel
  32927. depth
  32928. display
  32929. manager
  32930. window
  32931. arrangement
  32932. display
  32933. pixel
  32934. depth
  32935. disposeresource
  32936. disposeresource
  32937. debugging
  32938. resource
  32939. handles
  32940. dither
  32941. 61849X
  32942. Apr 00^
  32943. --set theItem to choose file -- uncomment to test in an AS editor
  32944.     tell application "Finder"
  32945.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:"
  32946.         activate
  32947.     end tell
  32948. on error errMsg number errNum
  32949.     --enter statements to perform when no records are found such as...
  32950.     display dialog "Sorry, the item you selected could not be found."
  32951.     return
  32952. end try
  32953. e    No Changef
  32954. WebObjects
  32955. Objective-C
  32956. Javaq
  32957. Dev.CD Apr 00 SDK1
  32958. All Packages
  32959. PostScript Output Filters
  32960. 61850X
  32961.     return
  32962. end try
  32963. All Packages
  32964. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  32965. Dev.CD Jan 94
  32966. Dev.CD Oct 93
  32967. Dev.CD Jul 93P6Dev.CD Apr 94
  32968. Dev.CD Jan 94
  32969. Dev.CD Oct 93
  32970. Dev.CD Jul 9V
  32971. 59977X
  32972. Apr 94
  32973. return
  32974. end try
  32975. Deletedf
  32976. QD3D 1.6q
  32977. Dev.CD Oct 99 SDK1
  32978. D!All Packages
  32979. Mac OS SDK Edition
  32980. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  32981. All Packages
  32982. System Enabler 088 (AVs)O
  32983. Dev.CD Apr 94
  32984. Dev.CD Jan 94P
  32985. Dev.CD Apr 94
  32986. Dev.CD Jan 9V
  32987. 62391X
  32988. Apr 94
  32989. p--set theItem to choose file -- uncomment to test in an AS editor
  32990.     tell application "Finder"
  32991.         open item "Dev.CD Apr 94
  32992. Dev.CD Jan 94"
  32993.         activate
  32994.     end tell
  32995. on error errMsg number errNum
  32996.     --enter statements to perform when no records are found such as...
  32997.     display dialog "Sorry, the item you selected could not be found."
  32998.     return
  32999. end try
  33000. All Packages
  33001. System Enabler 088 (AVs)O
  33002. Dev.CD Apr 94
  33003. Dev.CD Jan 94P
  33004. Dev.CD Apr 94
  33005. Dev.CD Jan 9V
  33006. 62392X
  33007. Apr 94
  33008. p--set theItem to choose file -- uncomment to test in an AS editor
  33009.     tell application "Finder"
  33010.         open item "Dev.CD Apr 94
  33011. Dev.CD Jan 94"
  33012.         activate
  33013.     end tell
  33014. on error errMsg number errNum
  33015.     --enter statements to perform when no records are found such as...
  33016.     display dialog "Sorry, the item you selected could not be found."
  33017.     return
  33018. end try
  33019. Enterprise and Internet Documentation (HTML and PDF formats)
  33020. Includes:
  33021. Web Objects Documentation
  33022. -WebObjects 3.5 Library
  33023. -Getting Started With WebObjects
  33024. -WebObjects Developer's Guide
  33025. -Release Notes
  33026. Enterprise Objects Documentation:
  33027. -Enterprise Objects 2.2
  33028. -Using Enterprise Objects Framework With OPENSTEP
  33029. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  33030. J+enterprise.html
  33031. index.html
  33032. WebObjects:K
  33033. Dec 97L
  33034. Dec 98O3Dev.CD Dec 99 RL:Technical Publications:enterprise:P8Dev.CD Dec 99 RL
  33035.  - Technical Publications
  33036.  - enterprise
  33037. targeted
  33038. targetingf
  33039. targets
  33040. tasksb
  33041. tbltdrvr
  33042. tcp/ip
  33043. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  33044.  - Development Kits (Disc 1)
  33045.  - Macintosh Easy OpenyperCard object.
  33046. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  33047. J)Instance Variable text
  33048. Instance VariablesK
  33049. Jun 93M
  33050. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD May 00 TC
  33051.  - Tool Chest
  33052.  - Development Kits
  33053.  - HyperCard Related
  33054.  - HyperCard Instance Variables The System 7.5 Finder is OSL-compliant, opening the door to 
  33055. Movedq
  33056. Dev.CD May 00 TC
  33057. iD!All Packages
  33058. Tool Chest Edition
  33059. Eject PC Cards Location Module
  33060. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  33061. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  33062. Sample Code.imgK
  33063. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  33064. Dev.CD May 00 TC:Sample Code:P
  33065. Dev.CD May 00 TC
  33066.  - Sample CodeV
  33067. 61600X
  33068. May 00^
  33069. # Jan 95"
  33070.         activate
  33071.     end tell
  33072. on error errMsg number errNum
  33073.     --enter statements to perform when no records are found such as...
  33074.     display dialog "Sorry, the item you selected could not be found."
  33075.     return
  33076. end try
  33077. All Packages
  33078. F    PowerTalkO
  33079. Dev.CD Apr 95P
  33080. Dev.CD Apr 9V
  33081. 60636X
  33082. Apr 95
  33083. upportLib 1.1.4
  33084.     direct
  33085. b--set theItem to choose file -- uncomment to test in an AS editor
  33086.     tell application "Finder"
  33087.         open item "Dev.CD Jul 95"
  33088.         activate
  33089.     end tell
  33090. on error errMsg number errNum
  33091.     --enter statements to perform when no records are found such as...
  33092.     display dialog "Sorry, the item you selected could not be found."
  33093.     return
  33094. end try
  33095. effectsO
  33096. Dev.CD May 00 TC:Sample Code:P
  33097. Dev.CD May 00 TC
  33098.  - Sample CodeV
  33099. 60955X
  33100. May 00^
  33101. r--set theItem to choose file -- uncomment to test in an AS editor
  33102.     tell application "Finder"
  33103.         open item "Dev.CD May 00 TC:Sample Code:"
  33104.         activate
  33105.     end tell
  33106. on error errMsg number errNum
  33107.     --enter statements to perform when no records are found such as...
  33108.     display dialog "Sorry, the item you selected could not be found."
  33109.     return
  33110. end try
  33111. e    No Changef%SoundSprocket
  33112. 3D sound
  33113. reverb
  33114. effectsq
  33115. Dev.CD May 00 TC
  33116. D!All Packages
  33117. Tool Chest Edition
  33118. F    SourceBugreturn
  33119. end try
  33120. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  33121. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  33122. About this Pre-Release of MRJ
  33123. MRJ 1.0.1b1c2 Installer:
  33124. MRJ SDK Installer 1.0.1b1c2
  33125. Pre-Release MRJ JITC:
  33126. Updated Documentation:K
  33127. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  33128.  - What's New?
  33129.  - Development Kits
  33130.  - Mac OS Runtime for Java
  33131. J.MIB-Clients:
  33132. MIB-Documentation:
  33133. MIB-Libraries:K
  33134. Nov 98L
  33135. Dec 99M
  33136. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  33137. 59275X
  33138. 1e    No Change
  33139. acket from:
  33140. Meeting Support Unli
  33141. installations
  33142. installed
  33143. installeru
  33144. backgrounder
  33145. backlight
  33146. backlight
  33147. control
  33148. balloonify
  33149. balloonify
  33150. balloonify
  33151. balloony
  33152. balloony
  33153. balloony
  33154. resources
  33155. balloonyhelp
  33156. balloonyhelp
  33157. balloonyres
  33158. balloonyres
  33159. barnesandnoble
  33160. barnesandnoble
  33161. basic
  33162. basic
  33163. connectivity
  33164. 1.1.1
  33165. bbedit
  33166. bbedit
  33167. extensions
  33168. bbedit
  33169. bbedit
  33170. quickstart
  33171. before
  33172. contextuald
  33173. contextual
  33174. managerd
  33175. control
  33176. controls/events
  33177. coresample\
  33178. coresample
  33179. coursesR
  33180. cwpro2t
  33181. datah
  33182. databasem
  33183. database
  33184. suitem
  33185. dcmda
  33186. debug]
  33187. debuggingu
  33188. demo_
  33189. detectorsh
  33190. developeru
  33191. developmentm
  33192. directionsj
  33193. disku
  33194. decompress
  33195. decompressionP
  33196. default
  33197. delete
  33198. depth
  33199. design
  33200. designing
  33201. printer
  33202. default
  33203. setdefaultdtp
  33204. quickdraw
  33205. detectors
  33206. detectorsh
  33207. developeri
  33208. developer
  33209. documentation
  33210. publications
  33211. technical
  33212. document
  33213. developers
  33214. development
  33215. device
  33216. device
  33217. driver
  33218. block
  33219. storage
  33220. drive
  33221. gestalt
  33222. cd-rom
  33223. devnotes
  33224. dialog
  33225. dictation
  33226. dictionary
  33227. digital
  33228. interleaving
  33229. memory
  33230. configuration
  33231. disabled
  33232. disassembler
  33233. disassembly
  33234. utility
  33235. drive
  33236. setup
  33237. display
  33238. display
  33239. manager
  33240. resolution
  33241. screen
  33242. monitor
  33243. pixel
  33244. depth
  33245. display
  33246. manager
  33247. window
  33248. arrangement
  33249. display
  33250. pixel
  33251. depth
  33252. disposeresource
  33253. disposeresource
  33254. debugging
  33255. resource
  33256. handles
  33257. dither
  33258. global
  33259. search
  33260. replace
  33261. software
  33262. project
  33263. archiving
  33264. glossaries
  33265. glyphs
  33266. desktop
  33267. grammar
  33268. graphics
  33269. grayrgn
  33270. gspgetversion
  33271. guest
  33272. guidep
  33273. guidelines
  33274. gworld
  33275. fonts
  33276. typography
  33277. gxgraphics
  33278. gxgraphics
  33279. 1.1.6
  33280. halftone
  33281. handles
  33282. handoff
  33283. handoff
  33284. endpoints
  33285. handwriting
  33286. hardware
  33287. hardware
  33288. acceleration
  33289. hardware
  33290. address
  33291. hardware
  33292. developer
  33293. documentation
  33294. System Enabler 003 (LC III)OEDev.CD Apr 94
  33295. Dev.CD Jan 94
  33296. Dev.CD Oct 93
  33297. Dev.CD Jul 93
  33298. Dev.CD Apr 93PDDev.CD Apr 94
  33299. Dev.CD Jan 94
  33300. Dev.CD Oct 93
  33301. Dev.CD Jul 93
  33302. Dev.CD Apr 9V
  33303. 59848X
  33304. Apr 94
  33305. necessaryq
  33306. needo
  33307. version
  33308. version
  33309. windowed
  33310. allows
  33311. creation
  33312. versionedit
  33313. nager
  33314. Sample Codeq
  33315. Dev.CD May 00 TC
  33316. D!All Packages
  33317. Tool Chest Edition
  33318. MoreFinderEvents
  33319.     n Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  33320. Dev.CD Apr 95
  33321. Dev.CD Jan 9V
  33322. 61994X
  33323. Apr 95
  33324. p--set theItem to choose file -- uncomment to test in an AS editor
  33325.     tell application "Finder"
  33326.         open item "Dev.CD Apr 95
  33327. Dev.CD Jan 95"
  33328.         activate
  33329.     end tell
  33330. on error errMsg number errNum
  33331.     --enter statements to perform when no records are found such as...
  33332.     display dialog "Sorry, the item you selected could not be found."
  33333.     return
  33334. end try
  33335. All Packages
  33336. QuickDraw GXO
  33337. Dev.CD Apr 95
  33338. Dev.CD Jan 95P
  33339. Dev.CD Apr 95
  33340. Dev.CD Jan 9V
  33341. 61995X
  33342. Apr 95
  33343. p--set theItem to choose file -- uncomment to test in an AS editor
  33344.     tell application "Finder"
  33345.         open item "Dev.CD Apr 95
  33346. Dev.CD Jan 95"
  33347.         activate
  33348.     end tell
  33349. on error errMsg number errNum
  33350.     --enter statements to perform when no records are found such as...
  33351.     display dialog "Sorry, the item you selected could not be found."
  33352.     return
  33353. end try
  33354. All Packages
  33355. QuickDraw GXO
  33356. Dev.CD Apr 95P
  33357. Dev.CD Apr 9V
  33358. 61996X
  33359. 61649X
  33360. Mar 00^    RL Disk 1
  33361. --set theItem to choose file -- uncomment to test in an AS editor
  33362.     tell application "Finder"
  33363.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  33364.         activate
  33365.     end tell
  33366. on error errMsg number errNum
  33367.     --enter statements to perform when no records are found such as...
  33368.     display dialog "Sorry, the item you selected could not be found."
  33369.     return
  33370. end try
  33371. e    No Changef
  33372. HyperCard Player
  33373. stacksq
  33374. Dev.CD Mar 00 RL Disk 1
  33375. D!All Packages
  33376. Tool Chest Edition
  33377. HyperCard Toolkits
  33378. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  33379. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  33380. Networks.imgK
  33381. Apr 92nge
  33382. Jan 94
  33383. 61548X
  33384. Mar 00^
  33385. --set theItem to choose file -- uncomment to test in an AS editor
  33386.     tell application "Finder"
  33387.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  2:"
  33388.         activate
  33389.     end tell
  33390. on error errMsg number errNum
  33391.     --enter statements to perform when no records are found such as...
  33392.     display dialog "Sorry, the item you selected could not be found."
  33393.     return
  33394. end try
  33395. Next CDq
  33396. Dev.CD Mar 00 RL
  33397. All Packages
  33398. develop Issue 20
  33399. 61549X
  33400. w to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  33401. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  33402. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  33403. installer
  33404. chinese
  33405. language
  33406. installer-related
  33407. installermaker
  33408. installers
  33409. installingU
  33410. installment
  33411. installs
  33412. instance
  33413. instances
  33414.  Guide [UPDATE]
  33415. FEATURES:
  33416. New and Updated Documentation!
  33417. --------------
  33418. HARDWARE:
  33419. ---------------
  33420. PowerBook Developer Note
  33421. This developer note describes the latest PowerBook computer, which carries the PowerBook lin
  33422. e forward by adding FireWire ports as well as a new internal architecture, higher processor speeds, and an ATI RAGE 128 graphics controller.
  33423.    The developer note includes information about
  33424.    - the features of the PowerBook
  33425.    - some compatibility issues
  33426.    - the internal logic and custom ICs
  33427.    - the I/O ports and built-in I/O devices
  33428.    - the expansion features
  33429.    - the system software
  33430. --------------------------------
  33431. iBook Developer Note 
  33432. This developer note has been updated to inclu
  33433. finderlaunch
  33434. findprinter
  33435. floatingpoint
  33436. editor
  33437. folder
  33438. folder
  33439. watching
  33440. fonts
  33441. fonts
  33442. 6.0.4
  33443. fragment
  33444. fragment
  33445. framework
  33446. french
  33447. front
  33448. gamesprocket
  33449. gamesprocket
  33450. germany
  33451. gestalt
  33452. gestalt
  33453. selectors
  33454. getenetaddrdirect
  33455. getenetaddrdirect
  33456. gethelpstrings
  33457. getpppstatus
  33458. getsetoptions
  33459. glossariess
  33460. glyphaiv
  33461. goodies
  33462. graphics
  33463. grayscaleo
  33464. groupdrawing
  33465. guidep
  33466. 61385X
  33467. Nov 99^
  33468. --set theItem to choose file -- uncomment to test in an AS editor
  33469.     tell application "Finder"
  33470.         open item "Dev.CD Nov 99 TC:Programs & Marketing:About Developer University:"
  33471.         activate
  33472.     end tell
  33473. on error errMsg number errNum
  33474.     --enter statements to perform when no records are found such as...
  33475.     display dialog "Sorry, the item you selected could not be found."
  33476.     return
  33477. end try
  33478. Deletedq
  33479. Dev.CD Nov 99 TC
  33480. All Packages
  33481. ABS Technical NotesI
  33482. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  33483. AppleSearch:
  33484. AppleShare:
  33485. AppleTalk Remote Access:
  33486. IP Gateway:
  33487. Network Server Dev. Guide:K
  33488. Jul 92L
  33489. Jun 95M
  33490. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  33491. 61386X
  33492. Deleted
  33493. qN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  33494.  - Development Kits
  33495.  - Mac OS
  33496.  - CFM-68K SDK2X
  33497. Apr 94
  33498. --set theItem to choose file -- uncomment to test in an AS editor
  33499.     tell application "Finder"
  33500.         open item "Dev.CD Apr 94
  33501. Dev.CD Jan 94
  33502. Dev.CD Oct 93
  33503. Dev.CD Jul 93"
  33504.         activate
  33505.     end tell
  33506. on error errMsg number errNum
  33507.     --enter statements to perform when no records are found such as...
  33508.     display dialog "Sorry, the item you selected could not be found."
  33509.     return
  33510. end try
  33511. All Packages
  33512. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33513. Dev.CD Jan 94
  33514. Dev.CD Oct 93
  33515. Dev.CD Jul 93
  33516. Dev.CD Apr 93PDDev.CD Apr 94
  33517. Dev.CD Jan 94
  33518. Dev.CD Oct 93
  33519. Dev.CD Jul 93
  33520. Dev.CD Apr 9V
  33521. 61073X
  33522. Apr 94
  33523. AppleShare IP 6.3 SDK
  33524. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  33525. 61434X
  33526. in-house
  33527. inactiveo
  33528. inadvertent
  33529. includeb
  33530. includedA
  33531. includesQ
  33532. includingQ
  33533. includs
  33534. nov/dec
  33535. nov/dec
  33536. 1.1.6
  33537. summary
  33538. folder
  33539. contains
  33540. goodies
  33541. developer
  33542. summary
  33543. folder
  33544. contains
  33545. revised
  33546. acrobat
  33547. versions
  33548. summary
  33549. folder
  33550. contains
  33551. sample
  33552. applications
  33553. demons\
  33554. summary
  33555. folder
  33556. contains
  33557. several
  33558. examples
  33559. system
  33560. summary
  33561. folder
  33562. contains
  33563. several
  33564. snippets
  33565. illustrat
  33566. summary
  33567. folder
  33568. contains
  33569. apple
  33570. event
  33571. registry
  33572. summary
  33573. folder
  33574. contains
  33575. apple
  33576. event
  33577. terminolog^
  33578. summary
  33579. folder
  33580. contains
  33581. following
  33582. localized
  33583. version
  33584. summary
  33585. folder
  33586. contains
  33587. macsnmp
  33588. developer's
  33589. summary
  33590. folder
  33591. contains
  33592. net-install
  33593. apple's
  33594. summary
  33595. folder
  33596. contains
  33597. assist
  33598. increas
  33599. summary
  33600. folder
  33601. contains
  33602. tools
  33603. useful
  33604. develo]
  33605. summary
  33606. graphics
  33607. primer
  33608. contains
  33609. information
  33610. concep
  33611. summary
  33612. guide
  33613. provides
  33614. information
  33615. about
  33616. markets
  33617. distri
  33618. summary
  33619. complete
  33620. demonstration
  33621. access
  33622. buginfo
  33623. bler 065 (LC 575)O
  33624. Dev.CD Apr 94
  33625. Dev.CD Jan 94P
  33626. Dev.CD Apr 94
  33627. Dev.CD Jan 9V
  33628. 61120ff-screen
  33629. off-the-shelf
  33630. offerh
  33631. offered
  33632. offersh
  33633. official
  33634. officially
  33635. offsample
  33636. offscreen
  33637. offset
  33638. offsetting
  33639. often
  33640. old-style
  33641. older
  33642. on-line
  33643. on-line-service
  33644. on-screen
  33645. on/off
  33646. ory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  33647. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  33648. VU External Tool communications require targets with System 7.0 or later.
  33649. Mac OS Development Toolkit.imgK
  33650. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD May 00 TC
  33651.  - Tool Chest
  33652.  - Testing & Debugging
  33653.  - Mac OS Development Toolkitan 94"
  33654.         activate
  33655.     end tell
  33656. on error errMsg number errNum
  33657.     --enter statements to perform when no records are found such as...
  33658.     display dialog "Sorry, the item you selected could not be found."
  33659.     return
  33660. end try
  33661. r--set theItem to choose file -- uncomment to test in an AS editor
  33662.     tell application "Finder"
  33663.         open item "Dev.CD May 00 TC:Sample Code:"
  33664.         activate
  33665.     end tell
  33666. on error errMsg number errNum
  33667.     --enter statements to perform when no records are found such as...
  33668.     display dialog "Sorry, the item you selected could not be found."
  33669.     return
  33670. end try
  33671. object
  33672. object
  33673. pascal
  33674. objectcode
  33675. objectivec
  33676. objectppc
  33677. objects
  33678. objectsupportlib
  33679. obsolete
  33680. obsolete
  33681. pre-asip
  33682. obsolete&unsupported
  33683. obtain
  33684. install
  33685. image
  33686. sample
  33687. image
  33688. tools
  33689. image
  33690. odclassref
  33691. odcookbook
  33692. sample
  33693. parts
  33694. odf-interest
  33695. odf-interest
  33696. archive
  33697. odfdev
  33698. odflibrary
  33699. odflibrary
  33700. odprogguide
  33701. odupdates
  33702. csmp-digest-v3-072
  33703. csmp-digest-v3-073
  33704. csmp-digest-v3-074
  33705. csmp-digest-v3-075
  33706. csmp-digest-v
  33707. e    No Changeq
  33708. Dev.CD May 00 TC
  33709. D!All Packages
  33710. Tool Chest Edition
  33711.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  33712.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  33713. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  33714. JEbuildXCMD
  33715. Help XFCN RN 1.4
  33716. helpLab
  33717. makefileHelp
  33718. makeout
  33719. object
  33720. sourceK
  33721. Vol VIIL
  33722. Aug 93M
  33723. HyperCard 2.1, System 7N
  33724. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  33725.  - Tool Chest
  33726.  - Development Kits
  33727.  - HyperCard Related
  33728.  - XCMDs & XFCNs
  33729.  - Help XFCN 1.4V
  33730. 61637X
  33731. 1FCN 1.4V
  33732. 61637X
  33733. 1e    No Change
  33734. Snippets - Testing & Debugging
  33735. (** = new, * = revised)
  33736. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  33737. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  33738. BusErrorTest:  Showhis
  33739. program
  33740. shows
  33741. introspection
  33742. movie
  33743. program
  33744. shows
  33745. usage
  33746. graphicsimporter
  33747. program
  33748. shows
  33749. usage
  33750. qtimagedrawer
  33751. developer
  33752. describes
  33753. macintosh
  33754. powerbook
  33755. 2400c
  33756. developer
  33757. provides
  33758. technical
  33759. information
  33760. about
  33761. development
  33762. information
  33763. image
  33764. contains
  33765. debug
  33766. version
  33767. 2.5.2
  33768. which
  33769. italy
  33770. italy
  33771. distributors/localiz
  33772. items
  33773. japan
  33774. japanesep
  33775. japanese
  33776. resourcesp
  33777. survival
  33778. guide
  33779. jbindery2.0
  33780. jbinderyhtml
  33781. helper
  33782. helper
  33783. helper
  33784. jman2.0
  33785. jmanhtml
  33786. justify
  33787. k-finnish
  33788. kanji
  33789. kanji
  33790. 1.1.3
  33791. mappings
  33792. erface
  33793. guidelines@
  33794. macapp
  33795. release
  33796. continues
  33797. tradition
  33798. modernization
  33799. macapp-based@
  33800. macintosh@
  33801. macintosh
  33802. powerbook
  33803. series
  33804. developer
  33805. note@
  33806. macos@
  33807. madness@
  33808. make@
  33809. makefile@
  33810. manager
  33811. manager's@
  33812. manger@
  33813. manipulations@
  33814. mapping@
  33815. markets@
  33816. media@
  33817. menu@
  33818. menubar@
  33819. mere@
  33820. mismatched@
  33821. visual
  33822. visual-only
  33823. visualization
  33824. visuallyo
  33825. vital
  33826. vocabulary
  33827. voice
  33828. voltages
  33829. volume
  33830. volumemount
  33831. volumes[
  33832. vrefnum
  33833. vucollect
  33834. vumark
  33835. vumeter
  33836. w/mathlib
  33837. w/sound
  33838. w/sysp
  33839. waiting
  33840. waitnextevent
  33841. waits
  33842. wake100
  33843. wakes
  33844. walk-through
  33845. walks
  33846. walkthrough
  33847. wantg
  33848. wanted
  33849. wanting
  33850. wants
  33851. 61810X
  33852. May 00^
  33853. r--set theItem to choose file -- uncomment to test in an AS editor
  33854.     tell application "Finder"
  33855.         open item "Dev.CD May 00 TC:Sample Code:"
  33856.         activate
  33857.     end tell
  33858. on error errMsg number errNum
  33859.     --enter statements to perform when no records are found such as...
  33860.     display dialog "Sorry, the item you selected could not be found."
  33861.     return
  33862. end try
  33863. e    No ChangefiOpen Transport
  33864. AppleTalk
  33865. Printer Access Protocol
  33866. handoff endpoints
  33867. AppleTalk Transaction Protocol
  33868. Dev.CD May 00 TC
  33869. <D!All Packages
  33870. Tool Chest Edition
  33871. OT Server Sample 1.0.1
  33872.      that shows how to use some of the ControlStrip calls.J
  33873. Sample Code.imgK
  33874. Oct 96M
  33875. System 7O
  33876. Dev.CD May 00 TC:Sample Code:P
  33877. Dev.CD May 00 TC
  33878.  - Sample CodeV
  33879. 60279X
  33880. May 00^
  33881. #filter
  33882. filterdirectory
  33883. filterdirectory
  33884. findchange
  33885. finderevents
  33886. finderevents
  33887. findhammerhead
  33888. findhammerhead
  33889. findlurkers
  33890. firstp
  33891. control
  33892. control
  33893. control
  33894. panel
  33895. control
  33896. strip
  33897. control
  33898. strip
  33899. module
  33900. controls
  33901. conversion
  33902. converter
  33903. coprocessorQ
  33904. corba
  33905. foundation
  33906. corners
  33907. counter
  33908. countersA
  33909. counting
  33910. counts
  33911. crccalc
  33912. crcpatch
  33913. creator
  33914. cross-platform
  33915. cryptographic
  33916. cryptographic
  33917. authentication
  33918. cryptography
  33919. ctabhandle
  33920. ctseed
  33921. cursors
  33922. custom
  33923. custom
  33924. allocators
  33925. custom
  33926. customgetfile
  33927. customputfile
  33928. cyrillic
  33929. datah
  33930. YPYDev.CD May 00 TC
  33931.  - Tool Chest
  33932.  - Interapplication Communication
  33933.  - AE Tools
  33934.  - AutoGuest an AS editor
  33935.     tell application "Finder"
  33936.         open item "Dev.CD Apr 93"
  33937.         activate
  33938.     end tell
  33939. on error errMsg number errNum
  33940.     --enter statements to perform when no records are found such as...
  33941.     display dialog "Sorry, the item you selected could not be found."
  33942.     return
  33943. end try
  33944. All Packages
  33945. System Enabler 111 (PB 160/180)O
  33946. Dev.CD Apr 93P
  33947. Dev.CD Apr 9V
  33948. 61165X
  33949. Apr 93
  33950. b--set theItem to choose file -- uncomment to test in an AS editor
  33951.     tell application "Finder"
  33952.         open item "Dev.CD Apr 93"
  33953.         activate
  33954.     end tell
  33955. on error errMsg number errNum
  33956.     --enter statements to perform when no records are found such as...
  33957.     display dialog "Sorry, the item you selected could not be found."
  33958.     return
  33959. end try
  33960. All Packages
  33961. System Enabler 111 (PB 160/180)O
  33962. Dev.CD Apr 93P
  33963. Dev.CD Apr 9V
  33964. 61166X
  33965. Apr 93
  33966. modeled
  33967. modeling
  33968. System Enabler 111 (PB 160/180)O
  33969. Dev.CD Apr 93P
  33970. Dev.CD Apr 9V
  33971. 62402X
  33972. Apr 93
  33973. b--set theItem to choose file -- uncomment to test in an AS editor
  33974.     tell application "Finder"
  33975.         open item "Dev.CD Apr 93"
  33976.         activate
  33977.     end tell
  33978. on error errMsg number errNum
  33979.     --enter statements to perform when no records are found such as...
  33980.     display dialog "Sorry, the item you selected could not be found."
  33981.     return
  33982. end try
  33983. All Packages
  33984. System Enabler 111 (PB 160/180)O
  33985. Dev.CD Apr 93P
  33986. Dev.CD Apr 9V
  33987. 62403X
  33988. Apr 93
  33989. b--set theItem to choose file -- uncomment to test in an AS editor
  33990.     tell application "Finder"
  33991.         open item "Dev.CD Apr 93"
  33992.         activate
  33993.     end tell
  33994. on error errMsg number errNum
  33995.     --enter statements to perform when no records are found such as...
  33996.     display dialog "Sorry, the item you selected could not be found."
  33997.     return
  33998. end try
  33999. All Packages
  34000. System Enabler 111 (PB 160/180)O
  34001. Dev.CD Apr 93V
  34002. 62404X
  34003. pre-installed
  34004. pre-mac
  34005. pre-measured
  34006. pre-mixer
  34007. pre-print
  34008. pre-release
  34009. pre-releases
  34010. pre-scripted
  34011. pre-testing
  34012. pre-train
  34013. pre-translates
  34014. predecessor
  34015. predefined
  34016. predicates
  34017. predictable
  34018. prediction
  34019. predispatch
  34020. staying
  34021. stays
  34022. stdfilterhacking
  34023. stdout
  34024. stdpix
  34025. steal
  34026. stept
  34027. step-by-step
  34028. steps
  34029. steve
  34030. stevens
  34031. stickers
  34032. sticky
  34033. still
  34034. stitching
  34035. stopc
  34036. stopped
  34037. stopping
  34038. storage
  34039. store
  34040. stored
  34041. storing
  34042. storyj
  34043. stragegyj
  34044. strassmann
  34045. strategicj
  34046. strategies
  34047. Xe    No Changef
  34048. testing
  34049. debuggingq
  34050. Dev.CD May 00 TC
  34051. YD!All Packages
  34052. Tool Chest Edition
  34053. AutoGuest 3.0
  34054. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  34055. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  34056. Hardware: Macintosh Plus or better. 
  34057. System Software: Mac OS 7.5 or greater (it's been te file -- uncomment to test in an AS editor
  34058.     tell application "Finder"
  34059.         open item "Dev.CD Apr 93"
  34060.         activate
  34061.     end tell
  34062. on error errMsg number errNum
  34063.     --enter statements to perform when no records are found such as...
  34064.     display dialog "Sorry, the item you selected could not be found."
  34065.     return
  34066. end try
  34067. All Packages
  34068. 61176X
  34069. parserV
  34070. MyHelpMenuI
  34071. Sample code to demonstrate how to append your own help menu items under the help menu. As an aside, also shows how to implement hierarchical sub-menus.
  34072. Appending your own help menu items. How to implement hierarchical sub-menus.J
  34073. Sample Code.imgK
  34074. Mar 98N#help, menu, hierarchical, sub-menusO
  34075. Dev.CD May 00 TC:Sample Code:P
  34076. Dev.CD May 00 TC
  34077.  - Sample CodeV
  34078. 61776X
  34079. May 00^
  34080. r--set theItem to choose file -- uncomment to test in an AS editor
  34081.     tell application "Finder"
  34082.         open item "Dev.CD May 00 TC:Sample Code:"
  34083.         activate
  34084.     end tell
  34085. on error errMsg number errNum
  34086.     --enter statements to perform when no records are found such as...
  34087.     display dialog "Sorry, the item you selected could not be found."
  34088.     return
  34089. end try
  34090. e    No Changef help
  34091. hierarchical
  34092. sub-menusq
  34093. Dev.CD May 00 TC
  34094. D!All Packages
  34095. Tool Chest Edition
  34096. N&C MacsBug Macros/Templates
  34097. accomplishing
  34098. according
  34099. account/password
  34100. accumulate
  34101. accuracys
  34102. accurate
  34103. accurately
  34104. accurately
  34105. print
  34106. image
  34107. scanned
  34108. accurately
  34109. print
  34110. image
  34111. viewed
  34112. monitor
  34113. acgis
  34114. achieve
  34115. achieved
  34116. achieves
  34117. acrobatZ
  34118. acrossZ
  34119. actionh
  34120. actionsh
  34121. activate
  34122. activeo
  34123. install
  34124. english
  34125. install
  34126. macapp
  34127. r13u5
  34128. install
  34129. macapp
  34130. r14d5
  34131. install
  34132. install
  34133. opengl
  34134. installerZ
  34135. installer
  34136. 4.0.8
  34137. installer
  34138. drivers
  34139. installer
  34140. licensing
  34141. installer
  34142. 1.2.3
  34143. installing
  34144. installing
  34145. opendoc
  34146. one's
  34147. one-time
  34148. onesw
  34149. onescanner
  34150. onlineZ
  34151. onlyh
  34152. opaque
  34153. opcode
  34154. opcodes
  34155. opened
  34156. openfirmware
  34157. opengl
  34158. opengl
  34159. macintosh
  34160. enables
  34161. computer
  34162. display
  34163. three-
  34164. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  34165. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  34166. Sample Code.imgK
  34167. Aug 96M
  34168. OpenTransportN
  34169. C++ OpenTransportO
  34170. Dev.CD May 00 TC:Sample Code:P
  34171. Dev.CD May 00 TC
  34172.  - Sample Codee colors, here
  34173. s a neat trick to reduce its size.
  34174. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  34175. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  34176. ped by an exception (or displayed by the MRJ MacsBug dcmd options 
  34177. mrj sc
  34178.  and 
  34179. mrj threads
  34180. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  34181. MRJ Symantec JITC
  34182.  library from the 
  34183. MRJ Libraries
  34184.  folder to somewhere outside the System Folder.
  34185. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  34186. ed an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  34187.  in MacsBug followed by the return key. There is no need to kill the target application (
  34188. ) since user breaks are not crashes!  
  34189. MRJLib has been compiled with PowerPC 
  34190. traceback tables
  34191.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  34192. M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorFeb 92"
  34193.         activate
  34194.     end tell
  34195. on error errMsg number errNum
  34196.     --enter statements to perform when no records are found such as...
  34197.     display dialog "Sorry, the item you selected could not be found."
  34198.     return
  34199. end try
  34200. audit
  34201. small
  34202. library
  34203. functions
  34204. provide
  34205. summary
  34206. backlight
  34207. control
  34208. control
  34209. panel
  34210. powerbooks
  34211. summary
  34212. bbedit
  34213. freeware
  34214. derivative
  34215. bbedit
  34216. summary
  34217. betabase
  34218. filemaker
  34219. report
  34220. database
  34221. summary
  34222. order
  34223. catch
  34224. summary
  34225. buginfo
  34226. macro
  34227. execute
  34228. within
  34229. macsbug
  34230. summary
  34231. callhyper
  34232. external
  34233. dimension
  34234. which
  34235. summary
  34236. cdent
  34237. format
  34238. source
  34239. summary
  34240. cfm-68k
  34241. runtime
  34242. architecture
  34243. 68k-based
  34244. relate
  34245. relatedb
  34246. relates
  34247. relating
  34248. relational
  34249. relations
  34250. relationship
  34251. relationships
  34252. relativez
  34253. relatively
  34254. relax
  34255. releaseQ
  34256. release
  34257. notes
  34258. released
  34259. releaseresource
  34260. releasesj
  34261. relevanti
  34262. reliability
  34263. D!All Packages
  34264. Tool Chest Edition
  34265. MiniLauncher 1.3b5
  34266. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  34267. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document., PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  34268. Embedding ICC Profile in GIF89a
  34269. Embedding ICC Profiles in EPS
  34270. Embedding ICC Profiles in JFIF
  34271. Embedding ICC Profiles in Pict
  34272. Embedding ICC Profiles in TIFFK
  34273. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  34274.  - Development Kits (Disc 1)
  34275.  - ColorSync SDK
  34276.  - Documentation
  34277.  - Embedding Profile DocumentationV
  34278. 60368X
  34279. Apr 98^
  34280. applications\
  34281. tools]
  34282. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibby topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  34283. QuickDraw GX Progammer's Overview
  34284. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  34285. nd then moves on to illustrate these features using practical programming examples.
  34286. QuickDraw GX Environment & Utilities
  34287. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  34288. QuickDraw GX Graphics
  34289. This book shows  
  34290. 62580X
  34291. May 00^
  34292. r--set theItem to choose file -- uncomment to test in an AS editor
  34293.     tell application "Finder"
  34294.         open item "Dev.CD May 00 TC:Sample Code:"
  34295.         activate
  34296.     end tell
  34297. on error errMsg number errNum
  34298.     --enter statements to perform when no records are found such as...
  34299.     display dialog "Sorry, the item you selected could not be found."
  34300.     return
  34301. end try
  34302. e    No ChangefFcounter
  34303. windows
  34304. introduction
  34305. document
  34306. modal dialog
  34307. printing
  34308. aboutq
  34309. Dev.CD May 00 TC
  34310. >D!All Packages
  34311. Tool Chest Edition
  34312. WindowPicker 1.1
  34313. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  34314. Features:
  34315. - WindowPicker Menu next to the Help Menu
  34316. - popup WindowPicker Menu
  34317. - arrow keys to switch between open windows and applications
  34318. - customizable modifier keys
  34319. - help for setting preferences
  34320. J Read Me
  34321. Read Me.txt
  34322. WindowPickerK
  34323. Jul 92L
  34324. Aug 93M
  34325. System 7 & Any Macintosh
  34326. E- Common
  34327.     - Sun Compliant Java Runtime Environment 1.1
  34328.     - QuickTime 3 
  34329.     - QTJava.zip
  34330.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  34331.     - QTJava media samples
  34332. - Mac OS:
  34333.     - System 8 or later
  34334.     - Macintosh Runtime for Java (MRJ) 2.1
  34335. - Windows 95, 98, or NT::
  34336.     - JRE/JDK from Sun Microsystems, Inc. recommended
  34337. QuickTime, Java, MRJ the item you selected could not be found."
  34338.     return
  34339. end try
  34340. e    No Changeq
  34341. Dev.CD Apr 98 SDK1
  34342. D!All Packages
  34343. Mac OS SDK Edition
  34344. MacTCP Developer Tools
  34345. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  34346. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  34347. J]802 LAP:
  34348. HyperCard MacTCP Toolkit 1.0:
  34349. MacTCP LAP Tech Note
  34350. Universal Interfaces:
  34351. ZapTCP 1.1:K
  34352. Aug 93nge
  34353. wise, the Preferred AppleTalk calls are used.k calls are used.
  34354. supercard
  34355. supersedes
  34356. superview
  34357. suport
  34358. supplement
  34359. supplementing
  34360. supplied
  34361. supply
  34362. supportN
  34363.     C"kage is System 7.0 compatible.
  34364. JWdcmd aliases
  34365. Discipline 2.0.2
  34366. MacsBug 6.6
  34367. Macsbug Ref & Debugging Guide
  34368. Robix & sourcesK
  34369. Vol IXL
  34370. Jan 93OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:PJDev.CD May 00 TC
  34371.  - Tool Chest
  34372.  - Testing & Debugging
  34373.  - Debuggers & dcmds
  34374. 61730X
  34375. May 98^
  34376. --set theItem to choose file -- uncomment to test in an AS editor
  34377.     tell application "Finder"
  34378.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  34379.         activate
  34380.     end tell
  34381. on error errMsg number errNum
  34382.     --enter statements to perform when no records are found such as...
  34383.     display dialog "Sorry, the item you selected could not be found."
  34384.     return
  34385. end try
  34386. e    No ChangefBMPQ
  34387. Macintosh
  34388. PowerBook
  34389. Qualified
  34390. PC Card
  34391. Card and Socket Servicesq
  34392. Dev.CD May 98 TC
  34393. D(All Packages
  34394. Reference Library Edition
  34395. Macintosh Technical Q&As
  34396. Dev.CD May 00 TC
  34397. All Packages
  34398. HTMLSample
  34399. 60410X
  34400. g "Sorry, the item you selected could not be found."
  34401.     return
  34402. end try
  34403. e    No Changef
  34404. OpenGL
  34405. graphics
  34406. o%ftp://ftp.apple.com/developer/opengl/q
  34407. Dev.CD Apr 00 SDK1
  34408. ;D!All Packages
  34409. Tool Chest Edition
  34410. Optimization TN Demos
  34411.     right now.
  34412. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  34413. debugging
  34414. debugging
  34415. performance
  34416. power
  34417. powerpc
  34418. emulator
  34419. declaration
  34420. designing
  34421. desktop
  34422. detectorh
  34423. detector
  34424. contextual
  34425. apple
  34426. detectors
  34427. detectorsh
  34428. developeri
  34429. developer
  34430. documentation
  34431. publications
  34432. technical
  34433. document
  34434. developers
  34435. development
  34436. device
  34437. device
  34438. driver
  34439. block
  34440. storage
  34441. drive
  34442. gestalt
  34443. cd-rom
  34444. devnotes
  34445. dialog
  34446. dictation
  34447. dictionary
  34448. interleaving
  34449. memory
  34450. configuration
  34451. disabled
  34452. disassembler
  34453. disassembly
  34454. utility
  34455. drive
  34456. setup
  34457. display
  34458. display
  34459. manager
  34460. resolution
  34461. screen
  34462. monitor
  34463. pixel
  34464. depth
  34465. display
  34466. manager
  34467. window
  34468. arrangement
  34469. display
  34470. pixel
  34471. depth
  34472. disposeresource
  34473. disposeresource
  34474. debugging
  34475. resource
  34476. handles
  34477. dither
  34478. ardwareA
  34479. collyer
  34480. color[
  34481. color
  34482. picker
  34483. 2.1.1
  34484. contains
  34485. minor
  34486. fixes
  34487. colorcdef
  34488. colored
  34489. coloredcheckbox
  34490. colorization
  34491. colorize
  34492. colorizepict
  34493. colorizes
  34494. colorpickerlib
  34495. colors
  34496. colorsieve
  34497. colorsync[
  34498. colorsync-savvy
  34499. colortable
  34500. column
  34501. columned
  34502. commandsB
  34503. commented
  34504. comments
  34505. commit
  34506. commitment
  34507. committedj
  34508. commonj
  34509. commonly
  34510. commons
  34511. commpilerj
  34512. commtoolbox
  34513. ) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  34514.         
  34515. This sample illustrates the second method which makes it simpler and allows us to illustrate the DSp/OpenGL interface well.      
  34516. Note: You will have to replace the access paths for the GameSprcokets SDK and OpenGL SDK with valid ones for your local environment.
  34517. Sample Code.imgK
  34518. Nov 99M)Mac OS 8.1+, OpenGL SDK, DrawSprocket SDKN0OpenGL, DrawSprocket, multiple monitor, rendererO
  34519. Dev.CD May 00 TC:Sample Code:P
  34520. Dev.CD May 00 TC
  34521.  - Sample Code
  34522. summary
  34523. software
  34524. apple
  34525. macintosh
  34526. displayO
  34527. summary
  34528. latest
  34529. version
  34530. shimmermate
  34531. names
  34532. summary
  34533. package
  34534. contains
  34535. summary
  34536. package
  34537. contains
  34538. debugging
  34539. version
  34540. summary
  34541. package
  34542. contains
  34543. application
  34544. demonstrat
  34545. summary
  34546. package
  34547. helps
  34548. developers
  34549. implement
  34550. inline
  34551. input
  34552. summary
  34553. package
  34554. includes
  34555. draft
  34556. specifications
  34557. summary
  34558. package
  34559. apple
  34560. summary
  34561. package
  34562. provides
  34563. summary
  34564. package
  34565. provides
  34566. english
  34567. error
  34568. messages
  34569. ummary
  34570. sample
  34571. illustrates
  34572. determine
  34573. summary
  34574. sample
  34575. demonstrates
  34576. compress
  34577. decompr
  34578. summary
  34579. sample
  34580. demonstrates
  34581. write
  34582. simple
  34583. summary
  34584. sample
  34585. extracts
  34586. finder
  34587. strings
  34588. summary
  34589. support
  34590. quicktake
  34591. quicktake
  34592. All Packages
  34593. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  34594. Dev.CD Jan 94
  34595. Dev.CD Oct 93
  34596. Dev.CD Jul 93
  34597. Dev.CD Apr 93PDDev.CD Apr 94
  34598. Dev.CD Jan 94
  34599. Dev.CD Oct 93
  34600. Dev.CD Jul 93
  34601. Dev.CD Apr 9V
  34602. 62333X
  34603. Apr 94
  34604. --set theItem to choose file -- uncomment to test in an AS editor
  34605.     tell application "Finder"
  34606.         open item "Dev.CD Apr 94
  34607. Dev.CD Jan 94
  34608. Dev.CD Oct 93
  34609. Dev.CD Jul 93
  34610. Dev.CD Apr 93"
  34611.         activate
  34612.     end tell
  34613. on error errMsg number errNum
  34614.     --enter statements to perform when no records are found such as...
  34615.     display dialog "Sorry, the item you selected could not be found."
  34616.     return
  34617. end try
  34618. All Packages
  34619. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  34620. Dev.CD Jan 94
  34621. Dev.CD Oct 93
  34622. Dev.CD Jul 93
  34623. Dev.CD Apr 93PDDev.CD Apr 94
  34624. Dev.CD Jan 94
  34625. Dev.CD Oct 93
  34626. Dev.CD Jul 93
  34627. Dev.CD Apr 9V
  34628. 62334X
  34629. Apr 94
  34630. 61807X
  34631. May 00^
  34632. r--set theItem to choose file -- uncomment to test in an AS editor
  34633.     tell application "Finder"
  34634.         open item "Dev.CD May 00 TC:Sample Code:"
  34635.         activate
  34636.     end tell
  34637. on error errMsg number errNum
  34638.     --enter statements to perform when no records are found such as...
  34639.     display dialog "Sorry, the item you selected could not be found."
  34640.     return
  34641. end try
  34642. e    No Changef-OpenGL
  34643. DrawSprocket
  34644. multiple monitor
  34645. rendererq
  34646. Dev.CD May 00 TC
  34647. 9D!All Packages
  34648. Mac OS SDK Edition
  34649. OpenGL Install
  34650. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  34651. What's New in OpenGL
  34652.  1.1.2:
  34653.  Internal texture format hint is now supported
  34654.  Better AGP texture management
  34655.  Added support for Velocity Engine
  34656.  Support for the EXT_texture_env_add extension
  34657.  Lots of performance optimizations
  34658. 61808X
  34659. 1e    No Change
  34660. #O\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:PjDev.CD May 00 TC
  34661.  - Tool Chest
  34662.  - Development Kits
  34663.  - HyperCard Related
  34664.  - XCMDs & XFCNs
  34665.  - Alias XFCN 1.3V
  34666. 61402X
  34667. May 00^
  34668. --set theItem to choose file -- uncomment to test in an AS editor
  34669.     tell application "Finder"
  34670.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  34671.         activate
  34672.     end tell
  34673. on error errMsg number errNum
  34674.     --enter statements to perform when no records are found such as...
  34675.     display dialog "Sorry, the item you selected could not be found."
  34676.     return
  34677. end try
  34678. e    No Changef
  34679. Alias
  34680. HyperCard
  34681. System 7q
  34682. Dev.CD May 00 TC
  34683. $D!All Packages
  34684. Mac OS SDK Edition
  34685. Appearance & CMM SDK 1.0.2
  34686. modal
  34687. dialog
  34688. ted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  34689. Requiring no tr
  34690. operators
  34691. opf-opendoc
  34692. r  by Matt Deatherage.   An explanation of the mysteries of the printer driver:  what it does, how it does  it, and how to write one.  A sample printer driver is provided.
  34693. J(develop Issue  4:
  34694. develop Issue  4 code:K
  34695. Vol IIIL
  34696. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  4:PJDev.CD Mar 00 RL
  34697.  - Technical Documentation
  34698.  - develop
  34699.  - develop Issue  4ages
  34700. F    QuickTimeO
  34701. Dev.CD Jun 97 SSWP
  34702. Dev.CD Jun 97 SSV
  34703. 60867X
  34704. Jun 97
  34705. f--set theItem to choose file -- uncomment to test in an AS editor
  34706.     tell application "Finder"
  34707.         open item "Dev.CD Jun 97 SSW"
  34708.         activate
  34709.     end tell
  34710. on error errMsg number errNum
  34711.     --enter statements to perform when no records are found such as...
  34712.     display dialog "Sorry, the item you selected could not be found."
  34713.     return
  34714. end try
  34715. All Packages
  34716. F    QuickTimeO
  34717. Dev.CD Jun 97 SSWP
  34718. Dev.CD Jun 97 SSV
  34719. 60868X
  34720. Jun 97
  34721. information
  34722. property
  34723. inline
  34724. building
  34725. system
  34726. extensionU
  34727. building
  34728. installing
  34729. using
  34730. driverU
  34731. buildsj
  34732. built-in
  34733. bulletproof
  34734. bundle
  34735. bundled
  34736. bundleservices
  34737. businessj
  34738. businesses
  34739. butcdef
  34740. butler
  34741. buttin
  34742. button
  34743. buttons
  34744. digests
  34745. source
  34746. formatter
  34747. registration
  34748. requests
  34749. callfinder
  34750. callfinder
  34751. callhyper
  34752. callhyper
  34753. camera
  34754. carbon
  34755. carbonlib
  34756. carbonlib
  34757. 1.0.2
  34758. cardbus
  34759. cardbus
  34760. cards
  34761. categories
  34762.    open item "Dev.CD Apr 94
  34763. Dev.CD Jan 94
  34764. Dev.CD Oct 93
  34765. Dev.CD Jul 93
  34766. Dev.CD Apr 93"
  34767.         activate
  34768.     end tell
  34769. on error errMsg number errNum
  34770.     --enter statements to perform when no records are found such as...
  34771.     display dialog "Sorry, the item you selected could not be found."
  34772.     return
  34773. end try
  34774. All Packages
  34775. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  34776. Dev.CD Jan 94
  34777. Dev.CD Oct 93
  34778. Dev.CD Jul 93
  34779. Dev.CD Apr 93PDDev.CD Apr 94
  34780. Dev.CD Jan 94
  34781. Dev.CD Oct 93
  34782. Dev.CD Jul 93
  34783. Dev.CD Apr 9V
  34784. 61107X
  34785. Apr 94
  34786. ere as an example.
  34787. Sample Code.imgK
  34788. Jul 99M
  34789. LaserWriter 8.6 and above:Sample Code:V
  34790. 55480X
  34791. 1e    No Change
  34792. 1e    No Change
  34793. --set theItem to choose file -- uncomment to test in an AS editor
  34794.     tell application "Finder"
  34795.         open item "Dev.CD Apr 94
  34796. Dev.CD Jan 94
  34797. Dev.CD Oct 93
  34798. Dev.CD Jul 93
  34799. Dev.CD Apr 93"
  34800.         activate
  34801.     end tell
  34802. on error errMsg number errNum
  34803.     --enter statements to perform when no records are found such as...
  34804.     display dialog "Sorry, the item you selected could not be found."
  34805.     return
  34806. end try
  34807. shell
  34808. sample
  34809. 1.3.6
  34810. first
  34811. headers
  34812. xtnow
  34813. xtnow
  34814. docsr
  34815. yahoo
  34816. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  34817. Carbon Window Manager API [NEW]
  34818. ------------------------
  34819. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  34820. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  34821. Display Manager [NEW]
  34822. ---------------
  34823. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  34824. D!All Packages
  34825. Tool Chest Edition
  34826. Language Kit Updater f/MacOS8
  34827. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  34828. Current Language Kits with Mac OS 8.0 or newer.
  34829. DDK for development of USB modules.  Contains Mac OS USB 1.4.1f4
  34830. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4.1f4 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  34831. B specification.
  34832. 61434X
  34833. Apr 00^
  34834. --set theItem to choose file -- uncomment to test in an AS editor
  34835.     tell application "Finder"
  34836.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:"
  34837.         activate
  34838.     end tell
  34839. on error errMsg number errNum
  34840.     --enter statements to perform when no records are found such as...
  34841.     display dialog "Sorry, the item you selected could not be found."
  34842.     return
  34843. end try
  34844. e    No ChangefaAppleShare IP
  34845. Server
  34846. AppleShare Client
  34847. Registry
  34848. Server Controls
  34849. Networking
  34850. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  34851. Dev.CD Apr 00 SDK1
  34852. DD!All Packages
  34853. Mac OS SDK Edition
  34854. AppleShare IP API
  34855.     Dev.CD Apr 94
  34856. Dev.CD Jan 94
  34857. Dev.CD Oct 93
  34858. Dev.CD Jul 93P6Dev.CD Apr 94
  34859. Dev.CD Jan 94
  34860. Dev.CD Oct 93
  34861. Dev.CD Jul 9V
  34862. 61248X
  34863. Apr 94
  34864. {--set theItem to choose file -- uncomment to test in an AS editor
  34865.     tell application "Finder"
  34866.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  34867.         activate
  34868.     end tell
  34869. on error errMsg number errNum
  34870.     --enter statements to perform when no records are found such as...
  34871.     display dialog "Sorry, the item you selected could not be found."
  34872.     return
  34873. end try
  34874. Code.imgK
  34875. Nov 97L
  34876. Jun 98M
  34877. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  34878. Dev.CD May 00 TC:Sample Code:P
  34879. Dev.CD May 00 TC
  34880.  - Sample CodeV
  34881. 60469X
  34882. May 00^
  34883. r--set theItem to choose file -- uncomment to test in an AS editor
  34884.     tell application "Finder"
  34885.         open item "Dev.CD May 00 TC:Sample Code:"
  34886.         activate
  34887.     end tell
  34888. on error errMsg number errNum
  34889.     --enter statements to perform when no records are found such as...
  34890.     display dialog "Sorry, the item you selected could not be found."
  34891.     return
  34892. end try
  34893. e    No Change
  34894. e    No Change
  34895. packageutils
  34896. packageutils
  34897. packagewindow
  34898. packagewindow
  34899. packagewindow
  34900. pages
  34901. client
  34902. interface
  34903. client
  34904. first
  34905. paper
  34906. papworkstation
  34907. papworkstation
  34908. parameters
  34909. parameters
  34910. parserV
  34911. links
  34912. links
  34913. Deletedf
  34914. database
  34915. beta test
  34916. beta helpq
  34917. Dev.CD Nov 99 TC
  34918. All Packages
  34919. BinHexI
  34920. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  34921. BinHex 4.0 SpecsK
  34922. May 93M
  34923. Adobe Acrobat Reader.OKDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Mar 00 RL Disk 1
  34924.  - Technical Documentation
  34925.  - Misc. Standards
  34926.  - BinHex 4.0V
  34927. 56483X
  34928. Mar 00^    RL Disk 1
  34929. e    No Change
  34930. fully
  34931. asynchronous
  34932. block
  34933. color
  34934. picker
  34935. 2.1.1
  34936. color2index
  34937. colorsync
  34938. colorsync
  34939. calibrator
  34940. scripting
  34941. profile
  34942. gamma
  34943. color
  34944. colorsync
  34945. profile
  34946. embed
  34947. colorsync
  34948. profile
  34949. specification
  34950. colorsync
  34951. photoshop
  34952. plug-ins
  34953. colorsync
  34954. profile
  34955. rename
  34956. colour
  34957. comet
  34958. communications
  34959. compare
  34960. compiler
  34961. scomP
  34962. compound
  34963. compress
  34964. compressionP
  34965. computer
  34966. computer
  34967. based
  34968. media
  34969. television
  34970. broadcast
  34971. graphics
  34972. conditional
  34973. configurationt
  34974. connectivity
  34975. consumer
  34976. container
  34977. content
  34978. context
  34979. contextualh
  34980. contextual
  34981. manager
  34982. control
  34983. control
  34984. strip
  34985. powerbook
  34986. control
  34987. panel
  34988. controls
  34989. conversion
  34990. converter
  34991. coprocessorQ
  34992. corba
  34993. foundation
  34994. overview
  34995. opaque
  34996. types
  34997. reference
  34998. counts
  34999. corners
  35000. accelerationO
  35001. acceleratorj
  35002. accent
  35003. accept
  35004. accepting
  35005. accepts
  35006. accesory
  35007. accessA
  35008. accessed
  35009. accesses
  35010. accessible
  35011. accessing
  35012. accessorb
  35013. acclaimed
  35014. accolades
  35015. accommodates
  35016. accompanied
  35017. accompanies
  35018. accompany
  35019. accompanying
  35020. accomplish
  35021. accomplished
  35022. accurately
  35023. print
  35024. image
  35025. scanned
  35026. accurately
  35027. print
  35028. image
  35029. viewed
  35030. monitor
  35031. acgis
  35032. achieve
  35033. achieved
  35034. acrobatZ
  35035. acrossZ
  35036. actionh
  35037. actionsh
  35038. activeo
  35039. os-only
  35040. osaactiveproc
  35041. osaka
  35042. osasendproc
  35043. osborne
  35044. oserr
  35045. osl-compliant
  35046. ot/ppp
  35047. ot/ppp's
  35048. otgetendpointinfo
  35049. other`
  35050. otherresinfo-mungede
  35051. others
  35052. otherwise
  35053. othmer
  35054. otioctl
  35055. otlifo
  35056. otrcv
  35057. helper
  35058. helplab
  35059. helpsystems
  35060. library
  35061. higos8guide
  35062. higuidelines
  35063. historyu
  35064. history
  35065. 1.0.1 -> 1.0.2 Updater
  35066. Navigable Movie Toolkit
  35067. Read Me
  35068. Read Me.txt
  35069. Software License
  35070. Software License.txt
  35071. TCCalc
  35072. User Manual
  35073. Version History
  35074. Version History.txtK
  35075. Aug 93M
  35076. For acquisition: Any Macintosh that has two serial ports (one optional).
  35077. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationOWDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PbDev.CD May 00 TC
  35078.  - Tool Chest
  35079.  - Development Kits
  35080.  - HyperCard Related
  35081.  - Navigable Movie Toolkitin your OpenDoc part editor can be a little tricky.
  35082. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  35083. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  35084. t need to be complex, as the simple tools presented here wil
  35085. 61392X
  35086. Apr 00^
  35087. --set theItem to choose file -- uncomment to test in an AS editor
  35088.     tell application "Finder"
  35089.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:"
  35090.         activate
  35091.     end tell
  35092. on error errMsg number errNum
  35093.     --enter statements to perform when no records are found such as...
  35094.     display dialog "Sorry, the item you selected could not be found."
  35095.     return
  35096. end try
  35097. e    No ChangefBMacApp
  35098. Framework
  35099. Object-oriented
  35100. Classes
  35101. Editor
  35102. Resources
  35103. /A(http://developer.apple.com/tools/macapp/
  35104. Dev.CD Apr 00 SDK1
  35105. All Packages
  35106. Adobe Acrobat Reader
  35107. 61393X
  35108.  II.pdf
  35109. WebObjects Memory Mgmt.pdf
  35110. WebObjects Tools and Techniques
  35111. WebObjectsCategories&Posers.pdf
  35112. WebObjectsPerformanceTuning
  35113. Working with WebObjects.pdf
  35114. Writing for Interactive Media
  35115. claris
  35116. claris
  35117. translators
  35118. claris
  35119. files
  35120. claris
  35121. system
  35122. classic
  35123. clent
  35124. clent
  35125. richardson
  35126. message
  35127. client
  35128. clipboard
  35129. clipboard
  35130. clipboard
  35131. clipboard
  35132. magician
  35133. clipboard
  35134. clipinfo
  35135. clipinfo
  35136. improvement
  35137. improvements
  35138. improves
  35139. improving
  35140. WrBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  35141. ADBReInit Note
  35142. ADBReInit Note.txtK
  35143. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  35144. 60157X
  35145. 1e    No Change
  35146. ultraslimfast
  35147. unicode
  35148. unicode
  35149. imaging
  35150. bi-directional
  35151. rotation
  35152. double-byt
  35153. universal
  35154. universal
  35155. serial
  35156. storage
  35157. class
  35158. driver
  35159. systems
  35160. workstation
  35161. solaris
  35162. hp-ux
  35163. update
  35164. updater
  35165. updates
  35166. access
  35167. internet
  35168. usagew
  35169. usedistanthdwrmem
  35170. uselocalhdwrmem
  35171. utilities
  35172. utility
  35173. utility
  35174. zones
  35175. handles
  35176. resources
  35177. utility
  35178. space
  35179. validation
  35180. variable
  35181. variables
  35182. vector
  35183. bottleneck
  35184. bottlenecks
  35185. bottomi
  35186. boundaries
  35187. boundary
  35188. system
  35189. folder
  35190. 8.5.1
  35191. coordinates
  35192. copacetically
  35193. copied
  35194. copiesy
  35195. coplandj
  35196. copland-savvy
  35197. coprocessorQ
  35198. copyj
  35199. copy-and-paste
  35200. copy/paste
  35201. copybitmask
  35202. copybits
  35203. copybitsspeedpalette
  35204. copydeepmask
  35205. copying
  35206. copymask
  35207. copyright
  35208. copyrighted
  35209. copyrights
  35210. copywrite
  35211. core\
  35212. foundation
  35213. documentation
  35214. corners
  35215. corporate
  35216. corporation
  35217. correct
  35218. corrected
  35219. correctlyy
  35220. corrects
  35221. corruption
  35222. cosmetic
  35223. costly
  35224. costsj
  35225. couldX
  35226. solution
  35227. solutions
  35228. someone
  35229. somethingU
  35230. sometimes
  35231. somewhere
  35232. sophisticated
  35233. soulj
  35234. soundP
  35235. sounds
  35236. soundsprocket
  35237. sourcec
  35238. sourcemenu
  35239. sources
  35240. space
  35241. space-saving
  35242. speakj
  35243. speakers
  35244. speaking
  35245. speaksj
  35246. specialT
  35247. specialized
  35248. specifics
  35249. specifically
  35250. specificationo
  35251. sample
  35252. which
  35253. demonstrates
  35254. ethernet
  35255. driver
  35256. code-like
  35257. 61553X
  35258. Mar 00^    RL Disk 1
  35259. --set theItem to choose file -- uncomment to test in an AS editor
  35260.     tell application "Finder"
  35261.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  35262.         activate
  35263.     end tell
  35264. on error errMsg number errNum
  35265.     --enter statements to perform when no records are found such as...
  35266.     display dialog "Sorry, the item you selected could not be found."
  35267.     return
  35268. end try
  35269. e    No Changeq
  35270. Dev.CD Mar 00 RL Disk 1
  35271. All Packages
  35272. develop Issue 25
  35273. 61554X
  35274.     end tell
  35275. on error errMsg number errNum
  35276.     --enter statements to perform when no records are found such as...
  35277.     display dialog "Sorry, the item you selected could not be found."
  35278.     return
  35279. end try
  35280. e    No ChangefuSlot
  35281. Slot Manager
  35282. Slot Mgr.
  35283. Declaration
  35284. configuration
  35285. configuration ROM
  35286. NuBus
  35287.  CRCPatch
  35288. CRCCalc
  35289. tjs commq
  35290. Dev.CD May 00 TC
  35291. {D!All Packages
  35292. Tool Chest Edition
  35293. Sad Mac Error Codes 1.1erZ
  35294. redistribution
  35295. r--set theItem to choose file -- uncomment to test in an AS editor
  35296.     tell application "Finder"
  35297.         open item "Dev.CD May 00 TC:Sample Code:"
  35298.         activate
  35299.     end tell
  35300. on error errMsg number errNum
  35301.     --enter statements to perform when no records are found such as...
  35302.     display dialog "Sorry, the item you selected could not be found."
  35303.     return
  35304. end try
  35305. files from the Finder into any applications
  35306.  windows and providing file information for those files.  Applications 
  35307. can also find out where data was dropped in the Finder 
  35308.  for example, that it was dropped into the Trash.
  35309. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  35310. n guide files.  
  35311. There is now CFM 68k glue code present for 68k apps that want to link with the 'AppleGuideGlueLib.68K' shared library code.
  35312. Applications no longer have to build and handle the Help menu if they want their guide files to reside in a folder other than the application's folder.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  35313. 'Guide Directory Resource' topic below.
  35314. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  35315. JbApple Guide 2.1.1
  35316. Apple Guide 2.1.1 Read Me First
  35317. Authoring
  35318. Engineering
  35319. Goodies
  35320. Japanese ResourcesK
  35321. Dec 95L
  35322. Jul 97M
  35323. MacOS 7.0 or greater.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:lor P
  35324. rbon:
  35325. Carbon Dater
  35326. Carbon Overview
  35327. Carbon Specification
  35328. CarbonLib Porting Guide
  35329. Mac OS 9 Technote
  35330. Human Interface Toolbox:
  35331. Appearance Manager
  35332. Control Manager
  35333. Dialog Manager
  35334. Human Interface Guidelines
  35335. Icon Services and Utilities [New]
  35336. List Manager
  35337. Menu Manager
  35338. Window Manager
  35339. Files:
  35340. Alias Manager
  35341. Disk Initialization Manager
  35342. File Manager [New]
  35343. Finder Interface
  35344. Folder Manager
  35345. Navigation Services [Updated]
  35346. Resource Manager
  35347. Translation Manager
  35348. Help Systems:
  35349. Apple Guide
  35350. Apple Help [New]
  35351. Help 
  35352. Manager
  35353. Networking and Communications:
  35354. AppleShare
  35355. Communications Toolbox
  35356. Network Services Location (NSL) Manager [Updated]
  35357. Open Transport
  35358. URL Access Manager
  35359. Utilities:
  35360. Collection Manager
  35361. Control Panels
  35362. Control Strip Services
  35363. Location Manager
  35364. Mathematical and Logical Utilities
  35365. Power PC Numerics
  35366. Core Foundation:
  35367. Base Services
  35368. Bundle Services
  35369. Collection Services
  35370. Overview
  35371. Property List Services 
  35372. String Services 
  35373. Multimedia and Graphics:
  35374. Apple Game Sprockets
  35375. Carbon Printing Manager 
  35376. Color P
  35377. 160/180
  35378. 1995j
  35379. 1996k
  35380. 1997l
  35381. 2.0.1
  35382. 2.0.6
  35383. 2.0b6
  35384. 2.0d3
  35385. 2.0d38
  35386. 2.1.1
  35387. 2.1.2
  35388. 2.1.3
  35389. 2.1.4
  35390. 2.3.0
  35391. 2.4b6z
  35392. 2.6.1
  35393. 2.6.5X
  35394. 2/94w
  35395. 2400c
  35396. advent
  35397. adventures
  35398. advertisements
  35399. advertising
  35400. advice
  35401. advisable
  35402. ae/em
  35403. aecdev/aedeamon
  35404. aecoercion
  35405. aecoercioninit
  35406. aegestalt
  35407. Dev.CD Apr 92
  35408. Dev.CD Mar 92P
  35409. Dev.CD Apr 92
  35410. Dev.CD Mar 9V
  35411. 62225X
  35412. Apr 92
  35413. p--set theItem to choose file -- uncomment to test in an AS editor
  35414.     tell application "Finder"
  35415.         open item "Dev.CD Apr 92
  35416. Dev.CD Mar 92"
  35417.         activate
  35418.     end tell
  35419. on error errMsg number errNum
  35420.     --enter statements to perform when no records are found such as...
  35421.     display dialog "Sorry, the item you selected could not be found."
  35422.     return
  35423. end try
  35424. All Packages
  35425. System 7 Tune-UpO
  35426. Dev.CD Apr 92P
  35427. Dev.CD Apr 9V
  35428. 62226X
  35429. Apr 92
  35430. b--set theItem to choose file -- uncomment to test in an AS editor
  35431.     tell application "Finder"
  35432.         open item "Dev.CD Apr 92"
  35433.         activate
  35434.     end tell
  35435. on error errMsg number errNum
  35436.     --enter statements to perform when no records are found such as...
  35437.     display dialog "Sorry, the item you selected could not be found."
  35438.     return
  35439. end try
  35440. All Packages
  35441. System 7 Tune-UpO
  35442. Dev.CD Apr 92
  35443. Dev.CD Mar 92V
  35444. 62227X
  35445. suitable
  35446. suiteN
  35447. suited
  35448. suitesm
  35449. summarizationb
  35450. summarize
  35451. summarizes
  35452. summarizing
  35453. eractive
  35454. media
  35455. xcmdsn
  35456. xcmds&xfcns
  35457. xfcnc
  35458. xfcns
  35459. xthings
  35460. shell
  35461. sample
  35462. 1.3.6
  35463. first
  35464. headers
  35465. xtnow
  35466. xtnow
  35467. docsr
  35468. yahoo
  35469. ickdraw
  35470. r13u5
  35471. r14d1
  35472. r14d5
  35473. readerZ
  35474. redistribution
  35475. packages
  35476. All Packages
  35477. System Enabler 088 (AVs)O
  35478. Dev.CD Apr 94
  35479. Dev.CD Jan 94P
  35480. Dev.CD Apr 94
  35481. Dev.CD Jan 9V
  35482. 62385X
  35483. Apr 94
  35484. p--set theItem to choose file -- uncomment to test in an AS editor
  35485.     tell application "Finder"
  35486.         open item "Dev.CD Apr 94
  35487. Dev.CD Jan 94"
  35488.         activate
  35489.     end tell
  35490. on error errMsg number errNum
  35491.     --enter statements to perform when no records are found such as...
  35492.     display dialog "Sorry, the item you selected could not be found."
  35493.     return
  35494. end try
  35495. All Packages
  35496. System Enabler 088 (AVs)O)Dev.CD Apr 94
  35497. Dev.CD Jan 94
  35498. Dev.CD Oct 93P(Dev.CD Apr 94
  35499. Dev.CD Jan 94
  35500. Dev.CD Oct 9V
  35501. 62386X
  35502. Apr 94
  35503. issuesT
  35504. o this is how to create one.
  35505. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  35506. Sample Code.imgK
  35507. Nov 94L
  35508. May 97O
  35509. Dev.CD May 00 TC:Sample Code:P
  35510. Dev.CD May 00 TC
  35511.  - Sample Codetatements to perform when no records are found such as...
  35512.     display dialog "Sorry, the item you selected could not be found."
  35513.     return
  35514. end try
  35515. e    No Changef'HTML
  35516. HTMLRenderingLib
  35517. Packages
  35518. Mac OS 9q
  35519. Dev.CD Mar 00 RL Disk 1
  35520. Http Server
  35521. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  35522. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  35523. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  35524. managerd
  35525. manalyzer
  35526. manalyzer
  35527. manalyzer
  35528. manalyzer
  35529. relase
  35530. notes
  35531. manalyzer
  35532. relase
  35533. notes
  35534. manualb
  35535. mappings
  35536. markc
  35537. market
  35538. marketing
  35539. marketing
  35540. stuff
  35541. markpascal
  35542. masher
  35543. mdefproc
  35544. mdefproc
  35545. memory
  35546. management
  35547. menud
  35548. mergeitems
  35549. - Common
  35550.     - Sun Compliant Java Runtime Environment 1.1
  35551.     - QuickTime 3 
  35552.     - QTJava.zip
  35553.     - QTJava media samples
  35554. - Mac OS:
  35555.     - System 8 or later
  35556.     - Macintosh Runtime for Java (MRJ) 2.1
  35557. - Windows 95, 98, or NT::
  35558.     - JRE/JDK from Sun Microsystems, Inc. recommended
  35559. QuickTime, Java, MRJs are found such as...
  35560.     display dialog "Sorry, the item you selected could not be found."
  35561.     return
  35562. end try
  35563. file@
  35564. fonts@
  35565. global
  35566. search
  35567. replace
  35568. software
  35569. project
  35570. archiving@
  35571. heap@
  35572. inline
  35573. input@
  35574. jfif@
  35575. laserwriter
  35576. linking@
  35577. loadable@
  35578. localized
  35579. strings@
  35580. macapp@
  35581. memory@
  35582. multi-processing@
  35583. notes@
  35584. ot/ppp@
  35585. overview@
  35586. power@
  35587. profiler@
  35588. quicktime@
  35589. quicktime
  35590. conferencing@
  35591. rgbforecolor@
  35592. screen@
  35593. mode@
  35594. search@
  35595. selected@
  35596. serial
  35597. ports@
  35598. soundsprocket@
  35599. system@
  35600. translation@
  35601. unix@
  35602. view@
  35603. encoding
  35604. unicode
  35605. script
  35606. language
  35607. conversion
  35608. games
  35609. input
  35610. text-to-speech
  35611. textedit
  35612. thread
  35613. thread
  35614. manager
  35615. thread
  35616. threads
  35617. tasks
  35618. tasking
  35619. multitasking
  35620. threading
  35621. threads
  35622. timing
  35623. tokenQ
  35624. tokenize
  35625. tokenizer
  35626. tokenizer
  35627. fcode
  35628. tokentalkQ
  35629. broadcast-ready
  35630. brochure
  35631. broken
  35632. bronze
  35633. browse
  35634. browser
  35635. browsers
  35636. browsing
  35637. bruce
  35638. bruyndonckx
  35639. bryan
  35640. budget
  35641. bufcallback
  35642. buffer
  35643. buffercmd
  35644. buffered
  35645. buffering
  35646. buffers
  35647. bugfix
  35648. buggy
  35649. Summary: This is the electronic version of develop magazine.
  35650.  Issue 7 highlights:
  35651. QuickTime 1.0: 
  35652. You Oughta Be in Pictures
  35653.   by Guillermo A. Ortiz.
  35654. An introduction to QuickTime that shows you how to create and play back simple movies.
  35655. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  35656. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  35657. can make your IPC code even cleaner.
  35658. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  35659. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  35660. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  35661. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  35662. Notification Hacks:  A collection of sick Notification Manager hacks.
  35663. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  35664. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  35665. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  35666. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  35667. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  35668. Apple Event XCMDs 1.0b3
  35669. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  35670. J*Apple Event XCMDs b3
  35671. Apple Event XCMDs DocK
  35672. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  35673.  - Tool Chest
  35674.  - Development Kits
  35675.  - HyperCard Related
  35676.  - XCMDs & XFCNs
  35677.  - Apple Event XCMDs 1.0b3W
  35678. compilers
  35679. assemblers
  35680. linkers
  35681. tools
  35682. debuggers
  35683. performance
  35684. 2.1.2
  35685. 2.1.3
  35686. 2.1.4
  35687. redistribution
  35688. multi-player
  35689. multi-processing
  35690. multi-processing
  35691. pascal
  35692. multicast
  35693. multihoming
  35694. multilingual
  35695. multimedia
  35696. multiple
  35697. multiprocessing
  35698. multiprocessing
  35699. multitasking
  35700. multiprocessor
  35701. multiprocessor
  35702. multitasking
  35703. multitasking
  35704. multiprocessing
  35705. PowerMacs w/Sys 7.1.2:  Apple Guide Support for PowerMacs with System  7.1.2.
  35706. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  35707. Not required for System 7.5 or greater.
  35708. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  35709. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  35710. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  35711. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  35712. ed in the article above.
  35713. NEW FEATURES IN APPLE GUIDE 2.1.1
  35714. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  35715. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  35716. buffered
  35717. buffering
  35718. reports
  35719. error
  35720. reports
  35721. apple
  35722. builder
  35723. built-in
  35724. bundle
  35725. burned-in
  35726. business
  35727. button
  35728. buttons
  35729. opentransport
  35730. cacheA
  35731. cacheline
  35732. cad/cam
  35733. cad/cam
  35734. design
  35735. calibrator
  35736. camera
  35737. capabilities
  35738. capture
  35739. y dialog "Sorry, the item you selected could not be found."
  35740.     return
  35741. end try
  35742. e    No Changeq
  35743. Dev.CD May 00 TC
  35744. D!All Packages
  35745. Mac OS SDK Edition
  35746. Speech Recognition Manager
  35747. simplifies
  35748. simplify
  35749. simply
  35750. singlep
  35751. single-link
  35752. sitei
  35753. works
  35754. under
  35755. appearance@
  35756. written@
  35757. x-axes@
  35758. you'll@
  35759. yourself@
  35760. 03-information
  35761. registrati
  35762. 1.3a6@
  35763. 2.1.2@
  35764. 3.0.1@
  35765. about
  35766. clipboard
  35767. magician
  35768. 0.76@
  35769. access@
  35770. aegizmos
  35771. 1.4.2@
  35772. anniversary@
  35773. apple
  35774. directions
  35775. 03/96@
  35776. apple
  35777. event
  35778. xcmds
  35779. 1.0b3@
  35780. apple
  35781. glossary
  35782. apple
  35783. standardsv
  35784. apple
  35785. workgroup
  35786. servers@
  35787. appleii@
  35788. appletalk
  35789. alias@
  35790. appletalk
  35791. first@
  35792. archive@
  35793. atags@
  35794. Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  35795. Mar 96nce of a scriptable Finder. Wouldn't that be cool? You shou
  35796. --set theItem to choose file -- uncomment to test in an AS editor
  35797.     tell application "Finder"
  35798.         open item "Dev.CD Apr 94
  35799. Dev.CD Jan 94
  35800. Dev.CD Oct 93
  35801. Dev.CD Jul 93"
  35802.         activate
  35803.     end tell
  35804. on error errMsg number errNum
  35805.     --enter statements to perform when no records are found such as...
  35806.     display dialog "Sorry, the item you selected could not be found."
  35807.     return
  35808. end try
  35809. 62528X
  35810. Dec 99^
  35811. --set theItem to choose file -- uncomment to test in an AS editor
  35812.     tell application "Finder"
  35813.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  35814.         activate
  35815.     end tell
  35816. on error errMsg number errNum
  35817.     --enter statements to perform when no records are found such as...
  35818.     display dialog "Sorry, the item you selected could not be found."
  35819.     return
  35820. end try
  35821. Deletedq
  35822. Dev.CD Dec 99 RL
  35823. All Packages
  35824. F&Technical Publications: Function Index
  35825. 7Summary:
  35826. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  35827. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  35828. Mar 99L
  35829. Sep 99V
  35830. 62529X
  35831. 1e    No Change
  35832. d not be found."
  35833.     return
  35834. end try
  35835. All Packages
  35836. QuickDraw 3DO
  35837. Dev.CD Jan 96 SSWV
  35838. 59445X
  35839. choosex
  35840. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  35841. JBBlockReader 1.0
  35842. IOTracer 6.0
  35843. IOTracer Analyzer 1.0
  35844. SCSIMonitor 4.0K
  35845. Jun 95L
  35846. May 96M
  35847. System 7.0N
  35848. SCSI, Disk I/O, PerformanceODDev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PODev.CD May 00 TC
  35849.  - Tool Chest
  35850.  - Devices
  35851.  - SCSI
  35852.  - Disk I/O Performance Toolsrn
  35853. end try
  35854. e    No Changeq
  35855. Dev.CD May 00 TC
  35856. 4D!All Packages
  35857. Tool Chest Edition
  35858. TweenCameraI
  35859. This demo program shows how to apply camera actions to a 3D model (a 3D media track) in a movie using the Tween Media type of QuickTime.J
  35860. Sample Code.imgK
  35861. Feb 00
  35862. - Common
  35863.     - Sun Compliant Java Runtime Environment 1.1
  35864.     - QuickTime 3 
  35865.     - QTJava.zip
  35866.     - QTJava media samples
  35867. - Mac OS:
  35868.     - System 8 or later
  35869.     - Macintosh Runtime for Java (MRJ) 2.1
  35870. - Windows 95, 98, or NT::
  35871.     - JRE/JDK from Sun Microsystems, Inc. recommended
  35872. :Sample Code:V
  35873. 58840X
  35874. 1e    No Change
  35875. Sample Code.imgK
  35876. Nov 94
  35877. 2.1.1
  35878. 2.1.2
  35879. 2.1.3
  35880. 2.1.4
  35881. 3.2.1
  35882. 8.5.1
  35883. 802.2
  35884. 802.3
  35885. 9650/350
  35886. a/roseQ
  35887. a/rose
  35888. macintosh
  35889. coprocessor
  35890. platform
  35891. ethernet
  35892. powerpQ
  35893. about
  35894. acceleration
  35895. access
  35896. acrobatZ
  35897. action
  35898. ent to test in an AS editor
  35899.     tell application "Finder"
  35900.         open item "Dev.CD May 00 TC:Sample Code:"
  35901.         activate
  35902.     end tell
  35903. on error errMsg number errNum
  35904.     --enter statements to perform when no records are found such as...
  35905.     display dialog "Sorry, the item you selected could not be found."
  35906.     return
  35907. end try
  35908. e    No Changef
  35909. process managerq
  35910. Dev.CD May 00 TC
  35911. D!All Packages
  35912. Mac OS SDK Edition
  35913. --set theItem to choose file -- uncomment to test in an AS editor
  35914.     tell application "Finder"
  35915.         open item "Dev.CD May 00 TC:Tool Chest:Localization:cihui:"
  35916.         activate
  35917.     end tell
  35918. on error errMsg number errNum
  35919.     --enter statements to perform when no records are found such as...
  35920.     display dialog "Sorry, the item you selected could not be found."
  35921.     return
  35922. end try
  35923. selected could not be found."
  35924.     return
  35925. end try
  35926. All Packages
  35927. System 7.5 Update 1.0O
  35928. Dev.CD Jul 95P
  35929. Dev.CD Jul 9V
  35930. 61027X
  35931. Jul 95
  35932. b--set theItem to choose file -- uncomment to test in an AS editor
  35933.     tell application "Finder"
  35934.         open item "Dev.CD Jul 95"
  35935.         activate
  35936.     end tell
  35937. on error errMsg number errNum
  35938.     --enter statements to perform when no records are found such as...
  35939.     display dialog "Sorry, the item you selected could not be found."
  35940.     return
  35941. end try
  35942. All Packages
  35943. System 7.5 Update 1.0O
  35944. Dev.CD Jul 95P
  35945. Dev.CD Jul 9V
  35946. 61028X
  35947. savemenu
  35948. saver
  35949. saves
  35950. savingj
  35951. savings
  35952. savory
  35953. savvy
  35954. sawitzki
  35955. saysj
  35956. sbarcdef
  35957. scalable
  35958. scale
  35959. scales
  35960. scaling
  35961. scannedg
  35962. scannerg
  35963. scanners
  35964. scanning
  35965. scansg
  35966. scenario
  35967. scene
  35968. scoring
  35969. scott
  35970. scrambling
  35971. scrap
  35972. screenB
  35973. screens
  35974. screenshots
  35975. scripth
  35976. scriptability
  35977. scriptableN
  35978. scripted
  35979. scripter
  35980. scriptingh
  35981. scripts
  35982. scriptswitcher8
  35983. tevens  and Bill Guschwan.   The message hasn
  35984. t changed: Don
  35985. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  35986. J(develop Issue 11:
  35987. develop Issue 11 code:K
  35988. Vol IIIL
  35989. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Mar 00 RL
  35990.  - Technical Documentation
  35991.  - develop
  35992.  - develop Issue 11olumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  35993.    [1] UnmountVol (via MoreFi
  35994.    [2] sending an AppleEvent to Finder
  35995.    [3] a combination of emptying the trash and MoreFiles
  35996. A successful unmounting algorithm might choose to use more than one of these techniques.
  35997. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  35998. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  35999. summary
  36000. folder
  36001. contains
  36002. documents
  36003. about
  36004. programming
  36005. summary
  36006. folder
  36007. contains
  36008. electronic
  36009. forms
  36010. allow
  36011. summary
  36012. folder
  36013. contains
  36014. helpful
  36015. scripts
  36016. summary
  36017. folder
  36018. contains
  36019. information
  36020. tells
  36021. develope
  36022. I SDK:PMDev.CD Apr 00 SDK1
  36023.  - Development Kits
  36024.  - Mac OS
  36025.  - AppleShare Client API SDKV
  36026. 60200X
  36027. Apr 00^
  36028. --set theItem to choose file -- uncomment to test in an AS editor
  36029.     tell application "Finder"
  36030.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  36031.         activate
  36032.     end tell
  36033. on error errMsg number errNum
  36034.     --enter statements to perform when no records are found such as...
  36035.     display dialog "Sorry, the item you selected could not be found."
  36036.     return
  36037. end try
  36038. e    No Changef$AppleShare
  36039. Client
  36040. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  36041. Dev.CD Apr 00 SDK1
  36042. CD!All Packages
  36043. Mac OS SDK Edition
  36044.     B&ly copy information from other records
  36045. J5betaBase d1a2
  36046. ReadME - betaBase
  36047. ReadME - betaBase.txtK
  36048. Sep 93M
  36049. FileMaker ProN
  36050. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  36051.  - Tool Chest
  36052.  - Testing & Debugging
  36053.  - Bug Reporting
  36054.  - betaBaseitem you selected could not be found."
  36055.     return
  36056. end try
  36057. apple
  36058. directions
  36059. 08/95j
  36060. apple
  36061. directions
  36062. 08/96k
  36063. apple
  36064. directions
  36065. 08/97
  36066. apple
  36067. directions
  36068. 09/95j
  36069. apple
  36070. directions
  36071. 09/96k
  36072. apple
  36073. directions
  36074. 09/97
  36075. apple
  36076. directions
  36077. 10/95j
  36078. apple
  36079. directions
  36080. 10/96k
  36081. apple
  36082. directions
  36083. 10/97
  36084. apple
  36085. directions
  36086. 11-12/96k
  36087. apple
  36088. directions
  36089. 11/95j
  36090. apple
  36091. directions
  36092. 11/97
  36093. apple
  36094. directions
  36095. 12/95j
  36096. apple
  36097. event
  36098. registrym
  36099. apple
  36100. event
  36101. registry
  36102. errata
  36103. apple
  36104. event
  36105. xcmds
  36106. apple
  36107. event
  36108. xcmds
  36109. apple
  36110. guide
  36111. 2.1.1p
  36112. apple
  36113. guide
  36114. 2.1.1
  36115. firstp
  36116. apple
  36117. apple
  36118. international
  36119. glossar
  36120. apple
  36121. standards
  36122. analyzeb
  36123. analyzer
  36124. analyzes
  36125. analyzing
  36126. ting the MPW 3.0 documentation for MPW scripting
  36127. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  36128. J6Documents
  36129. READMEFIRST!
  36130. Sample Makefiles
  36131. Sample ScriptsK
  36132. Mar 92M
  36133. MPW 3.2 or laterOODev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD May 00 TC
  36134.  - Tool Chest
  36135.  - Development Kits
  36136.  - MPW Related
  36137.  - MPW Script Tips 1.1.1V
  36138. 58036X
  36139. May 00^
  36140. #imgK
  36141. Apr 97O
  36142. Dev.CD May 00 TC:Sample Code:P
  36143. Dev.CD May 00 TC
  36144.  - Sample CodeV
  36145. 56619X
  36146. May 00^
  36147. #rry, the item you selected could not be found."
  36148.     return
  36149. end try
  36150. S:MRJ:MRJ 2.1.4 Web Install:raw 3DO
  36151. Dev.CD Jan 96 SSWV
  36152. 46981X
  36153. Movedq
  36154. Dev.CD May 00 TC
  36155. dD!All Packages
  36156. Tool Chest Edition
  36157. F    DukeMovie
  36158. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  36159. Sample Code.imgK
  36160. Feb 00
  36161. - Common
  36162.     - Sun Compliant Java Runtime Environment 1.1
  36163.     - QuickTime 3 
  36164.     - QTJava.zip
  36165.     - QTJava media samples
  36166. - Mac OS:
  36167.     - System 8 or later
  36168.     - Macintosh Runtime for Java (MRJ) 2.1
  36169. - Windows 95, 98, or NT::
  36170.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36171. QuickTime, Java, MRJO
  36172. Dev.CD May 00 TC:Sample Code:P
  36173. Dev.CD May 00 TC
  36174.  - Sample CodeV
  36175. 61595X
  36176. May 00^
  36177. #perform when no records are found such as...
  36178.     display dialog "Sorry, the item you selected could not be found."
  36179.     return
  36180. end try
  36181. All Packages
  36182. PPC EnablerO
  36183. Dev.CD Jul 95P
  36184. Dev.CD Jul 9V
  36185. 60667X
  36186. Jul 95
  36187. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  36188. Sample Code.imgK
  36189. Feb 00MmPowerPC, System 8.1+, SoundSprocket, QuickDraw 3D, and either Universal Headers 3.3 or the SoundSprocket SDK.N(SoundSprocket, 3D sound, reverb, effectsO
  36190. Dev.CD May 00 TC:Sample Code:P
  36191. Dev.CD May 00 TC
  36192.  - Sample CodeV
  36193. 62188X
  36194. May 00^
  36195. r--set theItem to choose file -- uncomment to test in an AS editor
  36196.     tell application "Finder"
  36197.         open item "Dev.CD May 00 TC:Sample Code:"
  36198.         activate
  36199.     end tell
  36200. on error errMsg number errNum
  36201.     --enter statements to perform when no records are found such as...
  36202.     display dialog "Sorry, the item you selected could not be found."
  36203.     return
  36204. end try
  36205. e    No Changef%SoundSprocket
  36206. 3D sound
  36207. reverb
  36208. effectsq
  36209. Dev.CD May 00 TC
  36210. D!All Packages
  36211. Tool Chest Edition
  36212. F    SourceBugtrates
  36213. palette
  36214. 62592X
  36215. Nov 99^
  36216. --set theItem to choose file -- uncomment to test in an AS editor
  36217.     tell application "Finder"
  36218.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  36219.         activate
  36220.     end tell
  36221. on error errMsg number errNum
  36222.     --enter statements to perform when no records are found such as...
  36223.     display dialog "Sorry, the item you selected could not be found."
  36224.     return
  36225. end try
  36226. Deletedq
  36227. Dev.CD Nov 99 TC
  36228. JD!All Packages
  36229. Mac OS SDK Edition
  36230. Worldwide System Software
  36231. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  36232.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  36233. 62593X
  36234. 1e    No Change
  36235. ontains
  36236. goodies
  36237. developer
  36238. tech@
  36239. summary
  36240. da/application
  36241. allows
  36242. examine
  36243. fonts
  36244. footprintg
  36245. sounds
  36246. soundsprocket
  36247. soundunit
  36248. sourcec
  36249. source-code
  36250. source-level
  36251. sourcebug
  36252. sourcebug
  36253. source-level
  36254. debugger
  36255. debugging
  36256. 68k-based
  36257. sourcemenu
  36258. sourceobj
  36259. sources
  36260. sourceserver
  36261. space
  36262. space-saving
  36263. spain
  36264. spanish
  36265. lease NotesK
  36266. Mar 95L
  36267. Jan 97M
  36268. System 6.0.7 or greater.N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  36269.  - Development Kits
  36270.  - Mac OS
  36271.  - Apple Shared Library ManagerV
  36272. 58938X
  36273. Jul 99
  36274. 58938X
  36275. Jul 99e
  36276. Deleted
  36277. quickdraw's
  36278. quickdrax
  36279. quickly`
  36280. quickstart
  36281. quicktake
  36282. quicktimej
  36283. quicktime
  36284. oughta
  36285. pictures
  36286. guillermo
  36287. ortiz
  36288. quicktime
  36289. quicktime
  36290. includes
  36291. quicktime
  36292. javad
  36293. quicktime
  36294. windows
  36295. includes
  36296. quicktime
  36297. quicktime's
  36298. quicktime-enabled
  36299. quicktime-readable
  36300. quicktimevr
  36301. quickview
  36302. quiets
  36303. quinn
  36304. quitN
  36305. quitapps
  36306. quits
  36307. olled
  36308. readB
  36309. implmenetation
  36310. implmentations
  36311. imports
  36312. import/export/reloca
  36313. imported/exported
  36314. impractical
  36315. impression
  36316. improve
  36317. improveda
  36318. improvement
  36319. improvements
  36320. improves
  36321. improving
  36322. --set theItem to choose file -- uncomment to test in an AS editor
  36323.     tell application "Finder"
  36324.         open item "Dev.CD Apr 94
  36325. Dev.CD Jan 94
  36326. Dev.CD Oct 93
  36327. Dev.CD Aug 93"
  36328.         activate
  36329.     end tell
  36330. on error errMsg number errNum
  36331.     --enter statements to perform when no records are found such as...
  36332.     display dialog "Sorry, the item you selected could not be found."
  36333.     return
  36334. end try
  36335. fcode
  36336. tokenizer
  36337. board
  36338. fcode
  36339. driver
  36340. development
  36341. newer
  36342. newfolder
  36343. newgworld
  36344. newsi
  36345. newsgroup
  36346. newsgroups
  36347. Jun 94L
  36348. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  36349.  - What's New?
  36350.  - Technical Documentation
  36351.  - C.S.M.P. Digests v3 (000-148)
  36352. --set theItem to choose file -- uncomment to test in an AS editor
  36353.     tell application "Finder"
  36354.         open item "Dev.CD Apr 94
  36355. Dev.CD Jan 94
  36356. Dev.CD Oct 93
  36357. Dev.CD Jul 93"
  36358.         activate
  36359.     end tell
  36360. on error errMsg number errNum
  36361.     --enter statements to perform when no records are found such as...
  36362.     display dialog "Sorry, the item you selected could not be found."
  36363.     return
  36364. end try
  36365. All Packages
  36366. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  36367. Dev.CD Jan 94
  36368. Dev.CD Oct 93
  36369. Dev.CD Jul 93
  36370. Dev.CD Apr 93PDDev.CD Apr 94
  36371. Dev.CD Jan 94
  36372. Dev.CD Oct 93
  36373. Dev.CD Jul 93
  36374. Dev.CD Apr 9V
  36375. 61111X
  36376. Apr 94
  36377. on? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  36378. appleevents
  36379. appleglots
  36380. appleguide
  36381. appleguidegluelibp
  36382. appleii
  36383. applejava
  36384. applelinkj
  36385. applemodemtool
  36386. applescriptN
  36387. applescript's
  36388. applesearchS
  36389. appleshareS
  36390. appleshare/file
  36391. applesingle/appledou
  36392. applet
  36393. appletalkB
  36394. appletalk's
  36395. appletalk/ip
  36396. applets
  36397. application's[
  36398. application/system
  36399. Movedq
  36400. Dev.CD May 00 TC
  36401. D!All Packages
  36402. Mac OS SDK Edition
  36403. Killer Content Workbook
  36404. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  36405. *ime parameters. You
  36406. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  36407. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  36408. JTKiller Content.pdf
  36409. Part I PDF Links
  36410. Part II PDF Links
  36411. Part III PDF Links
  36412. sound filesK
  36413. Jan 98d
  36414. 1.5.1
  36415. first
  36416. library
  36417. plugins
  36418. nubus
  36419. nubus
  36420. board
  36421. registration
  36422. nubuslist
  36423. nubuslist
  36424. nubustest
  36425. nubustest
  36426. nubustest
  36427. nubustest
  36428. nutankframes
  36429. nutankframes
  36430. object
  36431. object
  36432. pascal
  36433. objectcode
  36434. objectivec
  36435. objectppc
  36436. objects
  36437. objectsupportlib
  36438. obsolete
  36439. obsolete
  36440. pre-asip
  36441. obsolete&unsupported
  36442. obtain
  36443. install
  36444. image
  36445. sample
  36446. image
  36447. tools
  36448. image
  36449. odclassref
  36450. odcookbook
  36451. sample
  36452. parts
  36453. odf-interest
  36454. odf-interest
  36455. archive
  36456. odfdev
  36457. odflibrary
  36458. odflibrary
  36459. odprogguide
  36460. odupdates
  36461. amongst other things, add and remove ARP cache entries.
  36462. Jun 98V
  36463. 60214X
  36464. 1e    No Change
  36465. b--set theItem to choose file -- uncomment to test in an AS editor
  36466.     tell application "Finder"
  36467.         open item "Dev.CD Jul 95"
  36468.         activate
  36469.     end tell
  36470. on error errMsg number errNum
  36471.     --enter statements to perform when no records are found such as...
  36472.     display dialog "Sorry, the item you selected could not be found."
  36473.     return
  36474. end try
  36475. FinderEvents 1.2I
  36476. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  36477. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  36478. FinderEvents 1.2 Release NotesK
  36479. Jan 92M
  36480. Hypercard 2.1, System 7O^Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD May 00 TC
  36481.  - Tool Chest
  36482.  - Development Kits
  36483.  - HyperCard Related
  36484.  - XCMDs & XFCNs
  36485.  - FinderEvents 1.2V
  36486. 60377X
  36487. May 00^
  36488. #Dev.CD Apr 94
  36489. Dev.CD Jan 94
  36490. Dev.CD Oct 9V
  36491. 57469X
  36492. Apr 94
  36493. doctypes
  36494. doctypes
  36495. documenation
  36496. documenation
  36497. document
  36498. document
  36499. converter
  36500. documentation
  36501. f--set theItem to choose file -- uncomment to test in an AS editor
  36502.     tell application "Finder"
  36503.         open item "Dev.CD Jul 96 SSW"
  36504.         activate
  36505.     end tell
  36506. on error errMsg number errNum
  36507.     --enter statements to perform when no records are found such as...
  36508.     display dialog "Sorry, the item you selected could not be found."
  36509.     return
  36510. end try
  36511. about
  36512. system
  36513. summary
  36514. developer's
  36515. package
  36516. includes
  36517. appleshar@
  36518. summary
  36519. contains
  36520. information
  36521. describing
  36522. summary
  36523. folder
  36524. contains
  36525. documents
  36526. about
  36527. programming
  36528. summary
  36529. folder
  36530. contains
  36531. goodies
  36532. developer
  36533. tech@
  36534. summary
  36535. installer
  36536. install
  36537. files
  36538. needed
  36539. worldscr@
  36540. summary
  36541. da/application
  36542. allows
  36543. examine
  36544. tabase
  36545. suitem
  36546. dcmda
  36547. debug]
  36548. debuggingu
  36549. demo_
  36550. detectorsh
  36551. change
  36552. developeru
  36553. developmentm
  36554. directionsj
  36555. disku
  36556. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  36557. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  36558.  windows and providing file information for those files.  Applications 
  36559. can also find out where data was dropped in the Finder 
  36560.  for example, that it was dropped into the Trash.
  36561. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  36562. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  36563.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  36564. JJClent Richardson Message.pdf
  36565. Mac Logo Art:
  36566. Mac Logo Guidelines:
  36567. NewMacLogoK
  36568. Jan 99N
  36569. Apple, Logo, MacO
  36570. Dev.CD Jan 99 SDK1:Mac Logo:P
  36571. Dev.CD Jan 99 SDK1
  36572.  - Mac Logokages
  36573. Mac OS SDK Edition
  36574. Keychain SDK 1.0.1
  36575.     f the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  36576. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  36577. K^    RL Disk 1
  36578. --set theItem to choose file -- uncomment to test in an AS editor
  36579.     tell application "Finder"
  36580.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:"
  36581.         activate
  36582.     end tell
  36583. on error errMsg number errNum
  36584.     --enter statements to perform when no records are found such as...
  36585.     display dialog "Sorry, the item you selected could not be found."
  36586.     return
  36587. end try
  36588. e    No Changef
  36589. packages
  36590. Mac OS 9
  36591. package awareq
  36592. Dev.CD Mar 00 RL Disk 1
  36593. LD!All Packages
  36594. Tool Chest Edition
  36595. Palette&GWorld (Fat)
  36596.     s into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  36597. either in simplified or traditional form
  36598. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  36599. Requiring no tr
  36600. object-based
  36601. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  36602. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  36603.  updates to this documentation will happen within this Technical Note.
  36604. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  36605. JMControl Strip
  36606. Control Strip Sample
  36607. Control Strip Technical Note
  36608. MacCalendar 
  36609. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Apr 00 SDK1
  36610.  - Development Kits
  36611.  - Mac OS
  36612.  - Control Stripns
  36613. O:Dev.CD May 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:PBDev.CD May 00 TC
  36614.  - Tool Chest
  36615.  - Toolbox
  36616.  - Ticket to Program 1.0V
  36617. 62543X
  36618. May 00^
  36619. --set theItem to choose file -- uncomment to test in an AS editor
  36620.     tell application "Finder"
  36621.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:"
  36622.         activate
  36623.     end tell
  36624. on error errMsg number errNum
  36625.     --enter statements to perform when no records are found such as...
  36626.     display dialog "Sorry, the item you selected could not be found."
  36627.     return
  36628. end try
  36629. e    No Changeq
  36630. Dev.CD May 00 TC
  36631. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J
  36632. Sample Code.imgK
  36633. Feb 00
  36634. - Common
  36635.     - Sun Compliant Java Runtime Environment 1.1
  36636.     - QuickTime 3 
  36637.     - QTJava.zip
  36638.     - QTJava media samples
  36639. - Mac OS:
  36640.     - System 8 or later
  36641.     - Macintosh Runtime for Java (MRJ) 2.1
  36642. - Windows 95, 98, or NT::
  36643.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36644. mmended
  36645. clouseau
  36646. clues
  36647. clusters
  36648. cluts
  36649. clutwind
  36650. cmchoose
  36651. cmd-opt-o-f
  36652. cmd-q
  36653. cn-gb
  36654. co-exist
  36655. cocoa
  36656. coconut
  36657. newsletteri
  36658. newswatcher
  36659. newtonj
  36660. newton-related
  36661. nextg
  36662. nifty
  36663. ninej
  36664. nirvanaj
  36665. training
  36666. required
  36667. plug-and-play
  36668. design
  36669. no-so-subtlej
  36670. nogrowdocproc
  36671. non-appleo
  36672. non-portable
  36673. norbert
  36674. normally
  36675. normanj
  36676. notationw
  36677. noteZ
  36678. apple
  36679. guide
  36680. intended
  36681. those
  36682. developers
  36683. notesQ
  36684. notify
  36685. notions
  36686. novemberj
  36687. novice
  36688. nubusQ
  36689. number
  36690. numbers
  36691. numerals
  36692. numerousp
  36693. objectQ
  36694. object-based
  36695. versionse
  36696. count
  36697. video
  36698. viewo
  36699. viewer
  36700. virtual
  36701. virtual
  36702. keycode
  36703. virtual
  36704. sphere
  36705. sample
  36706. virtual
  36707. tools
  36708. bit-depth
  36709. explnd
  36710. please
  36711. vu3.0.1d3B
  36712. vu3.0.1d3
  36713. vumeters
  36714. lltowalldialog
  36715. walltowalldialog
  36716. walltowalldialog
  36717. registration
  36718. animation
  36719. guide
  36720. webobjects
  36721. webobjects
  36722. database
  36723. webobjects
  36724. database
  36725. webobjects
  36726. webobjects
  36727. memory
  36728. webobjects
  36729. tools
  36730. techniques
  36731. webobjects36
  36732. webobjects36
  36733. almost
  36734. along
  36735. alpha
  36736. alphabatize
  36737. alphabetic
  36738. alreadyZ
  36739. altdboxproc
  36740. alter
  36741. alterationso
  36742. alternate_
  36743. alternative
  36744. although
  36745. altivec
  36746. always
  36747. amongb
  36748. amongst
  36749. amount
  36750. amounts
  36751. extension
  36752. which
  36753. enables
  36754. developers
  36755. adopt
  36756. high-leved
  36757. analysis
  36758. analyzeb
  36759. All Packages
  36760. System UpdateO
  36761. Dev.CD Oct 94
  36762. Dev.CD Apr 94P
  36763. Dev.CD Oct 94
  36764. Dev.CD Apr 9V
  36765. 62504X
  36766. Oct 94
  36767. p--set theItem to choose file -- uncomment to test in an AS editor
  36768.     tell application "Finder"
  36769.         open item "Dev.CD Oct 94
  36770. Dev.CD Apr 94"
  36771.         activate
  36772.     end tell
  36773. on error errMsg number errNum
  36774.     --enter statements to perform when no records are found such as...
  36775.     display dialog "Sorry, the item you selected could not be found."
  36776.     return
  36777. end try
  36778. All Packages
  36779. System UpdateO
  36780. Dev.CD Oct 94P
  36781. Dev.CD Oct 9V
  36782. 62505X
  36783. Oct 94
  36784. b--set theItem to choose file -- uncomment to test in an AS editor
  36785.     tell application "Finder"
  36786.         open item "Dev.CD Oct 94"
  36787.         activate
  36788.     end tell
  36789. on error errMsg number errNum
  36790.     --enter statements to perform when no records are found such as...
  36791.     display dialog "Sorry, the item you selected could not be found."
  36792.     return
  36793. end try
  36794. All Packages
  36795. System UpdateV
  36796. 62506X
  36797. eractive c
  36798. b--set theItem to choose file -- uncomment to test in an AS editor
  36799.     tell application "Finder"
  36800.         open item "Dev.CD Oct 94"
  36801.         activate
  36802.     end tell
  36803. on error errMsg number errNum
  36804.     --enter statements to perform when no records are found such as...
  36805.     display dialog "Sorry, the item you selected could not be found."
  36806.     return
  36807. end try
  36808.  mere word substitution will not, in some cases, satisfy grammatical requirements.
  36809. Apple International Glossar.imgK
  36810. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  36811. International, GlossariesOHDev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:PPDev.CD May 00 TC
  36812.  - Tool Chest
  36813.  - Localization
  36814.  - Apple International GlossariesSample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  36815. 1.1d2c
  36816. 1.2.1Q
  36817. 1.2.3
  36818. 1.2d1
  36819. 1.3b5
  36820. 1.4.1f4
  36821. 1.4.9
  36822. 1.4d16
  36823. 1.5.1
  36824. 1.5.2
  36825. 1.6.1
  36826. 100lc
  36827. 12/600j
  36828. 12x16
  36829. 1337s
  36830. 140/170W
  36831. 16384p
  36832. 1992-1995
  36833. 1994w
  36834. 1995j
  36835. 1996R
  36836. 1999j
  36837. 2-byte
  36838. 2-way
  36839. standardsv
  36840. starmax
  36841. start
  36842. started
  36843. starting
  36844. starts
  36845. startup
  36846. states
  36847. statistic
  36848. statistics
  36849. status
  36850. staying
  36851. stays
  36852. stdfilterhacking
  36853. stdout
  36854. stdpix
  36855. steal
  36856. stept
  36857. step-by-step
  36858. steps
  36859. steve
  36860. stevens
  36861. stickers
  36862. sticky
  36863. still
  36864. stitching
  36865. stopc
  36866. stopped
  36867. stopping
  36868. storage
  36869. store
  36870. stored
  36871. storing
  36872. storyj
  36873. stragegyj
  36874. strassmann
  36875. strategicj
  36876. strategies
  36877. 2.1.2
  36878. 2.1.4
  36879. 2.3e4
  36880. 2.4b6z
  36881. 2.6.1
  36882. 2.6.5X
  36883. 2/94w
  36884. 2300c
  36885. 2400c
  36886. 24gcO
  36887. Whe item you selected could not be found."
  36888.     return
  36889. end try
  36890. All Packages
  36891. System Enabler 111 (PB 160/180)O
  36892. Dev.CD Apr 93P
  36893. Dev.CD Apr 9V
  36894. 59930X
  36895. Apr 93
  36896. b--set theItem to choose file -- uncomment to test in an AS editor
  36897.     tell application "Finder"
  36898.         open item "Dev.CD Apr 93"
  36899.         activate
  36900.     end tell
  36901. on error errMsg number errNum
  36902.     --enter statements to perform when no records are found such as...
  36903.     display dialog "Sorry, the item you selected could not be found."
  36904.     return
  36905. end try
  36906. All Packages
  36907. System Enabler 111 (PB 160/180)O
  36908. Dev.CD Apr 93V
  36909. 59931X
  36910. nogrowdocproc
  36911. non-appleo
  36912. non-blessed
  36913. non-disclosure
  36914. non-ethernet
  36915. non-floppy
  36916. non-functional
  36917. non-macintosh
  36918. non-native
  36919. non-portable
  36920. non-scsi
  36921. non-us
  36922. non-volatile-ram
  36923. nopoweroffkey
  36924. norbert
  36925. noresdialog
  36926. normal
  36927. normally
  36928. normanj
  36929. north
  36930. norwegian
  36931. nosound
  36932. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  36933. NSL 1.1 SDK Read Me
  36934. NSL 1.1 Manager B
  36935. library, DNS, SLP, LDAP, and NBP plug-ins
  36936. UI library
  36937. Detailed NSL 1.1 Developer Documentation
  36938. NSL Network Administrator's Guide (second edition)
  36939. Connect To... test tool
  36940. Sample code
  36941. Header files
  36942. J]Connect To...
  36943. Documentation:
  36944. Headers:
  36945. NSL 1.1 SDK Read Me
  36946. NSL Library & Plugins:
  36947. Sample Code:K
  36948. Nov 98L
  36949. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:re and 
  36950. configuringA
  36951. confines
  36952. confirm
  36953. confirmationx
  36954. confirmed
  36955. conflicto
  36956. conform
  36957. confused
  36958. confuses
  36959. confusing
  36960. confusion
  36961. conjunction
  36962. conjuntiona
  36963. connect
  36964. connect
  36965. connected
  36966. connecting
  36967. connectionj
  36968. connectionless
  36969. connections
  36970. connectivity
  36971. connectix
  36972. connectors
  36973. conrad
  36974. considerg
  36975. considerable
  36976. consideration
  36977. considerationsg
  36978. consideredg
  36979. consideringg
  36980. consistencyd
  36981. consistento
  36982. consisting
  36983. consists_
  36984. console
  36985. consolideted
  36986. constant
  36987. constantly
  36988. constants[
  36989. constitute
  36990. constrained
  36991. constrains
  36992. constraints
  36993. profilej
  36994. profile's
  36995. profilerx
  36996. profilerenamer
  36997. profiles
  36998. profit
  36999. profound
  37000. progammer's
  37001. programA
  37002. program
  37003. sample
  37004. demonstrate
  37005. apple
  37006. events
  37007. properties
  37008. property
  37009. propertylist
  37010. propositinj
  37011. protect
  37012. protected
  37013. proto
  37014. protocol
  37015. protocols
  37016. prototyping
  37017. prove
  37018. proves
  37019. provideZ
  37020. provideds
  37021. encodings
  37022. enhanced
  37023. enhanced
  37024. macintosh
  37025. developer
  37026. enterprise
  37027. environment
  37028. eomodeler
  37029. error
  37030. essentials
  37031. european
  37032. european
  37033. distributors
  37034. localizers
  37035. evenbetterbuserror
  37036. evenbetterbuserror
  37037. eventm
  37038. expand
  37039. explained
  37040. explode
  37041. extractor
  37042. f/macos8
  37043. features
  37044. synchronization
  37045. system
  37046. manager
  37047. files
  37048. filters
  37049. apple's
  37050. brings
  37051. increased
  37052. functionali
  37053. theej
  37054. theirp
  37055. themT
  37056. themeo
  37057. themeso
  37058. themselves
  37059. thenh
  37060. theory
  37061. construct
  37062. simple
  37063. animation
  37064. groupst
  37065. growing
  37066. grownj
  37067. gs/os
  37068. guarantee
  37069. guaranteed
  37070. guest
  37071. guideZ
  37072. guide-intelligentj
  37073. guideline
  37074. guidelines
  37075. guidepluginp
  37076. guides
  37077. guiding
  37078. guillermo
  37079. gujarati
  37080. gulick
  37081. headers
  37082. healthj
  37083. heaps
  37084. heartbeat
  37085. hedgingj
  37086. helpZ
  37087. helper
  37088. helpsZ
  37089. heralds
  37090. herej
  37091. here's
  37092. hierarchical
  37093. hifi-color
  37094. highg
  37095. high-end
  37096. high-leveld
  37097. highlighting
  37098. highlightsj
  37099. hints
  37100. historyu
  37101. holdsh
  37102. holidayj
  37103. All Packages
  37104. System Enabler 065 (LC 575)O
  37105. Dev.CD Apr 94
  37106. Dev.CD Jan 94P
  37107. Dev.CD Apr 94
  37108. Dev.CD Jan 9V
  37109. 62362X
  37110. Apr 94
  37111. p--set theItem to choose file -- uncomment to test in an AS editor
  37112.     tell application "Finder"
  37113.         open item "Dev.CD Apr 94
  37114. Dev.CD Jan 94"
  37115.         activate
  37116.     end tell
  37117. on error errMsg number errNum
  37118.     --enter statements to perform when no records are found such as...
  37119.     display dialog "Sorry, the item you selected could not be found."
  37120.     return
  37121. end try
  37122. All Packages
  37123. System Enabler 065 (LC 575)O
  37124. Dev.CD Apr 94P
  37125. Dev.CD Apr 9V
  37126. 62363X
  37127. Apr 94
  37128. b--set theItem to choose file -- uncomment to test in an AS editor
  37129.     tell application "Finder"
  37130.         open item "Dev.CD Apr 94"
  37131.         activate
  37132.     end tell
  37133. on error errMsg number errNum
  37134.     --enter statements to perform when no records are found such as...
  37135.     display dialog "Sorry, the item you selected could not be found."
  37136.     return
  37137. end try
  37138. All Packages
  37139. 62364
  37140. 61816X
  37141. May 00^
  37142. r--set theItem to choose file -- uncomment to test in an AS editor
  37143.     tell application "Finder"
  37144.         open item "Dev.CD May 00 TC:Sample Code:"
  37145.         activate
  37146.     end tell
  37147. on error errMsg number errNum
  37148.     --enter statements to perform when no records are found such as...
  37149.     display dialog "Sorry, the item you selected could not be found."
  37150.     return
  37151. end try
  37152. e    No Changef9Open Transport
  37153. OTGetEndpointInfo
  37154. TEndpointInfo
  37155. ETSDAq
  37156. Dev.CD May 00 TC
  37157. OTFindSerialPortsI
  37158. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  37159. Inside Macintosh: Open Transport
  37160. Sample Code.imgK
  37161. Jun 98M
  37162. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  37163. Dev.CD May 00 TC:Sample Code:P
  37164. Dev.CD May 00 TC
  37165.  - Sample CodeV
  37166. 61817X
  37167. May 00^
  37168. TC17X
  37169. May 00^
  37170. TCe    No Change
  37171. applescript\
  37172. applescript
  37173. apple
  37174. events
  37175. aegizmos_
  37176. applescript
  37177. apple
  37178. events
  37179. recordable
  37180. scriptable
  37181. script\
  37182. applescript
  37183. scripting
  37184. apple
  37185. event
  37186. folder
  37187. actions
  37188. applescript
  37189. stuffit
  37190. engine
  37191. scriptable
  37192. script
  37193. applesearchS
  37194. appleshareS
  37195. appleshare
  37196. client
  37197. shared
  37198. volumes
  37199. appleshare
  37200. sharing
  37201. faceless
  37202. background-only
  37203. appleshare
  37204. sharing
  37205. manager
  37206. appleshare
  37207. protocol
  37208. appleshare
  37209. server
  37210. appleshare
  37211. client
  37212. registry
  37213. appletalkQ
  37214. stylechat
  37215. appwannabe
  37216. arabic
  37217. architecture
  37218. arrangement
  37219. aslmu
  37220. apple
  37221. shared
  37222. library
  37223. manager
  37224. dynamic
  37225. libraryu
  37226. profiler
  37227. apple
  37228. systemx
  37229. assemblers
  37230. assembly
  37231. assistant
  37232. async
  37233. async
  37234. asynchronous
  37235. driver
  37236. table
  37237. b--set theItem to choose file -- uncomment to test in an AS editor
  37238.     tell application "Finder"
  37239.         open item "Dev.CD Apr 95"
  37240.         activate
  37241.     end tell
  37242. on error errMsg number errNum
  37243.     --enter statements to perform when no records are found such as...
  37244.     display dialog "Sorry, the item you selected could not be found."
  37245.     return
  37246. end try
  37247. egral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  37248. This package contains documentation (uv
  37249. edited
  37250. editing
  37251. editionj
  37252. editions
  37253. editorN
  37254. editor'sj
  37255. editors
  37256. edittext
  37257. edittextcdev
  37258. educationalj
  37259. eenie
  37260. effect
  37261. Dev.CD Jan 96 SSWP
  37262. Dev.CD Jan 96 SSV
  37263. 62241X
  37264. Jan 96
  37265. f--set theItem to choose file -- uncomment to test in an AS editor
  37266.     tell application "Finder"
  37267.         open item "Dev.CD Jan 96 SSW"
  37268.         activate
  37269.     end tell
  37270. on error errMsg number errNum
  37271.     --enter statements to perform when no records are found such as...
  37272.     display dialog "Sorry, the item you selected could not be found."
  37273.     return
  37274. end try
  37275. All Packages
  37276. System 7.5 Update 1.0O
  37277. Dev.CD Jan 96 SSWP
  37278. Dev.CD Jan 96 SSV
  37279. 62242X
  37280. Jan 96
  37281. f--set theItem to choose file -- uncomment to test in an AS editor
  37282.     tell application "Finder"
  37283.         open item "Dev.CD Jan 96 SSW"
  37284.         activate
  37285.     end tell
  37286. on error errMsg number errNum
  37287.     --enter statements to perform when no records are found such as...
  37288.     display dialog "Sorry, the item you selected could not be found."
  37289.     return
  37290. end try
  37291. All Packages
  37292. System 7.5 Update 1.0O
  37293. Dev.CD Jan 96 SSWP
  37294. Dev.CD Jan 96 SSV
  37295. 62243X
  37296. Jan 96
  37297. Dev.CD Jan 94
  37298. Dev.CD Oct 93P
  37299. Dev.CD Jan 94
  37300. Dev.CD Oct 9V
  37301. 62041X
  37302. Jan 94
  37303. p--set theItem to choose file -- uncomment to test in an AS editor
  37304.     tell application "Finder"
  37305.         open item "Dev.CD Jan 94
  37306. Dev.CD Oct 93"
  37307.         activate
  37308.     end tell
  37309. on error errMsg number errNum
  37310.     --enter statements to perform when no records are found such as...
  37311.     display dialog "Sorry, the item you selected could not be found."
  37312.     return
  37313. end try
  37314. All Packages
  37315. F    QuickTimeO
  37316. Dev.CD Jan 94
  37317. Dev.CD Oct 93P
  37318. Dev.CD Jan 94
  37319. Dev.CD Oct 9V
  37320. 62042X
  37321. Jan 94
  37322. p--set theItem to choose file -- uncomment to test in an AS editor
  37323.     tell application "Finder"
  37324.         open item "Dev.CD Jan 94
  37325. Dev.CD Oct 93"
  37326.         activate
  37327.     end tell
  37328. on error errMsg number errNum
  37329.     --enter statements to perform when no records are found such as...
  37330.     display dialog "Sorry, the item you selected could not be found."
  37331.     return
  37332. end try
  37333. All Packages
  37334. F    QuickTimeV
  37335. 62043X
  37336. All Packages
  37337. System Enabler 065 (LC 575)O
  37338. Dev.CD Apr 94
  37339. Dev.CD Jan 94P
  37340. Dev.CD Apr 94
  37341. Dev.CD Jan 9V
  37342. 62360X
  37343. Apr 94
  37344. p--set theItem to choose file -- uncomment to test in an AS editor
  37345.     tell application "Finder"
  37346.         open item "Dev.CD Apr 94
  37347. Dev.CD Jan 94"
  37348.         activate
  37349.     end tell
  37350. on error errMsg number errNum
  37351.     --enter statements to perform when no records are found such as...
  37352.     display dialog "Sorry, the item you selected could not be found."
  37353.     return
  37354. end try
  37355. All Packages
  37356. System Enabler 065 (LC 575)O
  37357. Dev.CD Apr 94
  37358. Dev.CD Jan 94P
  37359. Dev.CD Apr 94
  37360. Dev.CD Jan 9V
  37361. 62361X
  37362. Apr 94
  37363. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  37364. The command equivalent of this macro is:
  37365. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  37366. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  37367. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  37368. General tools.imgK
  37369. Feb 94M
  37370. MacsBug, ResEditN
  37371. testing, debuggingO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  37372.  - Tool Chest
  37373.  - Testing & Debugging
  37374.  - General toolsLC 575)O
  37375. Dev.CD Apr 94P
  37376. Dev.CD Apr 9V
  37377. 61122X
  37378. Apr 94
  37379. search
  37380. select
  37381. serial
  37382. serial
  37383. ports
  37384. series
  37385. server
  37386. server
  37387. controls
  37388. services
  37389. setting
  37390. setup
  37391. sharedu
  37392. shared
  37393. volumes
  37394. sherlock
  37395. signature
  37396. simplified
  37397. socket
  37398. softwareQ
  37399. solaris
  37400. solutions
  37401. sound
  37402. soundsprocket
  37403. space
  37404. specification
  37405. speech
  37406. spinning
  37407. spinning
  37408. cursors
  37409. sprite
  37410. sprockets
  37411. stacks
  37412. standard
  37413. standards
  37414. standards
  37415. based
  37416. starmax
  37417. state
  37418. statements
  37419. status
  37420. storage
  37421. stress
  37422. string
  37423. string
  37424. encoding
  37425. string
  37426. services
  37427. strings
  37428. strip
  37429. structure
  37430. structure
  37431. region
  37432. style
  37433. style
  37434. guidew
  37435. stylechat
  37436. sub-menus
  37437. suite
  37438. summary
  37439. switch
  37440. switching
  37441. symbiotic
  37442. synchronization
  37443. fractional
  37444. fragile
  37445. fragment
  37446. fragments
  37447. frame
  37448. frames
  37449. frames/sec
  37450. framework
  37451. framework-based
  37452. frameworks
  37453. francois
  37454. franke
  37455. freeZ
  37456. iendly
  37457. friends
  37458. fromZ
  37459. 61752X
  37460. May 00^
  37461. r--set theItem to choose file -- uncomment to test in an AS editor
  37462.     tell application "Finder"
  37463.         open item "Dev.CD May 00 TC:Sample Code:"
  37464.         activate
  37465.     end tell
  37466. on error errMsg number errNum
  37467.     --enter statements to perform when no records are found such as...
  37468.     display dialog "Sorry, the item you selected could not be found."
  37469.     return
  37470. end try
  37471. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  37472. Dev.CD May 00 TC
  37473. D(All Packages
  37474. Reference Library Edition
  37475. More SSW Documentation
  37476.     uleO
  37477. Dev.CD May 00 TC:Sample Code:P
  37478. Dev.CD May 00 TC
  37479.  - Sample CodeV
  37480. 60367X
  37481. May 00^
  37482. #tion from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  37483. Dec 99V
  37484. 59433X
  37485. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  37486. Sample Code.imgK
  37487. May 98L
  37488. Sep 98M
  37489. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  37490. Dev.CD May 00 TC:Sample Code:P
  37491. Dev.CD May 00 TC
  37492.  - Sample CoderMsg number errNum
  37493.     --enter statements to perform when no records are found such as...
  37494.     display dialog "Sorry, the item you selected could not be found."
  37495.     return
  37496. end try
  37497. All Packages
  37498. Chinese Language KitO
  37499. Dev.CD May 94
  37500. Dev.CD Feb 94P
  37501. Dev.CD May 94
  37502. Dev.CD Feb 9V
  37503. 60256X
  37504. May 94
  37505. opcode
  37506. opcodes
  37507. opengl
  37508. opengl
  37509. macintosh
  37510. enables
  37511. computer
  37512. display
  37513. three-
  37514. first-person
  37515. firstly
  37516. fitsj
  37517. fivej
  37518. fixed
  37519. fixesV
  37520. fixingy
  37521. fkeys]
  37522. flags
  37523. flash
  37524. flashes
  37525. flipping
  37526. float-to-int
  37527. floating
  37528. flood
  37529. flookup
  37530. floor
  37531. floppies
  37532. floppy
  37533. focus
  37534. focuses
  37535. folderR
  37536. folderso
  37537. folks
  37538. follow
  37539. following
  37540. fonte
  37541. fonts
  37542. footprintg
  37543. lIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  37544. QuickTime tools.imgK
  37545. Feb 94O@Dev.CD May 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:PHDev.CD May 00 TC
  37546.  - Tool Chest
  37547.  - Testing & Debugging
  37548.  - QuickTime toolsV
  37549. 62115X
  37550. May 00^
  37551. --set theItem to choose file -- uncomment to test in an AS editor
  37552.     tell application "Finder"
  37553.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:"
  37554.         activate
  37555.     end tell
  37556. on error errMsg number errNum
  37557.     --enter statements to perform when no records are found such as...
  37558.     display dialog "Sorry, the item you selected could not be found."
  37559.     return
  37560. end try
  37561. e    No Changeq
  37562. Dev.CD May 00 TC
  37563. mD!All Packages
  37564. Tool Chest Edition
  37565. QuickTime Tools
  37566. morpheme
  37567. mouse
  37568. movie
  37569. movies
  37570. macintosh
  37571. powerbook
  37572. qualified
  37573. socket
  37574. review, Apple Help, Apple Guide, user assistance, coachmarks, coach 
  37575. sequences, Help Browser, Help Center, user help, user guide, help pages, ATSUI, Unicode, type, imaging, fonts, characters, glyphs, layout, text, network, location, NSL, Network Services Location Manager, date, time, Y2K, clock, UTC, Date & Time, 2040, fonts, Font Manager, Font Management, text, MLTE, Multilingual Text Editor, TextEdit, MultiLingual Text Editing, Unicode, text, 32K limit, 32K barrier, fonts, FontSync, Font
  37576. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  37577. Wthe item you selected could not be found."
  37578.     return
  37579. end try
  37580. --set theItem to choose file -- uncomment to test in an AS editor
  37581.     tell application "Finder"
  37582.         open item "Dev.CD Apr 94
  37583. Dev.CD Jan 94
  37584. Dev.CD Oct 93
  37585. Dev.CD Jul 93
  37586. Dev.CD Apr 93"
  37587.         activate
  37588.     end tell
  37589. on error errMsg number errNum
  37590.     --enter statements to perform when no records are found such as...
  37591.     display dialog "Sorry, the item you selected could not be found."
  37592.     return
  37593. end try
  37594. g3-class
  37595. g3/233
  37596. g3/266
  37597. g3/26620th
  37598. gadgetsj
  37599. gainingj
  37600. gains
  37601. gamesj
  37602. gamesprcokets
  37603. garbage
  37604. gatewayS
  37605. gatewaysj
  37606. gatherx
  37607. gathering
  37608. gdirp
  37609. gearing
  37610. gelphman
  37611. gemma
  37612. generalw
  37613. ictbsample
  37614. ideaN
  37615. ideal
  37616. ideally
  37617. identified
  37618. identifiers
  37619. identify
  37620. identity
  37621. Summary: This is the electronic version of develop magazine.
  37622.  Issue 26 highlights:
  37623. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  37624. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  37625.  basics.
  37626. OpenDoc Parts and SOM Dynamic Inheritance  by 
  37627. ric Simenel.  Although you don
  37628. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  37629. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  37630. user's
  37631. user-centric
  37632. user-controllable
  37633. user-controlled
  37634. user-defined
  37635. user-interface
  37636. user-perceived
  37637. userchkgestaltfuncti
  37638. userfunction
  37639. usersh
  37640. userstartup
  37641. uses[
  37642. apple
  37643. guide
  37644. intended
  37645. those
  37646. developers
  37647. noted
  37648. notesQ
  37649. notify
  37650. notions
  37651. novemberj
  37652. novice
  37653. manager
  37654. library
  37655. plug-ins
  37656. network
  37657. administrator's
  37658. guide
  37659. second
  37660. edition
  37661. nubusQ
  37662. nubustester
  37663. nubustester
  37664. library
  37665. source
  37666. detect
  37667. early
  37668. macintosh
  37669. number
  37670. numbers
  37671. numerals
  37672. numerousp
  37673. nvram
  37674. nvramrc
  37675. objectQ
  37676. object-based
  37677. TF    QuickTimeO
  37678. Dev.CD Jul 93
  37679. Dev.CD Apr 93P
  37680. Dev.CD Jul 93
  37681. Dev.CD Apr 9
  37682. --set theItem to choose file -- uncomment to test in an AS editor
  37683.     tell application "Finder"
  37684.         open item "Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  37685.         activate
  37686.     end tell
  37687. on error errMsg number errNum
  37688.     --enter statements to perform when no records are found such as...
  37689.     display dialog "Sorry, the item you selected could not be found."
  37690.     return
  37691. end try
  37692. e code was built using MetroWerks CW 11 and MPW from ETO 22.
  37693. J'Open Transport Debug
  37694. Open Transport SDKK
  37695. Jun 95L
  37696. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  37697.  - Development Kits
  37698.  - Mac OS
  37699.  - Open Transport 1.3lop Issue 22c OS SDK Edition
  37700. ScriptX 1.5.1
  37701. pre-asip
  37702. pre-release
  37703. pre-release
  37704. prebuilt
  37705. preferences
  37706. prefse
  37707. prefs
  37708. system
  37709. previous
  37710. primer
  37711. x-axes
  37712. list's
  37713. e    No Changeq
  37714. Dev.CD May 00 TC
  37715. D!All Packages
  37716. Tool Chest Edition
  37717. sing the SoundManager SPB calls for simple audio recording to memory.J
  37718. Sample Code.imgK
  37719. Feb 00
  37720. - Common
  37721.     - Sun Compliant Java Runtime Environment 1.1
  37722.     - QuickTime 3 
  37723.     - QTJava.zip
  37724.     - QTJava media samples
  37725. - Mac OS:
  37726.     - System 8 or later
  37727.     - Macintosh Runtime for Java (MRJ) 2.1
  37728. - Windows 95, 98, or NT::
  37729.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37730. QuickTime, Java, MRJO
  37731. Dev.CD May 00 TC:Sample Code:P
  37732. Dev.CD May 00 TC
  37733.  - Sample CodeV
  37734. 62186X
  37735. May 00^
  37736. r--set theItem to choose file -- uncomment to test in an AS editor
  37737.     tell application "Finder"
  37738.         open item "Dev.CD May 00 TC:Sample Code:"
  37739.         activate
  37740.     end tell
  37741. on error errMsg number errNum
  37742.     --enter statements to perform when no records are found such as...
  37743.     display dialog "Sorry, the item you selected could not be found."
  37744.     return
  37745. end try
  37746. e    No Changef
  37747. QuickTime
  37748. Dev.CD May 00 TC
  37749. ev.CD May 00 TC
  37750. All Packages
  37751. System 7.5 Update 1.0O
  37752. Dev.CD Jul 95P
  37753. Dev.CD Jul 9V
  37754. 62249X
  37755. Jul 95
  37756. b--set theItem to choose file -- uncomment to test in an AS editor
  37757.     tell application "Finder"
  37758.         open item "Dev.CD Jul 95"
  37759.         activate
  37760.     end tell
  37761. on error errMsg number errNum
  37762.     --enter statements to perform when no records are found such as...
  37763.     display dialog "Sorry, the item you selected could not be found."
  37764.     return
  37765. end try
  37766. All Packages
  37767. System 7.5 Update 1.0O
  37768. Dev.CD Jul 95P
  37769. Dev.CD Jul 9V
  37770. 62250X
  37771. Jul 95
  37772. b--set theItem to choose file -- uncomment to test in an AS editor
  37773.     tell application "Finder"
  37774.         open item "Dev.CD Jul 95"
  37775.         activate
  37776.     end tell
  37777. on error errMsg number errNum
  37778.     --enter statements to perform when no records are found such as...
  37779.     display dialog "Sorry, the item you selected could not be found."
  37780.     return
  37781. end try
  37782. All Packages
  37783. System 7.5 Update 1.0O
  37784. Dev.CD Jul 95P
  37785. Dev.CD Jul 9V
  37786. 62251X
  37787. hotchkiss
  37788. hotrect
  37789. hotsauce
  37790. hottest
  37791. hours
  37792. house
  37793. 2.1.1
  37794. 2.1.2
  37795. 2.1.3
  37796. 2.1.4
  37797. 3.2.1
  37798. 8.5.1
  37799. 802.2
  37800. 802.3
  37801. 9650/350
  37802. a/roseQ
  37803. a/rose
  37804. macintosh
  37805. coprocessor
  37806. platform
  37807. ethernet
  37808. powerpQ
  37809. about
  37810. acceleration
  37811. access
  37812. acrobatZ
  37813. action
  37814. is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  37815. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  37816. To obtain the "Accelerated for Power Macintosh" artwork:
  37817. 1) Request an information packet from:
  37818. Meeting Support Unli
  37819. 61551X
  37820. Mar 00^    RL Disk 1
  37821. --set theItem to choose file -- uncomment to test in an AS editor
  37822.     tell application "Finder"
  37823.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  37824.         activate
  37825.     end tell
  37826. on error errMsg number errNum
  37827.     --enter statements to perform when no records are found such as...
  37828.     display dialog "Sorry, the item you selected could not be found."
  37829.     return
  37830. end try
  37831. e    No Changeq
  37832. Dev.CD Mar 00 RL Disk 1
  37833. All Packages
  37834. develop Issue 23
  37835. 61552X
  37836. Ws will help you create a clean and consistent scripting vocabulary.
  37837. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  37838. All Packages
  37839. System Enabler 003 (LC III)OEDev.CD Apr 94
  37840. Dev.CD Jan 94
  37841. Dev.CD Oct 93
  37842. Dev.CD Jul 93
  37843. Dev.CD Apr 93PDDev.CD Apr 94
  37844. Dev.CD Jan 94
  37845. Dev.CD Oct 93
  37846. Dev.CD Jul 93
  37847. Dev.CD Apr 9V
  37848. 62311X
  37849. Apr 94
  37850. --set theItem to choose file -- uncomment to test in an AS editor
  37851.     tell application "Finder"
  37852.         open item "Dev.CD Apr 94
  37853. Dev.CD Jan 94
  37854. Dev.CD Oct 93
  37855. Dev.CD Jul 93
  37856. Dev.CD Apr 93"
  37857.         activate
  37858.     end tell
  37859. on error errMsg number errNum
  37860.     --enter statements to perform when no records are found such as...
  37861.     display dialog "Sorry, the item you selected could not be found."
  37862.     return
  37863. end try
  37864. All Packages
  37865. System Enabler 003 (LC III)OEDev.CD Apr 94
  37866. Dev.CD Jan 94
  37867. Dev.CD Oct 93
  37868. Dev.CD Jul 93
  37869. Dev.CD Apr 93PDDev.CD Apr 94
  37870. Dev.CD Jan 94
  37871. Dev.CD Oct 93
  37872. Dev.CD Jul 93
  37873. Dev.CD Apr 9V
  37874. 62312X
  37875. Apr 94
  37876. objectQ
  37877. object-based
  37878.  used in new and existing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quake III Arena" for the Macintosh by id Soft
  37879. ware.
  37880. SetupGL also has some unique features:
  37881. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  37882. virtualU
  37883. virtual
  37884. primary
  37885. apple
  37886. computer
  37887. virtuallyj
  37888. viruses
  37889. visibility
  37890. visible
  37891. visigenic
  37892. vision
  37893. visit
  37894. visited
  37895. visrgn
  37896. volume
  37897. volumemount
  37898. volumes[
  37899. vrefnum
  37900. w/mathlib
  37901. w/sound
  37902. w/sysp
  37903. waiting
  37904. waitnextevent
  37905. waits
  37906. wake100
  37907. wakes
  37908. walk-through
  37909. walks
  37910. walkthrough
  37911. wantg
  37912. wanted
  37913. wanting
  37914. wants
  37915. sample
  37916. 73007200/1207200/906
  37917. 730513255
  37918. 7500x
  37919. 750203540
  37920. 7600x
  37921. 7editN
  37922. 8-bit
  37923. 8.0.1
  37924. 8.1.2
  37925. 8.3.4
  37926. 8.4.1
  37927. 8.5.1
  37928. 80486
  37929. 8100x
  37930. 8100/807500/100
  37931. 8500x
  37932. 8500/1808500/1208100
  37933. 8859-15
  37934. 8859-3
  37935. 8859-4
  37936. image
  37937. contains
  37938. debug
  37939. version
  37940. 2.5.2
  37941. which
  37942. appletalk
  37943. alias
  37944. uperview
  37945. suport
  37946. supplement
  37947. supplementing
  37948. supplied
  37949. supply
  37950. supportN
  37951. Wewriter
  37952. imaging
  37953. inactive
  37954. eevent
  37955. apple
  37956. event
  37957. dcmda
  37958. managerd
  37959. manualsw
  37960. memory
  37961. menuh
  37962. missA
  37963. mixed
  37964. modulet
  37965. monitor
  37966. networkQ
  37967. networking
  37968. newsi
  37969. object-orientedY
  37970. objectsupportlib
  37971. transport
  37972. cache
  37973. delete
  37974. query
  37975. pbclock
  37976. pcmcia
  37977. performanceA
  37978. performance
  37979. hardware
  37980. powerpc
  37981. bandwidth
  37982. cache
  37983. rates
  37984. picker
  37985. platformQ
  37986. everyone
  37987. everything
  37988. everyware
  37989. evict
  37990. evolved
  37991. eworldj
  37992. exact`
  37993. exactly
  37994. examinea
  37995. examined
  37996. examines
  37997. examining
  37998. exampleN
  37999. nd try
  38000. e    No Changeq
  38001. Dev.CD May 00 TC
  38002. D!All Packages
  38003. Tool Chest Edition
  38004. Show Movie
  38005. kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  38006.  experiences with your part editor.
  38007. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  38008. s brave new world of compound documents and processes within processes. Here
  38009. s a look at the new features and how to 
  38010. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  38011.  savvy applications as well as translation systems which actually perform translation.
  38012. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  38013. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  38014. Issues:  Please contact Apple Licensing for redistribution information.
  38015. Claris XTND Files:
  38016. Document Converter
  38017. Documentation:
  38018. Macintosh Easy Open
  38019. Macintosh Easy Open Reference
  38020. Open Me
  38021. Read Me First
  38022. Translation Extensions:K
  38023. Jul 93L
  38024. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc: on ent
  38025. rightsj
  38026. rigorously
  38027. rinaldi1
  38028. ripple
  38029. risc-based
  38030. v1.2.1Q
  38031. v1.4.1f4
  38032. v1.5.1
  38033. v1.7.2
  38034. v2.0.4
  38035. v2.0.6
  38036. v2.5ss
  38037. v2.6.5X
  38038. v3.0.1Y
  38039. vacinity
  38040. valid
  38041. validate
  38042. validating
  38043. validation
  38044. validator
  38045. validity
  38046. value
  38047. values
  38048. vantage
  38049. variable
  38050. variables
  38051. variant
  38052. variants
  38053. variation
  38054. varietyb
  38055. various
  38056. vdig's
  38057. vdtextsample
  38058. vector
  38059. vectors
  38060. velocity
  38061. vendor
  38062. Movedf
  38063. Finder label menu iconq
  38064. Dev.CD May 00 TC
  38065. D!All Packages
  38066. Mac OS SDK Edition
  38067. Language Analysis SDK
  38068. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  38069. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  38070. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wiamework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  38071. Install MacApp R13u5
  38072.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  38073. JEdevelop Issue 20:
  38074. develop Issue 20 code:
  38075. develop Issue 20 references:K
  38076. Vol IIIL
  38077. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Mar 00 RL Disk 1
  38078.  - Technical Documentation
  38079.  - Develop
  38080.  - develop Issue 20orm when no records are found such as...
  38081.     display dialog "Sorry, the item you selected could not be found."
  38082.     return
  38083. end try
  38084. e    No Changef@AppleShare
  38085. File Sharing
  38086. Faceless Background-only
  38087. PPC Toolboxq
  38088. Dev.CD May 00 TC
  38089. D!All Packages
  38090. Tool Chest Edition
  38091. SetDefaultDTP
  38092. xfcns
  38093. xthings
  38094. shell
  38095. sample
  38096. docsr
  38097. zaptcp
  38098. zaptcp
  38099. Jan 96
  38100. g--set theItem to choose file -- uncomment to test in an AS editor
  38101.     tell application "Finder"
  38102.         open item "Dev.CD Jan 96 SDK1"
  38103.         activate
  38104.     end tell
  38105. on error errMsg number errNum
  38106.     --enter statements to perform when no records are found such as...
  38107.     display dialog "Sorry, the item you selected could not be found."
  38108.     return
  38109. end try
  38110. All Packages
  38111. QuickDraw GXO
  38112. Dev.CD Jan 96 SDK1P
  38113. Dev.CD Jan 96 SDKV
  38114. 60718X
  38115. Jan 96
  38116. esting & Debugging:General tools:nge
  38117. r--set theItem to choose file -- uncomment to test in an AS editor
  38118.     tell application "Finder"
  38119.         open item "Dev.CD May 00 TC:Sample Code:"
  38120.         activate
  38121.     end tell
  38122. on error errMsg number errNum
  38123.     --enter statements to perform when no records are found such as...
  38124.     display dialog "Sorry, the item you selected could not be found."
  38125.     return
  38126. end try
  38127. et theItem to choose file -- uncomment to test in an AS editor
  38128.     tell application "Finder"
  38129.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  38130.         activate
  38131.     end tell
  38132. on error errMsg number errNum
  38133.     --enter statements to perform when no records are found such as...
  38134.     display dialog "Sorry, the item you selected could not be found."
  38135.     return
  38136. end try
  38137. e    No Changef$AppleShare
  38138. Client
  38139. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  38140. Dev.CD Apr 00 SDK1
  38141. CD!All Packages
  38142. Mac OS SDK Edition
  38143. intuitive
  38144. intuitively
  38145. invalid
  38146. invaluable
  38147. invariably
  38148. inverse
  38149. invert
  38150. inverted
  38151. invertedtext
  38152. inverts
  38153. invested
  38154. investigate
  38155. keyboardU
  38156. keyboard
  38157. keychain
  38158. keychain
  38159. password
  38160. storage
  38161. passphrase
  38162. password
  38163. keychain
  38164. access
  38165. cryptography
  38166. signing
  38167. keyse
  38168. kibitz
  38169. korean
  38170. label
  38171. language
  38172. language
  38173. analysis
  38174. language
  38175. analysis
  38176. architecture
  38177. japanese
  38178. language
  38179. updater
  38180. arabic
  38181. chinese
  38182. cyrillic
  38183. hebrew
  38184. localizationy
  38185. localized
  38186. locationt
  38187. location
  38188. configuration
  38189. setting
  38190. preference
  38191. switch
  38192. module
  38193. lproj
  38194. macappX
  38195. macapp
  38196. framework
  38197. object-oriented
  38198. classes
  38199. editor
  38200. resouY
  38201. machine
  38202. macintoshQ
  38203. macintosh
  38204. powerbook
  38205. series
  38206. developers
  38207. powerpc
  38208. backside
  38209. macsbuga
  38210. macsbug
  38211. appleevent
  38212. apple
  38213. event
  38214. dcmda
  38215. mactcp
  38216. mactcp
  38217. communications
  38218. toolbox
  38219. serial
  38220. ports
  38221. audio
  38222. management
  38223. Dev.CD Jul 93
  38224. Dev.CD Apr 9V
  38225. 62077X
  38226. Jul 93
  38227. p--set theItem to choose file -- uncomment to test in an AS editor
  38228.     tell application "Finder"
  38229.         open item "Dev.CD Jul 93
  38230. Dev.CD Apr 93"
  38231.         activate
  38232.     end tell
  38233. on error errMsg number errNum
  38234.     --enter statements to perform when no records are found such as...
  38235.     display dialog "Sorry, the item you selected could not be found."
  38236.     return
  38237. end try
  38238. All Packages
  38239. F    QuickTimeO
  38240. Dev.CD Jul 93
  38241. Dev.CD Apr 93P
  38242. Dev.CD Jul 93
  38243. Dev.CD Apr 9V
  38244. 62078X
  38245. Jul 93
  38246. p--set theItem to choose file -- uncomment to test in an AS editor
  38247.     tell application "Finder"
  38248.         open item "Dev.CD Jul 93
  38249. Dev.CD Apr 93"
  38250.         activate
  38251.     end tell
  38252. on error errMsg number errNum
  38253.     --enter statements to perform when no records are found such as...
  38254.     display dialog "Sorry, the item you selected could not be found."
  38255.     return
  38256. end try
  38257. All Packages
  38258. F    QuickTimeO
  38259. Dev.CD Jul 93
  38260. Dev.CD Apr 93V
  38261. 62079X
  38262. BJ(develop Issue  5:
  38263. develop Issue  5 code:K
  38264. Vol IIIL
  38265. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  5:PJDev.CD Mar 00 RL
  38266.  - Technical Documentation
  38267.  - develop
  38268.  - develop Issue  5 Dec 96 SE"
  38269.         activate
  38270.     end tell
  38271. on error errMsg number errNum
  38272.     --enter statements to perform when no records are found such as...
  38273.     display dialog "Sorry, the item you selected could not be found."
  38274.     return
  38275. end try
  38276. All Packages
  38277. F    QuickTimeO"Dev.CD Jun 97 SSW
  38278. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  38279. Dev.CD Dec 96 SV
  38280. 60861X
  38281. Jun 97
  38282. w--set theItem to choose file -- uncomment to test in an AS editor
  38283.     tell application "Finder"
  38284.         open item "Dev.CD Jun 97 SSW
  38285. Dev.CD Dec 96 SE"
  38286.         activate
  38287.     end tell
  38288. on error errMsg number errNum
  38289.     --enter statements to perform when no records are found such as...
  38290.     display dialog "Sorry, the item you selected could not be found."
  38291.     return
  38292. end try
  38293. All Packages
  38294. F    QuickTimeV
  38295. 60862X
  38296. Aug 95M
  38297. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO0Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD May 00 TC
  38298.  - Tool Chest
  38299.  - Files
  38300.  - UnmountIt 1.2
  38301. apple
  38302. eventa
  38303. apple
  38304. event
  38305. folder
  38306. actions
  38307. apple
  38308. event
  38309. server
  38310. apple
  38311. events\
  38312. apple
  38313. events
  38314. spell
  38315. grammar
  38316. writeswell
  38317. spellswell
  38318. working
  38319. apple
  38320. guidep
  38321. apple
  38322. helpq
  38323. apple
  38324. media
  38325. conference
  38326. apple
  38327. apple
  38328. newsi
  38329. apple
  38330. servers
  38331. manageru
  38332. apple
  38333. systemx
  38334. apple
  38335. services
  38336. unicode
  38337. imaging
  38338. appleevent
  38339. appleevents
  38340. applegloty
  38341. appleglot
  38342. localization
  38343. internationalization
  38344. translation
  38345. glosy
  38346. applescript
  38347. applesearch
  38348. appleshare
  38349. appleshare
  38350. client
  38351. appleshare
  38352. appletalk
  38353. appletalk
  38354. transaction
  38355. protocol
  38356. appletalk
  38357. application
  38358. application
  38359. package
  38360. appstogo
  38361. 62142X
  38362. May 00^
  38363. --set theItem to choose file -- uncomment to test in an AS editor
  38364.     tell application "Finder"
  38365.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  38366.         activate
  38367.     end tell
  38368. on error errMsg number errNum
  38369.     --enter statements to perform when no records are found such as...
  38370.     display dialog "Sorry, the item you selected could not be found."
  38371.     return
  38372. end try
  38373. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  38374. Dev.CD May 00 TC
  38375. D!All Packages
  38376. Tool Chest Edition
  38377. SetDeskCPatDemoI
  38378. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  38379. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  38380. Sample Code.imgK
  38381. Aug 97N
  38382. setdeskcpatO
  38383. Dev.CD May 00 TC:Sample Code:P
  38384. Dev.CD May 00 TC
  38385.  - Sample CodeV
  38386. 62143X
  38387. May 00^
  38388. #e Appearance:
  38389. Human Interface Guidelines
  38390. Human Interface Notes
  38391. MacOS8Documentation:K
  38392. Jul 93M
  38393. Adobe Acrobat Reader.
  38394. ninej
  38395. nirvanaj
  38396. nisus
  38397. training
  38398. required
  38399. plug-and-play
  38400. design
  38401. no-copy
  38402. no-so-subtlej
  38403. noacclcurve
  38404. noble
  38405. non-appleo
  38406. non-ethernet
  38407. non-functional
  38408. non-macintosh
  38409. non-native
  38410. non-portable
  38411. non-scsi
  38412. non-volatile-ram
  38413. nopoweroffkey
  38414. norbert
  38415. normal
  38416. normally
  38417. normanj
  38418. norwegian
  38419. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  38420.  such as...
  38421.     display dialog "Sorry, the item you selected could not be found."
  38422.     return
  38423. end try
  38424. All Packages
  38425. F    QuickTimeO
  38426. Dev.CD Jan 96 SSWP
  38427. Dev.CD Jan 96 SSV
  38428. 60799X
  38429. Jan 96
  38430. f--set theItem to choose file -- uncomment to test in an AS editor
  38431.     tell application "Finder"
  38432.         open item "Dev.CD Jan 96 SSW"
  38433.         activate
  38434.     end tell
  38435. on error errMsg number errNum
  38436.     --enter statements to perform when no records are found such as...
  38437.     display dialog "Sorry, the item you selected could not be found."
  38438.     return
  38439. end try
  38440. All Packages
  38441. F    QuickTimeO
  38442. Dev.CD Jan 96 SSWP
  38443. Dev.CD Jan 96 SSV
  38444. 60800X
  38445. Jan 96
  38446. --set theItem to choose file -- uncomment to test in an AS editor
  38447.     tell application "Finder"
  38448.         open item "Dev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:"
  38449.         activate
  38450.     end tell
  38451. on error errMsg number errNum
  38452.     --enter statements to perform when no records are found such as...
  38453.     display dialog "Sorry, the item you selected could not be found."
  38454.     return
  38455. end try
  38456.    return
  38457. end try
  38458. Deletedq
  38459. Dev.CD Nov 99 TC
  38460. D!All Packages
  38461. Mac OS SDK Edition
  38462. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  38463. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  38464.   1. Obtain the NEW Mac platform NEW Mac platform 
  38465. strongestj
  38466. strongly
  38467. structglinfo
  38468. structs
  38469. structure
  38470. structured
  38471. structures
  38472. strutures
  38473. studies
  38474. studio
  38475. studyj
  38476. stuff
  38477. stuffit
  38478. stylew
  38479. style-linking
  38480. sub-menus
  38481. subclass
  38482. subdirectory
  38483. subfolders
  38484. subject
  38485. subjects
  38486. sublaunch
  38487. submission
  38488. submit
  38489. subroutine
  38490. subsection
  38491. subset
  38492. subspace
  38493. substitute
  38494. substitutions
  38495. subtle
  38496. succeed
  38497. success
  38498. successfulf
  38499. successfullyx
  38500. suchQ
  38501. suffer
  38502. suffix
  38503. suggested
  38504. suggestions
  38505. suitj
  38506. suitability
  38507. 61811X
  38508. May 00^
  38509. r--set theItem to choose file -- uncomment to test in an AS editor
  38510.     tell application "Finder"
  38511.         open item "Dev.CD May 00 TC:Sample Code:"
  38512.         activate
  38513.     end tell
  38514. on error errMsg number errNum
  38515.     --enter statements to perform when no records are found such as...
  38516.     display dialog "Sorry, the item you selected could not be found."
  38517.     return
  38518. end try
  38519. Movedq
  38520. Dev.CD May 00 TC
  38521. =D!All Packages
  38522. Tool Chest Edition
  38523. OT/PPP Control Strip Sample
  38524. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  38525. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  38526. Sample Code.imgK
  38527. Mar 97:Sample Code:V
  38528. 61812X
  38529. Moved
  38530. acur.c
  38531. acur.h
  38532. DropShell.68K.
  38533. DropShell.c
  38534. DropShell.h
  38535. DropShell.PPC.
  38536. DropShell.rsrc
  38537. DSAppleEvents.c
  38538. DSAppleEvents.h
  38539. DSGlobals.h
  38540. DSUserProcs.c
  38541. DSUserProcs.h
  38542. DSUtils.c
  38543. DSUtils.h
  38544. GetHelpStrings
  38545. Read MeK
  38546. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD May 00 TC
  38547.  - Tool Chest
  38548.  - Toolbox
  38549.  - GetHelpStringsV
  38550. 61621X
  38551. May 00^
  38552. --set theItem to choose file -- uncomment to test in an AS editor
  38553.     tell application "Finder"
  38554.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  38555.         activate
  38556.     end tell
  38557. on error errMsg number errNum
  38558.     --enter statements to perform when no records are found such as...
  38559.     display dialog "Sorry, the item you selected could not be found."
  38560.     return
  38561. end try
  38562. e    No Changef8balloon help
  38563. finder help strings
  38564. spinning cursors
  38565. acurq
  38566. Dev.CD May 00 TC
  38567. D!All Packages
  38568. Tool Chest Edition
  38569. GetPPPStatus May 00 TC:Sample Code:nge
  38570. rses C, C++, Pascal, 
  38571. 62022X
  38572. Apr 98^
  38573. --set theItem to choose file -- uncomment to test in an AS editor
  38574.     tell application "Finder"
  38575.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  38576.         activate
  38577.     end tell
  38578. on error errMsg number errNum
  38579.     --enter statements to perform when no records are found such as...
  38580.     display dialog "Sorry, the item you selected could not be found."
  38581.     return
  38582. end try
  38583. Deletedf QuickTake
  38584. Windows
  38585. Digital cameraq
  38586. Dev.CD Apr 98 SDK2
  38587. All Packages
  38588. F    QuickTimeO
  38589. Dev.CD Jan 95
  38590. Dev.CD Oct 94P
  38591. Dev.CD Jan 95
  38592. Dev.CD Oct 9V
  38593. 62023X
  38594. Jan 95
  38595. p--set theItem to choose file -- uncomment to test in an AS editor
  38596.     tell application "Finder"
  38597.         open item "Dev.CD Jan 95
  38598. Dev.CD Oct 94"
  38599.         activate
  38600.     end tell
  38601. on error errMsg number errNum
  38602.     --enter statements to perform when no records are found such as...
  38603.     display dialog "Sorry, the item you selected could not be found."
  38604.     return
  38605. end try
  38606. --set theItem to choose file -- uncomment to test in an AS editor
  38607.     tell application "Finder"
  38608.         open item "Dev.CD Apr 94
  38609. Dev.CD Jan 94
  38610. Dev.CD Oct 93
  38611. Dev.CD Jul 93
  38612. Dev.CD Apr 93"
  38613.         activate
  38614.     end tell
  38615. on error errMsg number errNum
  38616.     --enter statements to perform when no records are found such as...
  38617.     display dialog "Sorry, the item you selected could not be found."
  38618.     return
  38619. end try
  38620. maintainingU
  38621. maintains
  38622. maintenance
  38623. majorZ
  38624. we'll
  38625. eventm
  38626. glossariess
  38627. grayscaleo
  38628. guidep
  38629. handbookf
  38630. helpq
  38631. imaging[
  38632. internationals
  38633. libraryu
  38634. locationt
  38635. managert
  38636. monitorr
  38637. newsi
  38638. notesS
  38639. onescannerg
  38640. parserV
  38641. e--set theItem to choose file -- uncomment to test in an AS editor
  38642.     tell application "Finder"
  38643.         open item "Dev.CD May 97 TC"
  38644.         activate
  38645.     end tell
  38646. on error errMsg number errNum
  38647.     --enter statements to perform when no records are found such as...
  38648.     display dialog "Sorry, the item you selected could not be found."
  38649.     return
  38650. end try
  38651. elected could not be found."
  38652.     return
  38653. end try
  38654. e    No Changef?MacApp
  38655. Framework
  38656. Object-oriented
  38657. C++ Standard Library
  38658. CarbonLib
  38659. /A(http://developer.apple.com/tools/macapp/
  38660. Dev.CD Apr 00 SDK1
  38661. All Packages
  38662. F    MacBinary
  38663. 60489X
  38664. cks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  38665. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  38666. e    No Changeq
  38667. Dev.CD May 00 TC
  38668. D!All Packages
  38669. Tool Chest Edition
  38670. LFSR Verilog CAD Tool
  38671. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  38672. Features:
  38673. Used for training and using Verilog HDL. 
  38674. Produces test code for module. 
  38675. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  38676. Issues:
  38677. Doesn't open documents properly.
  38678. J.Horiz Count
  38679. Large Count
  38680. Readme
  38681. Vert CountK
  38682. Aug 93M=System 7.0 with 512Kbyte code. 
  38683. Color preferred not necessaryN
  38684. CAD/CAM, ASIC DesignOGDev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD May 00 TC
  38685.  - Tool Chest
  38686.  - Hardware
  38687.  - Misc. Tools
  38688.  - LFSR Verilog CAD ToolV
  38689. 61701X
  38690. May 00^
  38691. #y 00 TC:Tool Chest:Testing & Debugging:General tools:estionnaire regarding your company and the products develop
  38692. hine.
  38693. DisableEject:  Shows how to stop a floppy disk from being ejected. This has no chance of being compatible with future system software.
  38694. Disk Icons:  This C routine calls disk drivers to retrieve icon information.
  38695. EgretWakeup:  This is a test program to tell a Mac with an Egret (or Egret derivative) chip when to power up.  It does so by calling the _Egret trap. If the Power Manager exists, use the SetWUTime call as per Inside Macintosh, Power  Manager chapter (Vol VI). This program 
  38696. only works on a Egret-based Macs that ALSO can do softpower.  For example while the IIsi and LC CPUs both have Egrets, LCs can't do soft power on).
  38697. Floppy II:  This sample uses the sony driver calls to get the format list of a super drive disk, to find if the disk supports MFM 720 disk. If so, it reformats the disk to be that type. !! Warning: The data on the disk in drive 1  will get blown away and there are no warnings.!!
  38698. ledApp:  This is a faceless background task for System 7. It cou
  38699. folder
  38700. contains
  38701. updated
  38702. documents
  38703. outlining
  38704. strategies
  38705. folder
  38706. contains
  38707. worldwide
  38708. updates
  38709. hypercard
  38710. update
  38711. features
  38712. including
  38713. powerplant
  38714. version
  38715. inputsprocket
  38716. application
  38717. measure
  38718. intertask
  38719. signaling
  38720. application
  38721. test/demo
  38722. mt/mp
  38723. mpdelayuntil
  38724. application
  38725. test/demo
  38726. mt/mp
  38727. timers
  38728. update
  38729. appearance
  38730. 1.0.3
  38731. manager
  38732. manager
  38733. drawsprocket
  38734. which
  38735. provides
  38736. support
  38737. inputsprocket
  38738. which
  38739. provides
  38740. support
  38741. package
  38742. consists
  38743. files
  38744. provide
  38745. information
  38746. package
  38747. contains
  38748. number
  38749. routines
  38750. helpful
  38751. package
  38752. contains
  38753. appleshare
  38754. 3.6.5
  38755. first
  38756. package
  38757. contains
  38758. drive
  38759. setup
  38760. v1.7.2
  38761. program
  38762. MCSystem 7.0 or later, takes advantage of Sound Manager 3.0 or later.NAsound, memory, dialogs, windows, resources, files, user interfacemmary
  38763. graphical
  38764. representation
  38765. maximum
  38766. summary
  38767. definition
  38768. procedure
  38769. source
  38770. summary
  38771. series
  38772. tools
  38773. source
  38774. allow
  38775. three
  38776. tools
  38777. written
  38778. hardwar
  38779. summary
  38780. simple
  38781. window
  38782. based
  38783. debugger
  38784. kernel
  38785. summary
  38786. which
  38787. plays
  38788. sounds
  38789. summary
  38790. helper
  38791. formerly
  38792. monthly
  38793. posting
  38794. summary
  38795. definition
  38796. binhex
  38797. protocol
  38798. summary
  38799. developer
  38800. edition
  38801. quickview
  38802. devel
  38803. summary
  38804. electronic
  38805. version
  38806. develop
  38807. magazine
  38808. summary
  38809. prgram
  38810. guide
  38811. macintosh
  38812. power
  38813. com/technotes/tn/tn1
  38814. com/techpubs
  38815. com/techpubs/hardwar
  38816. com/techpubs/mac/ppc
  38817. com/tools
  38818. combination
  38819. combinations
  38820. combine
  38821. combines
  38822. combiningp
  38823. combowalker
  38824. comesg
  38825. comfort
  38826. coming
  38827. comma
  38828. commandT
  38829. command-line
  38830. commando
  38831. commandsB
  38832. commented
  38833. comments
  38834. commercial
  38835. commit
  38836. commitment
  38837. committedj
  38838. commonj
  38839. commonly
  38840. commons
  38841. commpilerj
  38842. commtoolbox
  38843.  new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  38844. PD!All Packages
  38845. Mac OS SDK Edition
  38846. PC Card SDKsI
  38847. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  38848. PC Card Manager 3.0
  38849. What's the difference?K
  38850. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  38851.  - Development Kits
  38852.  - Hardware
  38853.  - PC Card SDKsV
  38854. 61831X
  38855. 1 statements to perform when no records are found such as...
  38856.     display dialog "Sorry, the item you selected could not be found."
  38857.     return
  38858. end try
  38859. All Packages
  38860. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38861. Dev.CD Jan 94
  38862. Dev.CD Oct 93
  38863. Dev.CD Jul 93
  38864. Dev.CD Apr 93PDDev.CD Apr 94
  38865. Dev.CD Jan 94
  38866. Dev.CD Oct 93
  38867. Dev.CD Jul 93
  38868. Dev.CD Apr 9V
  38869. 59866X
  38870. Apr 94
  38871. parserV
  38872. parsing
  38873. parsons
  38874. partj
  38875. partial
  38876. e    No Changef
  38877. testing
  38878. debugging
  38879. printersq
  38880. Dev.CD May 00 TC
  38881. D!All Packages
  38882. Tool Chest Edition
  38883. ProcDoggie2.1b2
  38884. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  38885. 1. Getting a list of running processes
  38886. 2. Getting information about a running process
  38887. 3. Launching a processes, with and without opening documents
  38888. Sample Code.imgK
  38889. May 97L
  38890. Jan 98N
  38891. process managerO
  38892. Dev.CD May 00 TC:Sample Code:P
  38893. Dev.CD May 00 TC
  38894.  - Sample CodeV
  38895. 61906X
  38896. May 00^
  38897. r--set theItem to choose file -- uncomment to test in an AS editor
  38898.     tell application "Finder"
  38899.         open item "Dev.CD May 00 TC:Sample Code:"
  38900.         activate
  38901.     end tell
  38902. on error errMsg number errNum
  38903.     --enter statements to perform when no records are found such as...
  38904.     display dialog "Sorry, the item you selected could not be found."
  38905.     return
  38906. end try
  38907. e    No Changef
  38908. process managerq
  38909. Dev.CD May 00 TC
  38910. D!All Packages
  38911. Mac OS SDK Edition
  38912. scheduleR
  38913. scheduled
  38914. schedulesR
  38915. schemes
  38916. schneider
  38917. school
  38918. science
  38919. scoop
  38920. score
  38921. scoring
  38922. scott
  38923. scrambling
  38924. scrap
  38925. screenB
  38926. screen's
  38927. screen-based
  38928. screencompare
  38929. screendump
  38930. screens
  38931. screenshots
  38932. scripth
  38933. scriptability
  38934. scriptableN
  38935. scripted
  38936. scripter
  38937. scripters
  38938. scriptfile
  38939. scriptingh
  38940. scripts
  38941. scriptswitcher8
  38942. mergeitems
  38943. issue
  38944. highlights
  38945. issue
  38946. highlights
  38947. issue
  38948. highlights
  38949. issue
  38950. highlights
  38951. issue
  38952. highlights
  38953. issue
  38954. highlights
  38955. issue
  38956. highlights
  38957. issue
  38958. highlights
  38959. issue
  38960. highlights
  38961. issue
  38962. highlights
  38963. issue
  38964. highlights
  38965. issue
  38966. highlights
  38967. issue
  38968. highlights
  38969. issue
  38970. highlights
  38971. issue
  38972. highlights
  38973. issue
  38974. highlights
  38975. issue
  38976. highlights
  38977. issue
  38978. highlights
  38979. issue
  38980. highlights
  38981. issue
  38982. highlights
  38983. issue
  38984. highlights
  38985. issue
  38986. summary
  38987. issue
  38988. highlights
  38989. issue
  38990. highlights
  38991. issue
  38992. highlights
  38993. issue
  38994. highlights
  38995. issuesT
  38996. All Packages
  38997. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  38998. Dev.CD Jan 94
  38999. Dev.CD Oct 93
  39000. Dev.CD Jul 93
  39001. Dev.CD Apr 93PDDev.CD Apr 94
  39002. Dev.CD Jan 94
  39003. Dev.CD Oct 93
  39004. Dev.CD Jul 93
  39005. Dev.CD Apr 9V
  39006. 62301X
  39007. Apr 94
  39008. --set theItem to choose file -- uncomment to test in an AS editor
  39009.     tell application "Finder"
  39010.         open item "Dev.CD Apr 94
  39011. Dev.CD Jan 94
  39012. Dev.CD Oct 93
  39013. Dev.CD Jul 93
  39014. Dev.CD Apr 93"
  39015.         activate
  39016.     end tell
  39017. on error errMsg number errNum
  39018.     --enter statements to perform when no records are found such as...
  39019.     display dialog "Sorry, the item you selected could not be found."
  39020.     return
  39021. end try
  39022. All Packages
  39023. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  39024. Dev.CD Jan 94
  39025. Dev.CD Oct 93
  39026. Dev.CD Jul 93
  39027. Dev.CD Apr 93PDDev.CD Apr 94
  39028. Dev.CD Jan 94
  39029. Dev.CD Oct 93
  39030. Dev.CD Jul 93
  39031. Dev.CD Apr 9V
  39032. 62302X
  39033. Apr 94
  39034.  system(s) should be a Macintosh Plus or higher.
  39035. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  39036. plug-ins
  39037. plugged
  39038. plugging
  39039. pluses
  39040. pmforecolor
  39041. point
  39042. point-to-point
  39043. pointer
  39044. pointers
  39045. pointing
  39046. points
  39047. polaschek
  39048. polish
  39049. polyhedral
  39050. polymorphic
  39051. polymorphism
  39052. pop-up
  39053. popularj
  39054. populateh
  39055. popuph
  39056. popupcdef
  39057. popupfuncs
  39058. popupmenuselect
  39059. popupmenuselectwithc
  39060. popupmenuwithcurfont
  39061. theresa
  39062. tensor
  39063. informa
  39064. portion
  39065. portions
  39066. portraitj
  39067. ports
  39068. position
  39069. positioning
  39070. positions
  39071. possibilities
  39072. possibility
  39073. possiblep
  39074. usenet
  39075. userT
  39076. userstartup
  39077. uses[
  39078. usingA
  39079.  P]Dev.CD May 00 TC
  39080.  - Tool Chest
  39081.  - Interapplication Communication
  39082.  - AE Tools
  39083.  - AETracker 3.0
  39084.     tell application "Finder"
  39085.         open item "Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  39086.         activate
  39087.     end tell
  39088. on error errMsg number errNum
  39089.     --enter statements to perform when no records are found such as...
  39090.     display dialog "Sorry, the item you selected could not be found."
  39091.     return
  39092. end try
  39093. e    No Changef2AppleShare
  39094. File Sharing
  39095. File Manager
  39096. Drag and Dropq
  39097. Dev.CD May 00 TC
  39098. *D!All Packages
  39099. Tool Chest Edition
  39100. URL Access 1.0.1 SDK
  39101.     how to add items to print dialogs (with balloon help and sub-dialogs). Sample code accompanying Tech Note PR09.  This version: New & Improved, appy with LW 8.4.1, can add lists.J
  39102. Sample Code.imgK
  39103. May 97L
  39104. May 97O
  39105. Dev.CD May 00 TC:Sample Code:P
  39106. Dev.CD May 00 TC
  39107.  - Sample CodeV
  39108. 58409X
  39109. May 00^
  39110. eventm
  39111. handbookf
  39112. imaging[
  39113. newsi
  39114. notesS
  39115. onescannerg
  39116. parserV
  39117. ude enhancement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  39118.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  39119.  Do not call Apple
  39120. s 800 number(s) regarding this software since our operators are not trained to support deveJ
  39121. loper products. 
  39122.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  39123. MRJ 2.2 Debug.smiK
  39124. Aug 97L
  39125. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2OEDev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:PPDev.CD May 00 TC
  39126.  - What's New?
  39127.  - Development Kits
  39128.  - Mac OS
  39129.  - MRJ 2.2 Debug f
  39130. Apr 00^
  39131. #://developer.apple.com/techpubs/index.html
  39132. 61872X
  39133. Apr 95
  39134. p--set theItem to choose file -- uncomment to test in an AS editor
  39135.     tell application "Finder"
  39136.         open item "Dev.CD Apr 95
  39137. Dev.CD Jan 95"
  39138.         activate
  39139.     end tell
  39140. on error errMsg number errNum
  39141.     --enter statements to perform when no records are found such as...
  39142.     display dialog "Sorry, the item you selected could not be found."
  39143.     return
  39144. end try
  39145. All Packages
  39146. F    PowerTalkO
  39147. Dev.CD Apr 95P
  39148. Dev.CD Apr 9V
  39149. 61873X
  39150. Apr 95
  39151. b--set theItem to choose file -- uncomment to test in an AS editor
  39152.     tell application "Finder"
  39153.         open item "Dev.CD Apr 95"
  39154.         activate
  39155.     end tell
  39156. on error errMsg number errNum
  39157.     --enter statements to perform when no records are found such as...
  39158.     display dialog "Sorry, the item you selected could not be found."
  39159.     return
  39160. end try
  39161. All Packages
  39162. F    PowerTalkO
  39163. Dev.CD Apr 95P
  39164. Dev.CD Apr 9V
  39165. 61874X
  39166. Apr 95
  39167. GrayTiaslab
  39168. -Rotation Controllers Read Me
  39169. -Rotation Ctl's Read Me.txt
  39170. Related Paper
  39171. Rotation Controllers demo 1.0.1
  39172. Virtual Sphere Sample Code 1.1K
  39173. Mar 93L
  39174. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD May 00 TC
  39175.  - Tool Chest
  39176.  - QuickDraw
  39177.  - Virtual Sphere 1.0.1V
  39178. 62566X
  39179. May 00^
  39180. --set theItem to choose file -- uncomment to test in an AS editor
  39181.     tell application "Finder"
  39182.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  39183.         activate
  39184.     end tell
  39185. on error errMsg number errNum
  39186.     --enter statements to perform when no records are found such as...
  39187.     display dialog "Sorry, the item you selected could not be found."
  39188.     return
  39189. end try
  39190. e    No Changeq
  39191. Dev.CD May 00 TC
  39192. 0D!All Packages
  39193. Tool Chest Edition
  39194. Virtual User
  39195. installeru
  39196. WASTE is a text editing library for Macintosh programmers.
  39197. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  39198. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  39199. e other hand, bidirectional scripts, like Arabic, are not supported).
  39200. Replacement for TextEdit that breaks the 32k limit on text.
  39201. Issues: 3rd Party Product
  39202. Change History
  39203. Extras
  39204. Quick Intro
  39205. WASTE 1.3a6
  39206. WASTE C/C++ Headers
  39207. WASTE Demo (CFM fat)
  39208. WASTE Demo (classic 68K)
  39209. WASTE Documentation
  39210. WASTE Pascal Interfaces
  39211. WASTELibK
  39212. Dec 95L
  39213. Feb 98M
  39214. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:
  39215. thinks@
  39216. describes
  39217. runtime
  39218. architecture
  39219. based
  39220. driver
  39221. development
  39222. enable
  39223. create
  39224. program
  39225. shows
  39226. construct
  39227. simple
  39228. animation
  39229. :develop:develop Issue 12:PJDev.CD Mar 00 RL
  39230.  - Technical Documentation
  39231.  - develop
  39232.  - develop Issue 1211 - Opening the Serial Ports.
  39233. SlotVInstall:  This little program installs a slot VBL task for the main screen, even if the main screen uses built-in video, bK
  39234. y getting the gdRefNum and calling GetDctlEntry to find the slot number.
  39235. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  39236. Sample Code.imgK
  39237. Feb 92L
  39238. Feb 97O
  39239. Dev.CD May 00 TC:Sample Code:P
  39240. Dev.CD May 00 TC
  39241.  - Sample Codetatements to perform when no records are found such as...
  39242.     display dialog "Sorry, the item you selected could not be found."
  39243.     return
  39244. end try
  39245. All Packages
  39246. 54892
  39247. --set theItem to choose file -- uncomment to test in an AS editor
  39248.     tell application "Finder"
  39249.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  39250.         activate
  39251.     end tell
  39252. on error errMsg number errNum
  39253.     --enter statements to perform when no records are found such as...
  39254.     display dialog "Sorry, the item you selected could not be found."
  39255.     return
  39256. end try
  39257. e    No Changef
  39258. Color Picker 2.1.1q
  39259. Dev.CD Apr 00 SDK1
  39260. All Packages
  39261. ColorPopUpMenus
  39262. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  39263. Contains routines for getting/setting particular elements in a color icon's color table.
  39264. Dec 99V
  39265. 61502X
  39266. 1e    No Change
  39267. opxpp
  39268. storage
  39269. store
  39270. physicalU
  39271. physically
  39272. piccomment
  39273. piccomments
  39274. piccomments/bottlene
  39275. piccommentstest
  39276. pichandle
  39277. picker[
  39278. pickers
  39279. pictdialog
  39280. pictinfotest
  39281. picts
  39282. picture
  39283. pictures
  39284. piece
  39285. pieces
  39286. piersol
  39287. pinterfaces
  39288. powermacsp
  39289. powerpcA
  39290. powerpc-based
  39291. powertalkj
  39292. practices
  39293. pre-7.5p
  39294. pre-emptively
  39295. pre-train
  39296. pre-translates
  39297. preferences
  39298. preferred
  39299. premiereh
  39300. prerelease
  39301. prerequisitesR
  39302. presentp
  39303. presentedZ
  39304. press
  39305. prevent
  39306. previousa
  39307. previouslyn
  39308. pricesj
  39309. primitivesd
  39310. printN
  39311. printer
  39312. printersj
  39313. printingN
  39314. prior
  39315. problemV
  39316. throughput
  39317. throw
  39318. throws
  39319. thumb
  39320. thumbnail
  39321. thumbs
  39322. thunder
  39323. tibetan
  39324. tickanimate
  39325. ticks
  39326. tietz
  39327. tighter
  39328. tilde-linefeed
  39329. tilde-tilde
  39330. tiles
  39331. times
  39332. time-based
  39333. time-consuming
  39334. timebase
  39335. timecode
  39336. timed
  39337. timers
  39338. timertst
  39339. end tell
  39340. on error errMsg number errNum
  39341.     --enter statements to perform when no records are found such as...
  39342.     display dialog "Sorry, the item you selected could not be found."
  39343.     return
  39344. end try
  39345. yD!All Packages
  39346. Tool Chest Edition
  39347. Fragment Tool
  39348.     and quickly with a click of the mou
  39349. ethernetQ
  39350. ethernets
  39351. ethertalkB
  39352. euc-cn
  39353. europeanj
  39354. evaluated
  39355. evaluates
  39356. evangelicalj
  39357. evangelism
  39358. evans
  39359. evenbetterbuserror
  39360. event]
  39361. event-aware]
  39362. event-driven
  39363. eventsN
  39364. eventually
  39365. everj
  39366. everest
  39367. every
  39368. everybody
  39369. everyday
  39370. capabilities
  39371. p--set theItem to choose file -- uncomment to test in an AS editor
  39372.     tell application "Finder"
  39373.         open item "Dev.CD Apr 95
  39374. Dev.CD Jan 95"
  39375.         activate
  39376.     end tell
  39377. on error errMsg number errNum
  39378.     --enter statements to perform when no records are found such as...
  39379.     display dialog "Sorry, the item you selected could not be found."
  39380.     return
  39381. end try
  39382. D!All Packages
  39383. Tool Chest Edition
  39384. AE User Terminology 3/92I
  39385. Summary: This folder contains the Apple Event User Terminology resource.
  39386. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  39387. AETE ResEdit Template
  39388. AEUserTermTypes.r
  39389. aeut resource
  39390. AppleEventTypes.h
  39391. EnglishMiscellaneous.r
  39392. EnglishMiscellaneous.rsrc
  39393. EnglishTerminology.r
  39394. EnglishTerminology.rsrc
  39395. Terminology Dev Note 3/92K
  39396. May 92L
  39397. May 94M
  39398. System 7.0N
  39399. AE, Apple Events, AppleEventsg rB
  39400. esources between original/localized files
  39401. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  39402. Verifier 1.0.imgK
  39403. Jun 92L
  39404. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD May 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD May 00 TC
  39405.  - Tool Chest
  39406.  - Localization
  39407.  - VerifierV
  39408. 61331X
  39409. May 00^
  39410. May 00^
  39411. e    No Change
  39412. ror situations.
  39413. Http Server:  This is a functional OpenTransp
  39414. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  39415. JFhelloWorld.rsrc
  39416. MPHelloWorld (Pascal)
  39417. MPHelloWorld (Pascal).
  39418. sources:K
  39419. Feb 97M2the MP library, but does not require a MP machine.N
  39420. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  39421.  - What's New
  39422.  - Development Kits
  39423.  - Multiprocessing SDK
  39424.  - Sample Code
  39425.  - MPHelloWorld (Pascal)emory ManagementV
  39426. 60348X
  39427. May 00^
  39428. #or Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  39429. Sample Code.imgK
  39430. Mar 92L
  39431. May 94nge
  39432. 61818X
  39433. May 00^
  39434. r--set theItem to choose file -- uncomment to test in an AS editor
  39435.     tell application "Finder"
  39436.         open item "Dev.CD May 00 TC:Sample Code:"
  39437.         activate
  39438.     end tell
  39439. on error errMsg number errNum
  39440.     --enter statements to perform when no records are found such as...
  39441.     display dialog "Sorry, the item you selected could not be found."
  39442.     return
  39443. end try
  39444. e    No Changef;Ethernet
  39445. raw mode
  39446. multicast
  39447. MDATA
  39448. 802.2
  39449. 802.3q
  39450. Dev.CD May 00 TC
  39451. DD!All Packages
  39452. Tool Chest Edition
  39453. OTLookupNameTestI
  39454. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  39455. Inside Macintosh: Open Transport
  39456. Sample Code.imgK
  39457. Nov 97L
  39458. Jun 98M
  39459. Open Transport 1.1.1 or higherN&Open Transport, NBP, mapper, MapperRefO
  39460. Dev.CD May 00 TC:Sample Code:P
  39461. Dev.CD May 00 TC
  39462.  - Sample CodeV
  39463. 61819X
  39464. May 00^
  39465. opentransport
  39466. standard
  39467. library
  39468. cacheA
  39469. cache
  39470. ratesA
  39471. cacheline
  39472. cad/cam
  39473. calibrator
  39474. camera
  39475. capabilities
  39476. capture
  39477. carbon
  39478. carbon
  39479. printing
  39480. carbon
  39481. printing
  39482. manager
  39483. carbonlib
  39484. socket
  39485. services
  39486. cardbus
  39487. categories
  39488. audio
  39489. audio
  39490. toolkit
  39491. cd-rom
  39492. control
  39493. panel
  39494. symantec
  39495. metrowerks
  39496. standardfile
  39497. center
  39498. cfallocator
  39499. cfarray
  39500. cfarray
  39501. cfbag
  39502. cfbag
  39503. cfbase
  39504. cfbase
  39505. cfbinaryheap
  39506. cfbinaryheap
  39507. cfbitvector
  39508. cfbitvector
  39509. cfbundle
  39510. cfbundle
  39511. cfcharacterset
  39512. cfcharacterset
  39513. cfcomparatorfunction
  39514. cfcomparisonresult
  39515. cfdata
  39516. cfdata
  39517. cfdictionary
  39518. cfdictionary
  39519. computer
  39520. computer
  39521. based
  39522. media
  39523. conditional
  39524. All Packages
  39525. AppleScriptO
  39526. Dev.CD Jan 95P
  39527. Dev.CD Jan 9V
  39528. 61430X
  39529. Jan 95
  39530. b--set theItem to choose file -- uncomment to test in an AS editor
  39531.     tell application "Finder"
  39532.         open item "Dev.CD Jan 95"
  39533.         activate
  39534.     end tell
  39535. on error errMsg number errNum
  39536.     --enter statements to perform when no records are found such as...
  39537.     display dialog "Sorry, the item you selected could not be found."
  39538.     return
  39539. end try
  39540. @D!All Packages
  39541. Mac OS SDK Edition
  39542. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  39543. This package contains documentation (u documentation (u
  39544. 61431X
  39545. --set theItem to choose file -- uncomment to test in an AS editor
  39546.     tell application "Finder"
  39547.         open item "Dev.CD Apr 94
  39548. Dev.CD Jan 94
  39549. Dev.CD Oct 93
  39550. Dev.CD Jul 93"
  39551.         activate
  39552.     end tell
  39553. on error errMsg number errNum
  39554.     --enter statements to perform when no records are found such as...
  39555.     display dialog "Sorry, the item you selected could not be found."
  39556.     return
  39557. end try
  39558.     return
  39559. end try
  39560. Deletedf#Apple news
  39561. Apple Developer Newsq
  39562. Dev.CD May 98 TC
  39563. *D!All Packages
  39564. Tool Chest Edition
  39565. Apple Directions 1995
  39566. monitor
  39567. acgis
  39568. achieve
  39569. achieved
  39570. achieves
  39571. acrobatZ
  39572. acrossZ
  39573. actionh
  39574. training
  39575. apple
  39576. chinese
  39577. handwriting
  39578. researchj
  39579. researching
  39580. resedit
  39581. full scriptability and to direct manipulation through Apple events. Here
  39582. s how to talk to the Scriptable Finder from your application.
  39583. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  39584. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  39585. on, allowing both searching and editing.
  39586. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  39587. re storing a large set of pictures with the same colors, here
  39588. s a neat trick to reduce its size.
  39589. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  39590. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  39591. human
  39592. interface
  39593. guidelines
  39594. ultimate
  39595. upgrade
  39596. anyone
  39597. internet
  39598. runtime
  39599. runtime
  39600. 2.1.4
  39601. upgrade
  39602. 2.1.3
  39603. runtime
  39604. debug
  39605. debugging
  39606. versi
  39607. server
  39608. developer
  39609. documentation
  39610. mac-only
  39611. macapp
  39612. macapp
  39613. release
  39614. significant
  39615. release
  39616. venera
  39617. 59451X
  39618. Jun 97
  39619. f--set theItem to choose file -- uncomment to test in an AS editor
  39620.     tell application "Finder"
  39621.         open item "Dev.CD Jun 97 SSW"
  39622.         activate
  39623.     end tell
  39624. on error errMsg number errNum
  39625.     --enter statements to perform when no records are found such as...
  39626.     display dialog "Sorry, the item you selected could not be found."
  39627.     return
  39628. end try
  39629. All Packages
  39630. QuickDraw 3DO
  39631. Dev.CD Jun 97 SSWP
  39632. Dev.CD Jun 97 SSV
  39633. 59452X
  39634. Jun 97
  39635. twocolumn
  39636. twofold
  39637. Sample Code.imgK
  39638. Oct 98
  39639. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  39640. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  39641. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcO
  39642. Dev.CD May 00 TC:Sample Code:P
  39643. Dev.CD May 00 TC
  39644.  - Sample Codefo, TSDU, ETSDAO
  39645. Dev.CD May 00 TC:Sample Code:P
  39646. Dev.CD May 00 TC
  39647.  - Sample Code
  39648. Tool Chest Edition
  39649. Cyrillic Language Kit v1.0
  39650. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  39651.  and other computers using the Mac
  39652.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  39653. e    No Change
  39654. electronics
  39655. element
  39656. 61540X
  39657. Mar 00^
  39658. --set theItem to choose file -- uncomment to test in an AS editor
  39659.     tell application "Finder"
  39660.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 12:"
  39661.         activate
  39662.     end tell
  39663. on error errMsg number errNum
  39664.     --enter statements to perform when no records are found such as...
  39665.     display dialog "Sorry, the item you selected could not be found."
  39666.     return
  39667. end try
  39668. Next CDq
  39669. Dev.CD Mar 00 RL
  39670. .D(All Packages
  39671. Reference Library Edition
  39672. develop Issue 13
  39673.     dea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  39674. allocate/deallocate
  39675. allocated
  39676. allocatingg
  39677. allocation
  39678. allocations
  39679. allocators
  39680. allowV
  39681. allowed
  39682. allowing
  39683. allowsB
  39684. r statements to perform when no records are found such as...
  39685.     display dialog "Sorry, the item you selected could not be found."
  39686.     return
  39687. end try
  39688. All Packages
  39689. PowerTalk (PPC)O
  39690. Dev.CD Oct 94P
  39691. Dev.CD Oct 9V
  39692. 58158X
  39693. Oct 94
  39694. \P[Dev.CD May 00 TC
  39695.  - Tool Chest
  39696.  - Hardware
  39697.  - Display & Video Hardware
  39698.  - Backlight ControlV
  39699. 61459X
  39700. May 00^
  39701. --set theItem to choose file -- uncomment to test in an AS editor
  39702.     tell application "Finder"
  39703.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:"
  39704.         activate
  39705.     end tell
  39706. on error errMsg number errNum
  39707.     --enter statements to perform when no records are found such as...
  39708.     display dialog "Sorry, the item you selected could not be found."
  39709.     return
  39710. end try
  39711. e    No Changeq
  39712. Dev.CD May 00 TC
  39713. ]D!All Packages
  39714. Tool Chest Edition
  39715. Balloony
  39716. p--set theItem to choose file -- uncomment to test in an AS editor
  39717.     tell application "Finder"
  39718.         open item "Dev.CD Apr 94
  39719. Dev.CD Jan 94"
  39720.         activate
  39721.     end tell
  39722. on error errMsg number errNum
  39723.     --enter statements to perform when no records are found such as...
  39724.     display dialog "Sorry, the item you selected could not be found."
  39725.     return
  39726. end try
  39727. Summary: This is the electronic version of develop magazine.
  39728.  Issue 20 highlights:
  39729. Getting the Most out of AOCE Catalog Records  by Christine Buttin.  AOCE templates let you extend AOCE catalogs to store new kinds of data. This article introduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  39730. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  39731. AOCE templates allow you to specify how the Finder displa
  39732. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  39733. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  39734. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  39735. overallg
  39736. overcome
  39737. overhead
  39738. override
  39739. overview[
  39740. owner
  39741. owner's
  39742. ownership
  39743. ozone
  39744. p0nnz
  39745. pablo
  39746. packageU
  39747. package--opendoc
  39748. parameters
  39749. paraphernalia
  39750. parent
  39751. parse
  39752. parserV
  39753. parsing
  39754. parsons
  39755. partj
  39756. partial
  39757. May 00^
  39758. --set theItem to choose file -- uncomment to test in an AS editor
  39759.     tell application "Finder"
  39760.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  39761.         activate
  39762.     end tell
  39763. on error errMsg number errNum
  39764.     --enter statements to perform when no records are found such as...
  39765.     display dialog "Sorry, the item you selected could not be found."
  39766.     return
  39767. end try
  39768. e    No Changef
  39769. HyperCard
  39770. Balloonsq
  39771. Dev.CD May 00 TC
  39772. D!All Packages
  39773. Tool Chest Edition
  39774. helpful MPW scripts
  39775.     7 SSWP
  39776. Dev.CD Jun 97 SSV
  39777. 60564X
  39778. Jun 97
  39779. f--set theItem to choose file -- uncomment to test in an AS editor
  39780.     tell application "Finder"
  39781.         open item "Dev.CD Jun 97 SSW"
  39782.         activate
  39783.     end tell
  39784. on error errMsg number errNum
  39785.     --enter statements to perform when no records are found such as...
  39786.     display dialog "Sorry, the item you selected could not be found."
  39787.     return
  39788. end try
  39789. b--set theItem to choose file -- uncomment to test in an AS editor
  39790.     tell application "Finder"
  39791.         open item "Dev.CD Apr 95"
  39792.         activate
  39793.     end tell
  39794. on error errMsg number errNum
  39795.     --enter statements to perform when no records are found such as...
  39796.     display dialog "Sorry, the item you selected could not be found."
  39797.     return
  39798. end try
  39799. log "Sorry, the item you selected could not be found."
  39800.     return
  39801. end try
  39802. e    No Changef-documentation
  39803. manuals
  39804. style
  39805. usage
  39806. style guideq
  39807. Dev.CD Mar 00 RL Disk 1
  39808. 8D!All Packages
  39809. Tool Chest Edition
  39810. Apple System Profiler
  39811.     ditor
  39812.     tell application "Finder"
  39813.         open item "Dev.CD Apr 94"
  39814.         activate
  39815.     end tell
  39816. on error errMsg number errNum
  39817.     --enter statements to perform when no records are found such as...
  39818.     display dialog "Sorry, the item you selected could not be found."
  39819.     return
  39820. end try
  39821. All Packages
  39822. System UpdateO
  39823. Dev.CD Apr 94P
  39824. Dev.CD Apr 9V
  39825. 60052X
  39826. Apr 94
  39827. apple
  39828. detectors
  39829. technology
  39830. scans
  39831. searchih
  39832. apple
  39833. sprockets
  39834. libraries
  39835. designed
  39836. simplify
  39837. apple
  39838. location
  39839. manager
  39840. allows
  39841. users
  39842. switch
  39843. groups
  39844. settt
  39845. apple
  39846. system
  39847. profiler
  39848. gather
  39849. information
  39850. about
  39851. apple
  39852. wants
  39853. communicate
  39854. benefits
  39855. native
  39856. apple
  39857. workgroup
  39858. server
  39859. 9650/350
  39860. developer
  39861. apple'sb
  39862. apple's
  39863. developer
  39864. publications
  39865. apple-sanctioned
  39866. apple-specific
  39867. apple-sponsored
  39868. applecd
  39869. appleevent`
  39870. appleevent-based
  39871. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  39872. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  39873. J(develop Issue  8:
  39874. develop Issue  8 code:K
  39875. Vol IIIL
  39876. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  8:PJDev.CD Mar 00 RL
  39877.  - Technical Documentation
  39878.  - develop
  39879.  - develop Issue  83
  39880. Dev.CD Apr 9V
  39881. 60843X
  39882. Jul 93
  39883. p--set theItem to choose file -- uncomment to test in an AS editor
  39884.     tell application "Finder"
  39885.         open item "Dev.CD Jul 93
  39886. Dev.CD Apr 93"
  39887.         activate
  39888.     end tell
  39889. on error errMsg number errNum
  39890.     --enter statements to perform when no records are found such as...
  39891.     display dialog "Sorry, the item you selected could not be found."
  39892.     return
  39893. end try
  39894. All Packages
  39895. F    QuickTimeO
  39896. Dev.CD Jul 93
  39897. Dev.CD Apr 93V
  39898. 60844X
  39899. temporalv
  39900. temporarily
  39901. temporary
  39902. tensor
  39903. terence
  39904. terms
  39905. terminal
  39906. terminology^
  39907. termsb
  39908. ternasky
  39909. test]
  39910. testaccelration
  39911. testarbitraryallocat
  39912. testarbitraryallocat
  39913. testeds
  39914. testgestalt
  39915. testingx
  39916. testnbp
  39917. tests
  39918. textN
  39919. All Packages
  39920. System Enabler 065 (LC 575)O
  39921. Dev.CD Apr 94
  39922. Dev.CD Jan 94P
  39923. Dev.CD Apr 94
  39924. Dev.CD Jan 9V
  39925. 62369X
  39926. Apr 94
  39927. p--set theItem to choose file -- uncomment to test in an AS editor
  39928.     tell application "Finder"
  39929.         open item "Dev.CD Apr 94
  39930. Dev.CD Jan 94"
  39931.         activate
  39932.     end tell
  39933. on error errMsg number errNum
  39934.     --enter statements to perform when no records are found such as...
  39935.     display dialog "Sorry, the item you selected could not be found."
  39936.     return
  39937. end try
  39938. All Packages
  39939. System Enabler 065 (LC 575)O
  39940. Dev.CD Apr 94
  39941. Dev.CD Jan 94P
  39942. Dev.CD Apr 94
  39943. Dev.CD Jan 9V
  39944. 62370X
  39945. Apr 94
  39946. addchange
  39947. addendumg
  39948. addheader
  39949. addmenu
  39950. addressh
  39951. addresses
  39952. administration
  39953. archive
  39954. filesi
  39955. archive
  39956. htmli
  39957. advanced[
  39958. advanced
  39959. color
  39960. imaging[
  39961. advanced
  39962. color
  39963. imaging
  39964. advanced
  39965. technique
  39966. coercion
  39967. init]
  39968. aegizmos]
  39969. In Use
  39970. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  39971. J4In Use
  39972. In Use Release Notes
  39973. In Use Release Notes.txtK
  39974. Vol IIIL
  39975. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  39976.  - Tool Chest
  39977.  - Devices
  39978.  - SCSI
  39979.  - In UseV
  39980. 61657X
  39981. May 00^
  39982. --set theItem to choose file -- uncomment to test in an AS editor
  39983.     tell application "Finder"
  39984.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  39985.         activate
  39986.     end tell
  39987. on error errMsg number errNum
  39988.     --enter statements to perform when no records are found such as...
  39989.     display dialog "Sorry, the item you selected could not be found."
  39990.     return
  39991. end try
  39992. e    No Changeq
  39993. Dev.CD May 00 TC
  39994. All Packages
  39995. Indian Language KitV
  39996. 61658X
  39997.  SDK:
  39998. D(All Packages
  39999. Reference Library Edition
  40000. F,Technical Publications: Documentation in PDF
  40001. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  40002. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  40003. README.html file in the "Documentation in PDF" folder for instructions.
  40004. eware
  40005. cpu'su
  40006. crashW
  40007. crashed
  40008. crashesV
  40009. crawl
  40010. createX
  40011. createdu
  40012. creates
  40013. creatingN
  40014. creation
  40015. creator
  40016. crimes
  40017. critical
  40018. critically
  40019. cross-platformj
  40020. crucial
  40021. cryptic
  40022. culturej
  40023. curious
  40024. current
  40025. cursive
  40026. customo
  40027. customchoose
  40028. customenabler
  40029. customersj
  40030. customization
  40031. customize
  40032. cyberdog
  40033. cyrillic
  40034. cyrillic-based
  40035. cyrillique
  40036. r--set theItem to choose file -- uncomment to test in an AS editor
  40037.     tell application "Finder"
  40038.         open item "Dev.CD May 00 TC:Sample Code:"
  40039.         activate
  40040.     end tell
  40041. on error errMsg number errNum
  40042.     --enter statements to perform when no records are found such as...
  40043.     display dialog "Sorry, the item you selected could not be found."
  40044.     return
  40045. end try
  40046. ent Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  40047.         activate
  40048.     end tell
  40049. on error errMsg number errNum
  40050.     --enter statements to perform when no records are found such as...
  40051.     display dialog "Sorry, the item you selected could not be found."
  40052.     return
  40053. end try
  40054. e    No Changef
  40055. Alias
  40056. HyperCard
  40057. System 7q
  40058. Dev.CD May 00 TC
  40059. $D!All Packages
  40060. Mac OS SDK Edition
  40061. Appearance & CMM SDK 1.0.2
  40062.      00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Apr 00 SDK1
  40063.  - Development Kits
  40064.  - Mac OS
  40065.  - Sound Manager
  40066. shutdownB
  40067. siegel
  40068. sierra
  40069. sierra/iso
  40070. signal
  40071. signaling
  40072. signature
  40073. signatures
  40074. signaturetoapp
  40075. signed
  40076. significant
  40077. signing
  40078. silevelmeteronoff
  40079. silly
  40080. simenel
  40081. similarN
  40082. simpler
  40083. simplest
  40084. simpletexto
  40085. simplified
  40086. simplifies
  40087. simplify
  40088. simply
  40089. simulate
  40090. simulates
  40091. simulation
  40092. simulator
  40093. simultaneous
  40094. simultaneously
  40095. since
  40096. singlep
  40097. single-link
  40098. sitei
  40099. 1.0fc1
  40100. iw-half-dither
  40101. japan
  40102. japanese
  40103. japanese
  40104. language
  40105. japanese
  40106. language
  40107. drawing
  40108. javasprites
  40109. helper
  40110. jisapplet
  40111. sample
  40112. jsaver
  40113. jscriptapplet
  40114. kanjitalk
  40115. kanjitalk
  40116. update
  40117. y XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  40118. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  40119. JEbuildXCMD
  40120. Help XFCN RN 1.4
  40121. helpLab
  40122. makefileHelp
  40123. makeout
  40124. object
  40125. sourceK
  40126. Vol VIIL
  40127. Aug 93M
  40128. HyperCard 2.1, System 7N
  40129. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  40130.  - Tool Chest
  40131.  - Development Kits
  40132.  - HyperCard Related
  40133.  - XCMDs & XFCNs
  40134.  - Help XFCN 1.4V
  40135. 59155X
  40136. 1FCN 1.4V
  40137. 59155X
  40138. 1e    No Change
  40139. l be included as an independant framework.
  40140. Features:
  40141. =======================
  40142. What's New and Updated:
  40143. ======================
  40144. Core Foundation BaseServices [NEW]
  40145. ---------------------------
  40146. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  40147. Core Foundation BundleServices [NEW]
  40148. ---------------------------
  40149. This document describes what a bundle is and shows how you can use Bundle  Services to
  40150.  find localized resources and dynamically load code into your program.
  40151. Core Foundation CollectionServices [NEW]
  40152. ---------------------------
  40153. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  40154. Core Foundation Overview [NEW]
  40155. ---------------------------
  40156. This document summarizes the benefits of Core Foundation and explains some of the key conce
  40157. cftree
  40158. cftype
  40159. cftypeid
  40160. character
  40161. characters
  40162. charset
  40163. chinese
  40164. chinese
  40165. dictation
  40166. speech
  40167. input
  40168. keyboard
  40169. chinese
  40170. handwriting
  40171. input
  40172. keyboard
  40173. tablet
  40174. chinese
  40175. language
  40176. traditional
  40177. simplified
  40178. choose
  40179. chooser
  40180. ciconhandle
  40181. class
  40182. classesY
  40183. client
  40184. clock
  40185. clouseau
  40186. coach
  40187. coachmarks
  40188. codec
  40189. codes
  40190. codewarrior
  40191. collation
  40192. collection
  40193. color
  40194. color
  40195. controls
  40196. window
  40197. table
  40198. Pre-Print Exposure 
  40199.  In-Store Merchandising Programs and Promotion
  40200.  Wholesale Distribution Programs
  40201.  Magazine Advertising Campaigns
  40202.  Mail-Order Catalog Programs and Promotions
  40203.  Apple Online Store Programs and Promotions 
  40204. To be considered for inclusion in these exciting, high-v
  40205. All Packages
  40206. System UpdateO
  40207. Dev.CD Apr 94P
  40208. Dev.CD Apr 9V
  40209. 62521X
  40210. Apr 94
  40211. b--set theItem to choose file -- uncomment to test in an AS editor
  40212.     tell application "Finder"
  40213.         open item "Dev.CD Apr 94"
  40214.         activate
  40215.     end tell
  40216. on error errMsg number errNum
  40217.     --enter statements to perform when no records are found such as...
  40218.     display dialog "Sorry, the item you selected could not be found."
  40219.     return
  40220. end try
  40221. All Packages
  40222. System UpdateO
  40223. Dev.CD Apr 94
  40224. Dev.CD Jan 94P
  40225. Dev.CD Apr 94
  40226. Dev.CD Jan 9V
  40227. 62522X
  40228. Apr 94
  40229. p--set theItem to choose file -- uncomment to test in an AS editor
  40230.     tell application "Finder"
  40231.         open item "Dev.CD Apr 94
  40232. Dev.CD Jan 94"
  40233.         activate
  40234.     end tell
  40235. on error errMsg number errNum
  40236.     --enter statements to perform when no records are found such as...
  40237.     display dialog "Sorry, the item you selected could not be found."
  40238.     return
  40239. end try
  40240. All Packages
  40241. System UpdateO
  40242. Dev.CD Apr 94V
  40243. 62523X
  40244. print2
  40245. printaetypes
  40246. printaetypes
  40247. printing
  40248. printondemand
  40249. printondemand
  40250. printpict
  40251. printpict
  40252. printpictlist
  40253. printpictlist
  40254. privileges
  40255. privileges
  40256. process
  40257. processes
  40258. processor
  40259. product
  40260. productsR
  40261. profile
  40262. profilerx
  40263. profilerenamer
  40264. profilerenamer
  40265. profilerenamer
  40266. readme
  40267. oject
  40268. large
  40269. project
  40270. quick
  40271. start
  40272. guide
  40273. projectfolders
  40274. projectmenu
  40275. projects
  40276. projectxplugin68k
  40277. projectxplugin68knfp
  40278. projectxpluginppc
  40279. projlistmenu
  40280. protocol
  40281. protos
  40282. prototyping
  40283. prototyping
  40284. toolkit
  40285. pubsw
  40286. survival
  40287. environment
  40288. utilities
  40289. graphics
  40290. objects
  40291. printing
  40292. printing
  40293. drvrs
  40294. --set theItem to choose file -- uncomment to test in an AS editor
  40295.     tell application "Finder"
  40296.         open item "Dev.CD Apr 94
  40297. Dev.CD Jan 94
  40298. Dev.CD Oct 93
  40299. Dev.CD Jul 93
  40300. Dev.CD Apr 93"
  40301.         activate
  40302.     end tell
  40303. on error errMsg number errNum
  40304.     --enter statements to perform when no records are found such as...
  40305.     display dialog "Sorry, the item you selected could not be found."
  40306.     return
  40307. end try
  40308. os-compatible
  40309. ot/ppp
  40310. ot/ppp's
  40311. otgetendpointinfo
  40312. other`
  40313. others
  40314. otherwise
  40315. othmer
  40316. otioctl
  40317. otlifo
  40318. Zf)DrawSprocket
  40319. GetVersion
  40320. Context
  40321. CLUTq
  40322. Dev.CD May 00 TC
  40323. All Packages
  40324. Drive UtilitiesI
  40325. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.J
  40326. Drive Setup
  40327. Drive Setup GuideK
  40328. May 96L
  40329. Feb 99N
  40330. Disk, Drive Setup, AidO2Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Mar 00 RL Disk 1
  40331.  - Utilities
  40332.  - Drive UtilitiesV
  40333. 61586X
  40334. Mar 00^    RL Disk 1
  40335. --set theItem to choose file -- uncomment to test in an AS editor
  40336.     tell application "Finder"
  40337.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:"
  40338.         activate
  40339.     end tell
  40340. on error errMsg number errNum
  40341.     --enter statements to perform when no records are found such as...
  40342.     display dialog "Sorry, the item you selected could not be found."
  40343.     return
  40344. end try
  40345. e    No Changef
  40346. Drive Setup
  40347. Dev.CD Mar 00 RL Disk 1
  40348. \D!All Packages
  40349. Tool Chest Edition
  40350. Driver Installer
  40351. commpilerj
  40352. commtoolbox
  40353. 61562X
  40354. Mar 00^
  40355. --set theItem to choose file -- uncomment to test in an AS editor
  40356.     tell application "Finder"
  40357.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  6:"
  40358.         activate
  40359.     end tell
  40360. on error errMsg number errNum
  40361.     --enter statements to perform when no records are found such as...
  40362.     display dialog "Sorry, the item you selected could not be found."
  40363.     return
  40364. end try
  40365. Next CDq
  40366. Dev.CD Mar 00 RL
  40367. DD(All Packages
  40368. Reference Library Edition
  40369. develop Issue  7
  40370.     -set theItem to choose file -- uncomment to test in an AS editor
  40371.     tell application "Finder"
  40372.         open item "Dev.CD May 00 TC:Sample Code:"
  40373.         activate
  40374.     end tell
  40375. on error errMsg number errNum
  40376.     --enter statements to perform when no records are found such as...
  40377.     display dialog "Sorry, the item you selected could not be found."
  40378.     return
  40379. end try
  40380. e    No Changef9live scrolling
  40381. control
  40382. proportional scroll bar
  40383. appearancell bar
  40384. appearance
  40385. 62026X
  40386. Jan 95
  40387. p--set theItem to choose file -- uncomment to test in an AS editor
  40388.     tell application "Finder"
  40389.         open item "Dev.CD Jan 95
  40390. Dev.CD Oct 94"
  40391.         activate
  40392.     end tell
  40393. on error errMsg number errNum
  40394.     --enter statements to perform when no records are found such as...
  40395.     display dialog "Sorry, the item you selected could not be found."
  40396.     return
  40397. end try
  40398. All Packages
  40399. F    QuickTimeO
  40400. Dev.CD Jan 96 SSWP
  40401. Dev.CD Jan 96 SSV
  40402. 62027X
  40403. Jan 96
  40404. f--set theItem to choose file -- uncomment to test in an AS editor
  40405.     tell application "Finder"
  40406.         open item "Dev.CD Jan 96 SSW"
  40407.         activate
  40408.     end tell
  40409. on error errMsg number errNum
  40410.     --enter statements to perform when no records are found such as...
  40411.     display dialog "Sorry, the item you selected could not be found."
  40412.     return
  40413. end try
  40414. All Packages
  40415. F    QuickTimeO
  40416. Dev.CD Jan 96 SSWP
  40417. Dev.CD Jan 96 SSV
  40418. 62028X
  40419. Jan 96
  40420. Dev.CD Jul 93
  40421. Dev.CD Apr 93V
  40422. 59600X
  40423. --set theItem to choose file -- uncomment to test in an AS editor
  40424.     tell application "Finder"
  40425.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:"
  40426.         activate
  40427.     end tell
  40428. on error errMsg number errNum
  40429.     --enter statements to perform when no records are found such as...
  40430.     display dialog "Sorry, the item you selected could not be found."
  40431.     return
  40432. end try
  40433. Jun 97 SSV
  40434. 60779X
  40435. Jun 97
  40436. f--set theItem to choose file -- uncomment to test in an AS editor
  40437.     tell application "Finder"
  40438.         open item "Dev.CD Jun 97 SSW"
  40439.         activate
  40440.     end tell
  40441. on error errMsg number errNum
  40442.     --enter statements to perform when no records are found such as...
  40443.     display dialog "Sorry, the item you selected could not be found."
  40444.     return
  40445. end try
  40446. All Packages
  40447. QuickDraw GXO
  40448. Dev.CD Jun 97 SSWP
  40449. Dev.CD Jun 97 SSV
  40450. 60780X
  40451. Jun 97
  40452. servers@
  40453. appletalk
  40454. first@
  40455. archive@
  40456. summary
  40457. scanner
  40458. development
  40459. contains
  40460. documentation
  40461. summary
  40462. snarfer
  40463. application
  40464. directs
  40465. whatever
  40466. summary
  40467. stopxpp
  40468. attempts
  40469. close
  40470. summary
  40471. system
  40472. 7.5.5
  40473. update
  40474. system
  40475. software
  40476. summary
  40477. suite
  40478. collection
  40479. tools
  40480. summary
  40481. telephone
  40482. manager
  40483. manager
  40484. macin
  40485. summary
  40486. thread
  40487. manager
  40488. system
  40489. extension
  40490. which
  40491. summary
  40492. verifier
  40493. apple
  40494. internal
  40495. localization
  40496. verif
  40497. summary
  40498. these
  40499. obsolete
  40500. hypercard
  40501. toolkits
  40502. which
  40503. summary
  40504. these
  40505. updated
  40506. tools
  40507. quicktime
  40508. summary
  40509. these
  40510. applications
  40511. remote
  40512. control
  40513. server
  40514. summary
  40515. application
  40516. demonstrates
  40517. appleev
  40518. summary
  40519. application
  40520. exercises
  40521. copybits
  40522. copymask
  40523. summary
  40524. brochure
  40525. serves
  40526. foundation
  40527. explaining
  40528. summary
  40529. sample
  40530. demonstrates
  40531. palette
  40532. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  40533. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  40534.  Code Fragment Manager
  40535.     -Loading and preparing a code fragment from the data fork of a file.
  40536.     -Retrieving
  40537.  a list of exported symbols from a prepared code fragment.
  40538.     -Interpreting and manipulating the 'cfrg' resource.
  40539.  Drag Manager
  40540.     -Creating an application specific file when content is dragged to the Finder.
  40541.     -Using drag data which makes sense only to your own application. 
  40542.     -Dragable lists.
  40543.  List Manager
  40544.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  40545.     -Non standard text styles in lists.
  40546.     -Dragable lists. 
  40547. selected
  40548. selector
  40549. sequences
  40550. serial
  40551. serial
  40552. series
  40553. server
  40554. server
  40555. controls
  40556. services
  40557. setting
  40558. setup
  40559. sharedu
  40560. shared
  40561. volumes
  40562. sherlock
  40563. signature
  40564. simplified
  40565. socket
  40566. softwareQ
  40567. solaris
  40568. solutions
  40569. sound
  40570. soundsprocket
  40571. space
  40572. specification
  40573. speech
  40574. spinning
  40575. spinning
  40576. cursors
  40577. sprite
  40578. sprockets
  40579. stacks
  40580. standard
  40581. standards
  40582. standards
  40583. based
  40584. starmax
  40585. state
  40586. statements
  40587. status
  40588. storage
  40589. stress
  40590. string
  40591. string
  40592. encoding
  40593. string
  40594. services
  40595. strings
  40596. strip
  40597. structure
  40598. structure
  40599. region
  40600. style
  40601. style
  40602. guidew
  40603. stylechat
  40604. sub-menus
  40605. suite
  40606. summary
  40607. switch
  40608. switching
  40609. symbiotic
  40610. synchronization
  40611. theory
  40612. contains
  40613. source
  40614. resources
  40615. project
  40616. package
  40617. contains
  40618. processor
  40619. emulator
  40620. extensions
  40621. package
  40622. includes
  40623. transport
  40624. debug
  40625. orkcommsvcs
  40626. networking
  40627. networkingot
  40628. networks
  40629. networks
  40630. r statements to perform when no records are found such as...
  40631.     display dialog "Sorry, the item you selected could not be found."
  40632.     return
  40633. end try
  40634. e    No Changeq
  40635. Dev.CD Mar 00 RL Disk 1
  40636. All Packages
  40637. develop Issue 26
  40638. 57824X
  40639. libraries
  40640. stuff
  40641. stylew
  40642. style
  40643. submission
  40644. success
  40645. suitem
  40646. suitesm
  40647. suites
  40648. under
  40649. developmentm
  40650. support
  40651. supporting
  40652. supporting
  40653. files
  40654. survey
  40655. survival
  40656. sweden
  40657. sweden
  40658. distributors/localiz
  40659. switch
  40660. switch
  40661. switz
  40662. switz
  40663. distributors/localiz
  40664. symantec
  40665. symantec
  40666. builds
  40667. All Packages
  40668. Hebrew Language KitO!Dev.CD May 97 TC
  40669. Dev.CD May 96 TCP Dev.CD May 97 TC
  40670. Dev.CD May 96 TV
  40671. 61634X
  40672. May 97
  40673. v--set theItem to choose file -- uncomment to test in an AS editor
  40674.     tell application "Finder"
  40675.         open item "Dev.CD May 97 TC
  40676. Dev.CD May 96 TC"
  40677.         activate
  40678.     end tell
  40679. on error errMsg number errNum
  40680.     --enter statements to perform when no records are found such as...
  40681.     display dialog "Sorry, the item you selected could not be found."
  40682.     return
  40683. end try
  40684. All Packages
  40685. Hebrew Language KitO2Dev.CD May 97 TC
  40686. Dev.CD Nov 96 TC
  40687. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  40688. Dev.CD Nov 96 TC
  40689. Dev.CD Aug 96 TV
  40690. 61635X
  40691. May 97
  40692. Jun 97 SSW"
  40693.         activate
  40694.     end tell
  40695. on error errMsg number errNum
  40696.     --enter statements to perform when no records are found such as...
  40697.     display dialog "Sorry, the item you selected could not be found."
  40698.     return
  40699. end try
  40700. 2D!All Packages
  40701. Mac OS SDK Edition
  40702. Open Transport 1.3
  40703.     peed of Ope
  40704. All Packages
  40705. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40706. Dev.CD Jan 94
  40707. Dev.CD Oct 93
  40708. Dev.CD Jul 93
  40709. Dev.CD Apr 93PDDev.CD Apr 94
  40710. Dev.CD Jan 94
  40711. Dev.CD Oct 93
  40712. Dev.CD Jul 93
  40713. Dev.CD Apr 9V
  40714. 62456X
  40715. Apr 94
  40716. --set theItem to choose file -- uncomment to test in an AS editor
  40717.     tell application "Finder"
  40718.         open item "Dev.CD Apr 94
  40719. Dev.CD Jan 94
  40720. Dev.CD Oct 93
  40721. Dev.CD Jul 93
  40722. Dev.CD Apr 93"
  40723.         activate
  40724.     end tell
  40725. on error errMsg number errNum
  40726.     --enter statements to perform when no records are found such as...
  40727.     display dialog "Sorry, the item you selected could not be found."
  40728.     return
  40729. end try
  40730. All Packages
  40731. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40732. Dev.CD Jan 94
  40733. Dev.CD Oct 93
  40734. Dev.CD Jul 93
  40735. Dev.CD Apr 93PDDev.CD Apr 94
  40736. Dev.CD Jan 94
  40737. Dev.CD Oct 93
  40738. Dev.CD Jul 93
  40739. Dev.CD Apr 9V
  40740. 62457X
  40741. Apr 94
  40742.  including many bug fixes and several enhancement to display format and additional type displays.
  40743. e    No Change
  40744. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  40745. Changes from Disk Copy 6.3.2
  40746.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  40747. Changes from Disk Copy 6.3.1
  40748.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  40749.  Added support for making floppies from certain USB floppy drives.
  40750.  Various i
  40751. nterface improvements.
  40752. Changes from Disk Copy 6.3
  40753.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  40754. Changes from Disk Copy 6.2
  40755.  Added Navigation Services support.
  40756.  Added ability to duplicate a floppy.
  40757.  Added support for creating self-mounting images.
  40758.  Various improvements to AppleScript support.
  40759.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  40760.  Imaging a fo
  40761. Deletedq
  40762. Dev.CD Nov 99 TC
  40763. D!All Packages
  40764. Tool Chest Edition
  40765. Maximizing Quadra FloatingPoint
  40766. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  40767. Features: 
  40768.  Round (to nearest),Truncate (toward zero),
  40769. Floor (toward -
  40770.  Optimized for 68040; functional with 68881/2
  40771.  Over 15X faster on Quadra, but 2.6X slower on the FX
  40772. FloatToLong.a
  40773. ReadMe
  40774. ReadMe.txtK
  40775. Apr 93OYDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD May 00 TC
  40776.  - Tool Chest
  40777.  - Development Kits
  40778.  - MPW Related
  40779.  - Maximizing Quadra FloatingPointV
  40780. 61744X
  40781. May 00^
  40782. #r 94
  40783. Dev.CD Jan 94
  40784. Dev.CD Oct 93
  40785. Dev.CD Jul 93
  40786. Dev.CD Apr 93PDDev.CD Apr 94
  40787. Dev.CD Jan 94
  40788. Dev.CD Oct 93
  40789. Dev.CD Jul 93
  40790. Dev.CD Apr 9V
  40791. 57342X
  40792. Apr 94
  40793. ted could not be found."
  40794.     return
  40795. end try
  40796. All Packages
  40797. F    QuickTimeO)Dev.CD Oct 93
  40798. Dev.CD Jul 93
  40799. Dev.CD Apr 93P(Dev.CD Oct 93
  40800. Dev.CD Jul 93
  40801. Dev.CD Apr 9V
  40802. 53348X
  40803. Oct 93
  40804. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  40805. JQDisplay Device Driver Guide
  40806. Mac OS Runtime Architectures
  40807. Read Me - Other SSW DocsK
  40808. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  40809.  - Technical Documentation
  40810.  - More SSW Documentationystem
  40811. primer
  40812. print
  40813. print2
  40814. printing
  40815. processor
  40816. e AE Objec
  40817. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  40818. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  40819. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  40820. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  40821. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  40822. A list of client (word processor) and server (spelling a
  40823. -e    No Changeq
  40824. Dev.CD May 00 TC
  40825. .D!All Packages
  40826. Tool Chest Edition
  40827. VersionEdit 1.1
  40828. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  40829. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us
  40830. leaks
  40831. learning
  40832. learning
  40833. drive
  40834. verilog
  40835. libraryu
  40836. listmania
  40837. navigator
  40838. newsi
  40839. notesS
  40840. onescannerg
  40841. opp's
  40842. palette
  40843. parserV
  40844. performance
  40845. photoshop
  40846. player
  40847. plugins
  40848. postscript
  40849. primer
  40850. 62145X
  40851. May 00^
  40852. Revised
  40853. --set theItem to choose file -- uncomment to test in an AS editor
  40854.     tell application "Finder"
  40855.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  40856.         activate
  40857.     end tell
  40858. on error errMsg number errNum
  40859.     --enter statements to perform when no records are found such as...
  40860.     display dialog "Sorry, the item you selected could not be found."
  40861.     return
  40862. end try
  40863. Updatedf"OpenGL
  40864. full screen
  40865. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  40866. Dev.CD May 00 TC
  40867. D!All Packages
  40868. Tool Chest Edition
  40869. SetWindBackColorI
  40870. Demonstrates how to programmatically set the background color of a window without flicker.
  40871. Don't have the Appearance Manager running.J
  40872. Sample Code.imgK
  40873. Aug 97N
  40874. background color WDEF windowO
  40875. Dev.CD May 00 TC:Sample Code:P
  40876. Dev.CD May 00 TC
  40877.  - Sample CodeV
  40878. 62146X
  40879. May 00^
  40880. #2-47
  40881. 2-byte
  40882. 2-way
  40883. 62119X
  40884. Sep 97^
  40885. --set theItem to choose file -- uncomment to test in an AS editor
  40886.     tell application "Finder"
  40887.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  40888. MPTA Goodies:QuickView
  40889.  Developer Edition:"
  40890.         activate
  40891.     end tell
  40892. on error errMsg number errNum
  40893.     --enter statements to perform when no records are found such as...
  40894.     display dialog "Sorry, the item you selected could not be found."
  40895.     return
  40896. end try
  40897. e    No Changef TOOLBOX ASSISTANT
  40898. QUICKVIEWq
  40899. Dev.CD Sep 97 RL
  40900. qD!All Packages
  40901. Tool Chest Edition
  40902. Qwertytunes 0.6
  40903. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  40904. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  40905. 1e    No Change
  40906. ould not be found."
  40907.     return
  40908. end try
  40909. All Packages
  40910. --set theItem to choose file -- uncomment to test in an AS editor
  40911.     tell application "Finder"
  40912.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  40913.         activate
  40914.     end tell
  40915. on error errMsg number errNum
  40916.     --enter statements to perform when no records are found such as...
  40917.     display dialog "Sorry, the item you selected could not be found."
  40918.     return
  40919. end try
  40920.     return
  40921. end try
  40922. All Packages
  40923. QuickDraw GXO
  40924. Dev.CD Jan 96 SDK1P
  40925. Dev.CD Jan 96 SDKV
  40926. 60713X
  40927. Jan 96
  40928. g--set theItem to choose file -- uncomment to test in an AS editor
  40929.     tell application "Finder"
  40930.         open item "Dev.CD Jan 96 SDK1"
  40931.         activate
  40932.     end tell
  40933. on error errMsg number errNum
  40934.     --enter statements to perform when no records are found such as...
  40935.     display dialog "Sorry, the item you selected could not be found."
  40936.     return
  40937. end try
  40938. All Packages
  40939. QuickDraw GXO
  40940. Dev.CD Jan 96 SDK1V
  40941. 60714X
  40942. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  40943. Features:
  40944. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  40945. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  40946. DrawTextCodec Example: Shows how to write a simple codec.
  40947. Dumpster: An application for viewing the contents of a movie description.
  40948. Get Info Ini
  40949. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  40950. GrabGuy: An application that creates QuickTime
  40951.  movies from videotape.
  40952. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  40953. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  40954. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  40955. Set Movie Information: An appli
  40956. Vol IIIt Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  40957. HTML Text Extractor
  40958.  and 
  40959. PDF Text Extractor
  40960. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  40961. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  40962. example, consider the following HTML file:
  40963. <HTML>
  40964. <BODY>
  40965. This is a sample document.
  40966. </BODY>
  40967. </HTML>
  40968. Without knowing the HTML format, every word above would get indexed, so searching for 
  40969.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  40970. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  40971. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  40972. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  40973. QuickDraw GX Objects
  40974. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  40975. w GX shape: the shape object, the style object, the ink object, and the transform object.
  40976. QuickDraw GX Printing
  40977. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  40978. QuickDraw GX Printing Extensions and Drivers
  40979. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  40980. java's
  40981. javadoc
  40982. javascript
  40983. jbindery
  40984. jdirect
  40985. jdkclasses
  40986. jgnefilter
  40987. per NoteI
  40988. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  40989. PB_190_5300RAMCard_Er.pdf
  40990. PowerBook_1400.pdf
  40991. PowerBook_1400_Addendum.pdf
  40992. PowerBook_2400c.pdf
  40993. PowerBook_3400.pdf
  40994. PowerBook_5300.pdf
  40995. PowerBook_Duo_2300c.pdf
  40996. PowerBook_Processor_Upg.pdfK
  40997. Sep 97M
  40998. Acrobat Reader.N
  40999. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  41000.  - Technical Publications
  41001.  - hardware
  41002.  - Developer_Notes
  41003.  - Macintosh_CPUs-PPC_PortableV
  41004. 59120X
  41005. Mar 00^    RL Disk 2
  41006. e    No Change
  41007. ard Related
  41008.  - XCMDs & XFCNs
  41009.  - ProgressWindoid
  41010. CInstaller. It is in the same folder as this document.
  41011. 2. Double-click on the Apple System Profiler Installer application. 
  41012. 62560X
  41013. May 00^
  41014. --set theItem to choose file -- uncomment to test in an AS editor
  41015.     tell application "Finder"
  41016.         open item "Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  41017.         activate
  41018.     end tell
  41019. on error errMsg number errNum
  41020.     --enter statements to perform when no records are found such as...
  41021.     display dialog "Sorry, the item you selected could not be found."
  41022.     return
  41023. end try
  41024. e    No Changef2AppleShare
  41025. File Sharing
  41026. File Manager
  41027. Drag and Dropq
  41028. Dev.CD May 00 TC
  41029. *D!All Packages
  41030. Tool Chest Edition
  41031. URL Access 1.0.1 SDK
  41032.     e with the sound
  41033. theta
  41034. oraclej
  41035. oracleeoadaptor
  41036. orchestra
  41037. order
  41038. orderly
  41039. org/developers
  41040. organizational
  41041. organized
  41042. organizing
  41043. oriented
  41044. originaly
  41045. original/localized
  41046. e item you selected could not be found."
  41047.     return
  41048. end try
  41049. e    No Changef
  41050. QuickTime
  41051. Dev.CD May 00 TC
  41052. ImportExportI
  41053. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  41054. Sample Code.imgK
  41055. Feb 00
  41056. - Common
  41057.     - Sun Compliant Java Runtime Environment 1.1
  41058.     - QuickTime 3 
  41059.     - QTJava.zip
  41060.     - QTJava media samples
  41061. - Mac OS:
  41062.     - System 8 or later
  41063.     - Macintosh Runtime for Java (MRJ) 2.1
  41064. - Windows 95, 98, or NT::
  41065.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41066. Inc. recommended
  41067. --set theItem to choose file -- uncomment to test in an AS editor
  41068.     tell application "Finder"
  41069.         open item "Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  41070.         activate
  41071.     end tell
  41072. on error errMsg number errNum
  41073.     --enter statements to perform when no records are found such as...
  41074.     display dialog "Sorry, the item you selected could not be found."
  41075.     return
  41076. end try
  41077.     end tell
  41078. on error errMsg number errNum
  41079.     --enter statements to perform when no records are found such as...
  41080.     display dialog "Sorry, the item you selected could not be found."
  41081.     return
  41082. end try
  41083. All Packages
  41084. System Enabler 003 (LC III)OEDev.CD Apr 94
  41085. Dev.CD Jan 94
  41086. Dev.CD Oct 93
  41087. Dev.CD Jul 93
  41088. Dev.CD Apr 93PDDev.CD Apr 94
  41089. Dev.CD Jan 94
  41090. Dev.CD Oct 93
  41091. Dev.CD Jul 93
  41092. Dev.CD Apr 9V
  41093. 61077X
  41094. Apr 94
  41095. pulled
  41096. quickdraw
  41097. dimension
  41098. macintosh
  41099. graphics
  41100. pablo
  41101. gardingo
  41102. r--set theItem to choose file -- uncomment to test in an AS editor
  41103.     tell application "Finder"
  41104.         open item "Dev.CD May 00 TC:Sample Code:"
  41105.         activate
  41106.     end tell
  41107. on error errMsg number errNum
  41108.     --enter statements to perform when no records are found such as...
  41109.     display dialog "Sorry, the item you selected could not be found."
  41110.     return
  41111. end try
  41112. sion 1.1 with an older version of Apple Shared Library Manager.
  41113. AppleTalk Connection relies on the latest release of MacSNMP vW
  41114. folderso
  41115. folks
  41116. follow
  41117. followed
  41118. following
  41119. follows
  41120. fonte
  41121. fonts
  41122. footprintg
  41123. This Disk Copy archive contains hundreds of code samples from the DTS sample code library, sorted by category.   Categories include: Communications Toolbox, Contributed, Devices and. Hardware, Files, Games, Graphics 2D, Graphics 3D, Help Systems, Human Interface Toolbox, Interapplication Comm, Java, Memory, Networking, Memory, Networking, OS Utilities, Overview, Platforms and Tools, Printing, Processes, QuickTime, Runtime Architecture, Sound and Text.
  41124. Windows sample code is also included B
  41125. in select categories. Samples are designed to work with CodeWarrior 2 or later and Universal Interfaces 3.2 unless otherwise noted.
  41126. Sample Code.imgK
  41127. Vol IVL
  41128. May 00M/Mac OS 8.1 or later. MPW, THINK C, CodeWarrior.N
  41129. Sample, Code, DTSO
  41130. Dev.CD May 00 TC:Sample Code:P
  41131. Dev.CD May 00 TC
  41132.  - Sample Code
  41133. validator
  41134. validator
  41135. validator
  41136. documentation
  41137. validator
  41138. documentation
  41139. variable
  41140. variables
  41141. version
  41142. version
  41143. history
  41144. version
  41145. history
  41146. ory and disk space over that needed for your product.  Refer to the document 
  41147. About MRJ 2.2
  41148.  for MRJ
  41149. s system requirements.
  41150. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.apple.com/techpubs/.
  41151. The following development tools are needed by various parts of the MRJ Redistribution SDK:
  41152.  CodeWarrior Pro 4.1 i
  41153. s required for building the sample code provided in this SDK.
  41154.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  41155.  InstallerMaker
  41156.  6.5 is required for building the MRJ Stuffit Example Installer.
  41157.  Installer VISE 6.5 is required for building the MRJ Vice Example Installer.
  41158.  Installer proprietary headers from one or more of the following installer vendors is required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Install
  41159. samples
  41160. samplesndplay
  41161. sanctioned
  41162. sanity
  41163. sanskrit
  41164. satisfys
  41165. satisfying
  41166. saturate
  41167. savec
  41168. saved
  41169. saved-off
  41170. savedpapfilexx
  41171. scannedg
  41172. scannerg
  41173. scanning
  41174. scansg
  41175. scheduleR
  41176. scheduled
  41177. schedulesR
  41178. schemes
  41179. schneider
  41180. science
  41181. scoop
  41182. score
  41183. scoring
  41184. scott
  41185. scrambling
  41186. scrap
  41187. screenB
  41188. screens
  41189. scripth
  41190. scriptability
  41191. scriptableN
  41192. scripted
  41193. scripter
  41194. scriptingh
  41195. scripts
  41196. 61850X
  41197. Mar 00^    RL Disk 1
  41198. --set theItem to choose file -- uncomment to test in an AS editor
  41199.     tell application "Finder"
  41200.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:"
  41201.         activate
  41202.     end tell
  41203. on error errMsg number errNum
  41204.     --enter statements to perform when no records are found such as...
  41205.     display dialog "Sorry, the item you selected could not be found."
  41206.     return
  41207. end try
  41208. e    No Changef
  41209. Printing
  41210. PostScript
  41211. Filterq
  41212. Dev.CD Mar 00 RL Disk 1
  41213. dD!All Packages
  41214. Tool Chest Edition
  41215. PostScript UtilitiesI
  41216. Summary: This folder contains a number of PostScript
  41217.  utilities.
  41218. Features:
  41219.  DiskRestore
  41220.  kill test page
  41221.  Laser Doctor
  41222.  letter paper tray
  41223.  plain paper tray
  41224.  print total pages
  41225.  restore test page
  41226. This package is 7.0 compatible.JnDiskRestore
  41227. kill test page
  41228. Laser Doctor
  41229. letter paper tray
  41230. plain paper tray
  41231. print total pages
  41232. restore test pageK
  41233. Vol IIIL
  41234. Vol VIInge
  41235. lUp adev to support your MacTCP mde
  41236. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  41237. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  41238. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablB
  41239. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  41240. Contains OpenDoc
  41241.  1.1, documentation, and development essentials.
  41242. Cyberdog 1.1:
  41243. Developer Documentation:
  41244. Installing OpenDoc
  41245. Introduction to Component SW:
  41246. Licensing:
  41247. OpenDoc Development:
  41248. OpenDoc Development Framework
  41249. OpenDoc DR6 ReadMe
  41250. OpenDoc
  41251.  Source CodeK
  41252. Apr 96L
  41253. Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:
  41254. won't
  41255. :  bbsw@netcom.com
  41256. !NOT AN APPLE PRODUCT!:
  41257. About BBEdit Lite
  41258. BBEdit Extensions:
  41259. BBEdit Lite 3.5
  41260. BBEdit Lite Quickstart
  41261. TextChanger 2.0.1:
  41262. Upgrading to BBEdit 3.5:
  41263. What's New in BBEdit Lite 3.5K
  41264. May 94L
  41265. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  41266.  - Tool Chest
  41267.  - Developer Utilities
  41268.  - BBEdit Lite 3.5 found."
  41269.     return
  41270. end try
  41271. to implement them.
  41272. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  41273. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  41274. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  41275. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  41276. as-is
  41277. asian
  41278. asic/fpga
  41279. aside
  41280. asked
  41281. askyesno
  41282. aslmu
  41283. aspects
  41284. assembled
  41285. embly-level
  41286. assigned
  41287. assignments
  41288. assist
  41289. assistancex
  41290. assistantj
  41291. assistants
  41292. assists
  41293. associatedQ
  41294. associationz
  41295. assume
  41296. assumption
  41297. assure
  41298. asynchronous
  41299. asynchronous
  41300. background
  41301. networking
  41302. macintosh
  41303. harry
  41304. asynchronously
  41305. 61769X
  41306. May 00^
  41307. Revised
  41308. --set theItem to choose file -- uncomment to test in an AS editor
  41309.     tell application "Finder"
  41310.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:"
  41311.         activate
  41312.     end tell
  41313. on error errMsg number errNum
  41314.     --enter statements to perform when no records are found such as...
  41315.     display dialog "Sorry, the item you selected could not be found."
  41316.     return
  41317. end try
  41318. Updatedf$MRJ
  41319. MRJ SDK
  41320. MRJ 2.2
  41321. MRJ SDK 2.2o
  41322. http://developer.apple.com/sdkq
  41323. Dev.CD May 00 TC
  41324. D.All Packages
  41325. Tool Chest Edition
  41326. New & RevisedF
  41327. MRJ 2.2 Redistribution SDK
  41328.     itive operation.
  41329. Carbon_Menu_Mgr_API.pdf
  41330. Carbon_Window_Mgr_API.pdf
  41331. DisplayManager.pdf
  41332. HTML_RenderingLib.pdf
  41333. Locales_for_Mac_OS_8.6_9.0.pdf
  41334. UnicodeUtilities.pdf
  41335. OqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:nd try
  41336. All Packages
  41337. F    QuickTimeV
  41338. 59577X
  41339. 61694X
  41340. Apr 00^
  41341. --set theItem to choose file -- uncomment to test in an AS editor
  41342.     tell application "Finder"
  41343.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  41344.         activate
  41345.     end tell
  41346. on error errMsg number errNum
  41347.     --enter statements to perform when no records are found such as...
  41348.     display dialog "Sorry, the item you selected could not be found."
  41349.     return
  41350. end try
  41351. e    No ChangefoLanguage
  41352. Analysis
  41353. Language Analysis Architecture
  41354. Japanese
  41355. morpheme
  41356. Dictionary Manager
  41357. Analysis
  41358. Language Managerq
  41359. Dev.CD Apr 00 SDK1
  41360. All Packages
  41361. Language Kit UpdaterO
  41362. Dev.CD Nov 97 TCP
  41363. Dev.CD Nov 97 TV
  41364. 61695X
  41365. Nov 97
  41366. al or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  41367. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  41368. f--set theItem to choose file -- uncomment to test in an AS editor
  41369.     tell application "Finder"
  41370.         open item "Dev.CD Jan 96 SSW"
  41371.         activate
  41372.     end tell
  41373. on error errMsg number errNum
  41374.     --enter statements to perform when no records are found such as...
  41375.     display dialog "Sorry, the item you selected could not be found."
  41376.     return
  41377. end try
  41378. interfaces
  41379. interleaving
  41380. international
  41381. internationalizationy
  41382. internet
  41383. internet
  41384. server
  41385. rrupt
  41386. interrupt
  41387. introduction
  41388. introduction
  41389. programming
  41390. investment
  41391. iostreams
  41392. gatewayS
  41393. sample
  41394. items
  41395. japanese
  41396. tutorial
  41397. jbindery
  41398. jdirect
  41399. All Packages
  41400. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41401. Dev.CD Jan 94
  41402. Dev.CD Oct 93
  41403. Dev.CD Jul 93
  41404. Dev.CD Apr 93PDDev.CD Apr 94
  41405. Dev.CD Jan 94
  41406. Dev.CD Oct 93
  41407. Dev.CD Jul 93
  41408. Dev.CD Apr 9V
  41409. 62335X
  41410. Apr 94
  41411. --set theItem to choose file -- uncomment to test in an AS editor
  41412.     tell application "Finder"
  41413.         open item "Dev.CD Apr 94
  41414. Dev.CD Jan 94
  41415. Dev.CD Oct 93
  41416. Dev.CD Jul 93
  41417. Dev.CD Apr 93"
  41418.         activate
  41419.     end tell
  41420. on error errMsg number errNum
  41421.     --enter statements to perform when no records are found such as...
  41422.     display dialog "Sorry, the item you selected could not be found."
  41423.     return
  41424. end try
  41425. All Packages
  41426. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41427. Dev.CD Jan 94
  41428. Dev.CD Oct 93
  41429. Dev.CD Jul 93
  41430. Dev.CD Apr 93PDDev.CD Apr 94
  41431. Dev.CD Jan 94
  41432. Dev.CD Oct 93
  41433. Dev.CD Jul 93
  41434. Dev.CD Apr 9V
  41435. 62336X
  41436. Apr 94
  41437. scomP
  41438. screen
  41439. script\
  41440. scriptable\
  41441. uccessful
  41442. prog's
  41443. overview
  41444. typography
  41445. 1.1.1
  41446. spooler
  41447. patch
  41448. 1.0.2
  41449. 1.1.2
  41450. spooler
  41451. patch
  41452. 1.0.2
  41453. 1.1.3
  41454. spooler
  41455. patch
  41456. 1.0.2
  41457. qt3-more
  41458. qt3-more
  41459. video
  41460. technical
  41461. backgrounder
  41462. qtdevdocs
  41463. qteffects
  41464. qteffects
  41465. qteffects
  41466. qteffects
  41467. project
  41468. qtforjava
  41469. qtjava
  41470. qtjava
  41471. qtjavadocs
  41472. qtjavasdk
  41473. pensable work-arounds and illustrations for Mac OS programming.
  41474. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  41475. J.MIB-Clients:
  41476. MIB-Documentation:
  41477. MIB-Libraries:K
  41478. Nov 98L
  41479. Dec 99M
  41480. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  41481. 60523X
  41482. 1e    No Change
  41483. Power Macintosh.
  41484. e    No Change
  41485. r--set theItem to choose file -- uncomment to test in an AS editor
  41486.     tell application "Finder"
  41487.         open item "Dev.CD May 00 TC:Sample Code:"
  41488.         activate
  41489.     end tell
  41490. on error errMsg number errNum
  41491.     --enter statements to perform when no records are found such as...
  41492.     display dialog "Sorry, the item you selected could not be found."
  41493.     return
  41494. end try
  41495. macosx
  41496. macsbug]
  41497. macsbug
  41498. macsbug
  41499. macsbug
  41500. debugging
  41501. guide
  41502. macsbug
  41503. resources]
  41504. macsbugapp
  41505. macsnmp
  41506. macsnmp
  41507. macsnmp
  41508. macsnmp
  41509. developer
  41510. 1.0.2
  41511. macsnmp
  41512. programmer's
  41513. guide
  41514. macsnmp
  41515. first
  41516. macsnmp
  41517. transport
  41518. 1.0.2
  41519. macsnmp
  41520. update
  41521. 1.1.1
  41522. mactcp
  41523. mactcp
  41524. mactcp
  41525. developer
  41526. tools
  41527. mactcp
  41528. mactcp
  41529. first
  41530. mactcp
  41531. mactype
  41532. mactype
  41533. datasheet
  41534. white
  41535. paper
  41536. D!All Packages
  41537. Tool Chest Edition
  41538. Macintosh PowerBook Qualified
  41539. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  41540. The Kit includes:
  41541. Guide to Macintosh PowerBook Qualified Program
  41542. Program Technical Specifications
  41543. Program Pre-testing Guidelines
  41544. Legal Documentation for licensing and program participation
  41545. eturn
  41546. end try
  41547. e    No Changef
  41548. QuickTime
  41549. Dev.CD May 00 TC
  41550. *D(All Packages
  41551. Reference Library Edition
  41552. develop Issue  1
  41553.     e to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  41554. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  41555. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  41556. applicationsA
  41557. applied
  41558. applies
  41559. apply
  41560. applying
  41561. approach
  41562. approaches
  41563. appropriate
  41564. appropriately
  41565. approval
  41566. architecture/roadmap
  41567. architectures
  41568. archive
  41569. archived
  41570. archivesi
  41571. ge in the future.
  41572. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  41573. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  41574. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  41575. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  41576. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  41577. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  41578. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  41579. Dev.CD Jul 9V
  41580. 62246X
  41581. Jul 95
  41582. b--set theItem to choose file -- uncomment to test in an AS editor
  41583.     tell application "Finder"
  41584.         open item "Dev.CD Jul 95"
  41585.         activate
  41586.     end tell
  41587. on error errMsg number errNum
  41588.     --enter statements to perform when no records are found such as...
  41589.     display dialog "Sorry, the item you selected could not be found."
  41590.     return
  41591. end try
  41592. All Packages
  41593. System 7.5 Update 1.0O
  41594. Dev.CD Jul 95P
  41595. Dev.CD Jul 9V
  41596. 62247X
  41597. Jul 95
  41598. b--set theItem to choose file -- uncomment to test in an AS editor
  41599.     tell application "Finder"
  41600.         open item "Dev.CD Jul 95"
  41601.         activate
  41602.     end tell
  41603. on error errMsg number errNum
  41604.     --enter statements to perform when no records are found such as...
  41605.     display dialog "Sorry, the item you selected could not be found."
  41606.     return
  41607. end try
  41608. All Packages
  41609. System 7.5 Update 1.0O
  41610. Dev.CD Jul 95P
  41611. Dev.CD Jul 9V
  41612. 62248X
  41613. Jul 95
  41614. documentationandsamp
  41615. dialup
  41616. dictation
  41617. dictionaries
  41618. dictionary
  41619. didn't
  41620. dierks
  41621. differ
  41622. differences
  41623. differento
  41624. differentiating
  41625. differentiation
  41626. differing
  41627. differs
  41628. difficult
  41629. difficulties
  41630. difficultyo
  41631. digest
  41632. digit
  41633. digital
  41634. digitizer
  41635. digitizers
  41636. digitizing
  41637. dilemmas
  41638. dilsj
  41639. dimension
  41640. dimensions
  41641. dimmed
  41642. dimming
  41643. dimms
  41644. diractive
  41645. direct
  41646. direct-manipulation
  41647. direction
  41648. discard
  41649. 2P^Dev.CD Apr 00 SDK1
  41650.  - Development Kits
  41651.  - Mac OS
  41652.  - Open Transport 1.3
  41653.  - Open Transport DebugV
  41654. 61801X
  41655. Apr 00^
  41656. --set theItem to choose file -- uncomment to test in an AS editor
  41657.     tell application "Finder"
  41658.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  41659.         activate
  41660.     end tell
  41661. on error errMsg number errNum
  41662.     --enter statements to perform when no records are found such as...
  41663.     display dialog "Sorry, the item you selected could not be found."
  41664.     return
  41665. end try
  41666. e    No Changef
  41667. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  41668. Dev.CD Apr 00 SDK1
  41669. 3D!All Packages
  41670. Mac OS SDK Edition
  41671. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  41672. OpenTptPPP.h
  41673. OT/PPP Client Dev Note 1.0K
  41674. Apr 98M
  41675. Open TransportN
  41676. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  41677. cumented, it could be subjecW
  41678. 5OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Mar 00 RL
  41679.  - Technical Documentation
  41680.  - develop
  41681.  - develop Issue  2de that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  41682. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  41683. SetupGL is a set of functions that can beV
  41684. finder
  41685. label
  41686. finder
  41687. windows
  41688. finderevents
  41689. firewire
  41690. firmware
  41691. folder
  41692. encoding
  41693. management
  41694. manager
  41695. fonts
  41696. fontsync
  41697. foreign
  41698. foreign
  41699. system
  41700. formatting
  41701. forth
  41702. foundation
  41703. foundation
  41704. reference
  41705. using
  41706. usual
  41707. usually
  41708. utf-8
  41709. utilites
  41710. utilities
  41711. utilityp
  41712. utilization
  41713. utilized
  41714. utilizes
  41715. utitity
  41716. uunpredictable
  41717. varietyb
  41718. various
  41719. vectors
  41720. verbatim
  41721. verification
  41722. verify]
  41723. verifying
  41724. veritable
  41725. versatile
  41726. versatility
  41727. versionN
  41728. de information about the the latest product configurations, which include faster clock speeds, more memory, and a larger hard disk.
  41729.   The developer note provides technical information about the
  41730.   iBook consumer portable and its features, which include a
  41731.   300 or 366-MHz PowerPC processor, built-in Ethernet port
  41732.   and modem, and the optional AirPort Card wireless LAN module.
  41733.   The developer note includes information about
  41734.   - the features of the iBook
  41735.   - some compatibility issues
  41736.   - the
  41737.  internal logic and custom ICs
  41738.   - the I/O ports and built-in I/O devices
  41739.   - the RAM expansion slot
  41740.   - the system software
  41741. --------------------------------
  41742. Power Mac G4 Developer Note
  41743. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  41744.    The developer note provides technical information about the
  41745.    Power Mac G4 computer and its features, which include a
  41746.    fast Powe
  41747. 61472X
  41748. May 00^
  41749. --set theItem to choose file -- uncomment to test in an AS editor
  41750.     tell application "Finder"
  41751.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  41752.         activate
  41753.     end tell
  41754. on error errMsg number errNum
  41755.     --enter statements to perform when no records are found such as...
  41756.     display dialog "Sorry, the item you selected could not be found."
  41757.     return
  41758. end try
  41759. e    No Changeq
  41760. Dev.CD May 00 TC
  41761. jD(All Packages
  41762. Reference Library Edition
  41763. C/F Registration Requests
  41764.      "Sorry, the item you selected could not be found."
  41765.     return
  41766. end try
  41767. All Packages
  41768. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41769. Dev.CD Jan 94
  41770. Dev.CD Oct 93
  41771. Dev.CD Jul 93
  41772. Dev.CD Apr 93PDDev.CD Apr 94
  41773. Dev.CD Jan 94
  41774. Dev.CD Oct 93
  41775. Dev.CD Jul 93
  41776. Dev.CD Apr 9V
  41777. 61101X
  41778. Apr 94
  41779. graphically
  41780. pending
  41781. penetrate
  41782. pentiumj
  41783. people
  41784. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  41785. [3] It's been sugges
  41786. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  41787. summary
  41788. versionedit
  41789. software
  41790. development
  41791. which
  41792. summary
  41793. simple
  41794. macintosh
  41795. application
  41796. supports
  41797. summary
  41798. vucollect
  41799. virtual
  41800. summary
  41801. pleased
  41802. provide
  41803. version
  41804. 1.5.1
  41805. summary
  41806. windowpicker
  41807. system
  41808. extension
  41809. provides
  41810. summary
  41811. services
  41812. allows
  41813. application
  41814. summary
  41815. network
  41816. software
  41817. installer
  41818. insta
  41819. summary
  41820. zaptcp
  41821. provides
  41822. safety
  41823. mactcp
  41824. developers
  41825. summary
  41826. ranger
  41827. freeware
  41828. utility
  41829. provides
  41830. summer
  41831. sun's
  41832. sunsoft
  41833. super
  41834. pleased
  41835. plethora
  41836. plug-and-play
  41837. plug-inh
  41838. plug-in's
  41839. ideas
  41840. opportunities
  41841. savemenu
  41842. saytext
  41843. saytext
  41844. sbarcdef
  41845. sbarcdef
  41846. scang
  41847. image
  41848. scannerg
  41849. scanner
  41850. addendumg
  41851. scanner
  41852. scannersg
  41853. scheduleR
  41854. scpt]
  41855. scrap
  41856. scrap
  41857. color
  41858. documentation
  41859. scrapbook
  41860. scrapbook
  41861. scrapcolor
  41862. scrapcolor
  41863. scrapcolor
  41864. library
  41865. scrapcolordemo
  41866. scrapxcmds
  41867. scrapxcmds
  41868. script
  41869. scriptableprinting
  41870. scriptableprinting
  41871. scriptableprinting
  41872. scriptablestuffiteng
  41873. scriptablestuffiteng
  41874. scripting
  41875. scriptingadditions
  41876. scripts
  41877. scriptswitcher
  41878. scriptswitcher
  41879. scriptx
  41880. scriptx
  41881. platforms
  41882. scriptx
  41883. differences
  41884. tools
  41885. tools
  41886. scsimonitor
  41887. scsimonitor
  41888. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O7Dev.CD May 00 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:P?Dev.CD May 00 TC
  41889.  - Tool Chest
  41890.  - Toolbox
  41891.  - Menu Defproc 1.0.3ors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  41892.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  41893. PDF Text Extractor
  41894.  to index and summarize PDF files.  
  41895. J.DemoExtractor
  41896. Headers
  41897. Text Extractors Plug-insK
  41898. Oct 99M
  41899. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Apr 00 SDK1
  41900.  - Development Kits
  41901.  - Mac OS
  41902.  - Find By Content (FBC) Extractoru selected could not be found."
  41903.     return
  41904. end try
  41905. All Packages
  41906. F    PowerTalkO
  41907. Dev.CD Apr 95P
  41908. Dev.CD Apr 9V
  41909. 59393X
  41910. Apr 95
  41911. gether better and in a more integrated fashion.
  41912. At least tard
  41913. async
  41914. device
  41915. asynchronous
  41916. atapi
  41917. powerbook
  41918. atapi
  41919. atmark
  41920. atsui
  41921. attributes
  41922. atworld
  41923. audio
  41924. audio
  41925. compression
  41926. playback
  41927. codec
  41928. authentication
  41929. automated
  41930. automation
  41931. aware
  41932. background
  41933. background
  41934. apple
  41935. event
  41936. background
  41937. color
  41938. window
  41939. background-only
  41940. backside
  41941. backup
  41942. balloon
  41943. balloon
  41944. finder
  41945. strings
  41946. spinning
  41947. cursors
  41948. balloon
  41949. dialog
  41950. balloons
  41951. bandai
  41952. bandwidthA
  41953. barrier
  41954. based
  41955. batch
  41956. bi-directional
  41957. blanking
  41958. blitters
  41959. block
  41960. bridge
  41961. broadcast
  41962. browse
  41963. browser
  41964. capabilities
  41965. --set theItem to choose file -- uncomment to test in an AS editor
  41966.     tell application "Finder"
  41967.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  41968.         activate
  41969.     end tell
  41970. on error errMsg number errNum
  41971.     --enter statements to perform when no records are found such as...
  41972.     display dialog "Sorry, the item you selected could not be found."
  41973.     return
  41974. end try
  41975. pr 00 SDK1
  41976.  - Development Kits
  41977.  - Mac OS
  41978.  - GameSprocket SDKsr NT::
  41979.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41980. QuickTime, Java, MRJO
  41981. Dev.CD May 00 TC:Sample Code:P
  41982. Dev.CD May 00 TC
  41983.  - Sample CodeOEDev.CD Apr 94
  41984. Dev.CD Jan 94
  41985. Dev.CD Oct 93
  41986. Dev.CD Jul 93
  41987. Dev.CD Apr 93PDDev.CD Apr 94
  41988. Dev.CD Jan 94
  41989. Dev.CD Oct 93
  41990. Dev.CD Jul 93
  41991. Dev.CD Apr 9V
  41992. 57380X
  41993. Apr 94
  41994. logicz
  41995. logical
  41996. login
  41997. logins
  41998. es SDK:
  41999. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  42000. s color table. 
  42001. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  42002. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  42003. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  42004. Sample Code.imgK
  42005. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  42006. Dev.CD May 00 TC:Sample Code: with a click of the mou
  42007. interrupt
  42008. interrupt
  42009. introduction
  42010. introduction
  42011. programming
  42012. investment
  42013. iostreams
  42014. gatewayS
  42015. sample
  42016. items
  42017. japanese
  42018. tutorial
  42019. jbindery
  42020. jdirect
  42021. 1/25/2000@
  42022. upside@
  42023. use-nvramrc@
  42024. training
  42025. using
  42026. verilog
  42027. useful@
  42028. usenet@
  42029. user's@
  42030. yourself@
  42031. 03-information
  42032. registrati
  42033. 3.0.1@
  42034. about
  42035. clipboard
  42036. magician
  42037. 0.76@
  42038. aegizmos
  42039. 1.4.2@
  42040. apple
  42041. directions
  42042. 03/96@
  42043. apple
  42044. event
  42045. xcmds
  42046. 1.0b3@
  42047. apple
  42048. glossary
  42049. apple
  42050. standardsv
  42051. apple
  42052. workgroup
  42053. servers@
  42054. appletalk
  42055. first@
  42056. archive@
  42057. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  42058. Features:
  42059.  Cross-platform remote database access
  42060.  Wide range of third party drivers
  42061.  All major relational databases covered
  42062.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  42063. PleaB3se report bugs and problems to kodom@visigenic.com.
  42064. J\Documentation:
  42065. ODBC Install.image
  42066. ODBC Sample Bins.image
  42067. ODBC Tools.image
  42068. Readme - InstallerK
  42069. Sep 93L
  42070. Sep 96M
  42071. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  42072.  - Development Kits (Disc 1)
  42073.  - MacODBCs
  42074. Tool Chest Edition
  42075. OTSimpleDownloadHTTPg at page 2-47 of the unbound edition).
  42076. dition).
  42077. Feb 00W
  42078. NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeOEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:PPDev.CD Mar 00 RL Disk 1
  42079.  - What's New
  42080.  - Sample Code
  42081.  - Overview
  42082.  - MoreIsBetterV
  42083. 61756X
  42084. Mar 00^    RL Disk 1
  42085. --set theItem to choose file -- uncomment to test in an AS editor
  42086.     tell application "Finder"
  42087.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:"
  42088.         activate
  42089.     end tell
  42090. on error errMsg number errNum
  42091.     --enter statements to perform when no records are found such as...
  42092.     display dialog "Sorry, the item you selected could not be found."
  42093.     return
  42094. end try
  42095. e    No ChangefHhigh level
  42096. toolbox
  42097. MoreFiles
  42098. MoreIsBetter
  42099. wrapper
  42100. library codeq
  42101. Dev.CD Mar 00 RL Disk 1
  42102. All Packages
  42103. MoreNetworkSetup
  42104. 61757X
  42105. toolkit
  42106. toolkits
  42107. tools]
  42108. transport
  42109. transport/ppp
  42110. All Packages
  42111. F    QuickTimeO
  42112. Dev.CD Jan 95
  42113. Dev.CD Oct 94P
  42114. Dev.CD Jan 95
  42115. Dev.CD Oct 9V
  42116. 62024X
  42117. Jan 95
  42118. p--set theItem to choose file -- uncomment to test in an AS editor
  42119.     tell application "Finder"
  42120.         open item "Dev.CD Jan 95
  42121. Dev.CD Oct 94"
  42122.         activate
  42123.     end tell
  42124. on error errMsg number errNum
  42125.     --enter statements to perform when no records are found such as...
  42126.     display dialog "Sorry, the item you selected could not be found."
  42127.     return
  42128. end try
  42129. All Packages
  42130. F    QuickTimeO
  42131. Dev.CD Jan 95
  42132. Dev.CD Oct 94P
  42133. Dev.CD Jan 95
  42134. Dev.CD Oct 9V
  42135. 62025X
  42136. Jan 95
  42137. p--set theItem to choose file -- uncomment to test in an AS editor
  42138.     tell application "Finder"
  42139.         open item "Dev.CD Jan 95
  42140. Dev.CD Oct 94"
  42141.         activate
  42142.     end tell
  42143. on error errMsg number errNum
  42144.     --enter statements to perform when no records are found such as...
  42145.     display dialog "Sorry, the item you selected could not be found."
  42146.     return
  42147. end try
  42148. All Packages
  42149. 61471X
  42150. Nov 99^
  42151. --set theItem to choose file -- uncomment to test in an AS editor
  42152.     tell application "Finder"
  42153.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  42154.         activate
  42155.     end tell
  42156. on error errMsg number errNum
  42157.     --enter statements to perform when no records are found such as...
  42158.     display dialog "Sorry, the item you selected could not be found."
  42159.     return
  42160. end try
  42161. Deletedq
  42162. Dev.CD Nov 99 TC
  42163. C++ Source Code Formatter
  42164. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  42165. Features:
  42166. * Cryptic and obscure formatting commands! 
  42167. * Source code.  
  42168. * Understands C and C++.  
  42169. * Understands conditional compilation.  Source is provided.  
  42170. * Formats in the One True Style out of the box.
  42171. * Used by the developers of MacApp 3.0. 
  42172. * Does not harm the ozone layer nor does it contribute to global warming.
  42173. This package is System 7.0 compatible.  7.0 compatible.  
  42174. PODev.CD Aug 97 TC
  42175.  - What's New?
  42176.  - Developer Notes
  42177.  - Macintosh PowerBook 2400cV
  42178. 61729X
  42179. Aug 97^
  42180. --set theItem to choose file -- uncomment to test in an AS editor
  42181.     tell application "Finder"
  42182.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  42183.         activate
  42184.     end tell
  42185. on error errMsg number errNum
  42186.     --enter statements to perform when no records are found such as...
  42187.     display dialog "Sorry, the item you selected could not be found."
  42188.     return
  42189. end try
  42190. e    No Changeq
  42191. Dev.CD Aug 97 TC
  42192. Macintosh PowerBook Qualified
  42193. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  42194. The Kit includes:
  42195. Guide to Macintosh PowerBook Qualified Program
  42196. Program Technical Specifications
  42197. Program Pre-testing Guidelines
  42198. Legal Documentation for licensing and program participation
  42199. cipation
  42200. Nov 95W
  42201. e    No Changef
  42202. background color WDEF windowq
  42203. Dev.CD May 00 TC
  42204. D!All Packages
  42205. Tool Chest Edition
  42206. s how to use the SGDrawable class to display live video within a QTCanvas. 
  42207. Sample Code.imgK
  42208. Feb 00
  42209. - Common
  42210.     - Sun Compliant Java Runtime Environment 1.1
  42211.     - QuickTime 3 
  42212.     - QTJava.zip
  42213.     - QTJava media samples
  42214. - Mac OS:
  42215.     - System 8 or later
  42216.     - Macintosh Runtime for Java (MRJ) 2.1
  42217. - Windows 95, 98, or NT::
  42218.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42219. QuickTime, Java, MRJO
  42220. Dev.CD May 00 TC:Sample Code:P
  42221. Dev.CD May 00 TC
  42222.  - Sample CodeV
  42223. 62147X
  42224. May 00^
  42225. r--set theItem to choose file -- uncomment to test in an AS editor
  42226.     tell application "Finder"
  42227.         open item "Dev.CD May 00 TC:Sample Code:"
  42228.         activate
  42229.     end tell
  42230. on error errMsg number errNum
  42231.     --enter statements to perform when no records are found such as...
  42232.     display dialog "Sorry, the item you selected could not be found."
  42233.     return
  42234. end try
  42235. e    No Change
  42236. e    No Change
  42237. AppleTalk MIB (RFC 1243) alias
  42238. AppleTalk SW for SNMP alias
  42239. Mac System MIB alias
  42240. MacSNMP demo and test
  42241. MacSNMP Developer 1.0.2
  42242. MacSNMP Programmer
  42243. s Guide
  42244. MacSNMP Transport 1.0.2
  42245. Overview - SNMP Development
  42246. Overview - SNMP Development.txt
  42247. TCP/IP MIB-II (RFC 1213) alias
  42248.  SDK1"
  42249.         activate
  42250.     end tell
  42251. on error errMsg number errNum
  42252.     --enter statements to perform when no records are found such as...
  42253.     display dialog "Sorry, the item you selected could not be found."
  42254.     return
  42255. end try
  42256. All Packages
  42257. QuickDraw GXO#Dev.CD Aug 96 TC
  42258. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  42259. Dev.CD Jan 96 SDKV
  42260. 59483X
  42261. Aug 96
  42262. o Changef#MacsBug
  42263. AppleEvent
  42264. apple event
  42265. dcmdq
  42266. Dev.CD May 00 TC
  42267. "D!All Packages
  42268. Mac OS SDK Edition
  42269.     ustness
  42270. detachedcontroller
  42271. detect
  42272. detection
  42273. Record.zip
  42274. Feb 00
  42275. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  42276. 50993X
  42277. 1e    No Change
  42278. O\Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Apr 00 SDK1
  42279.  - Development Kits
  42280.  - Mac OS
  42281.  - ColorSync 3.0 Mac SDK
  42282.  - Sample Code
  42283.  - ProfileRenamerion "Finder"
  42284.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  42285.         activate
  42286.     end tell
  42287. on error errMsg number errNum
  42288.     --enter statements to perform when no records are found such as...
  42289.     display dialog "Sorry, the item you selected could not be found."
  42290.     return
  42291. end try
  42292. Deletedq
  42293. Dev.CD Nov 99 TC
  42294. ,D!All Packages
  42295. Tool Chest Edition
  42296. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  42297. Apple Directions 01/97
  42298. Apple Directions 02/97
  42299. Apple Directions 03/97
  42300. Apple Directions 04/97
  42301. Apple Directions 05/97.pdf
  42302. Apple Directions 06/97.pdf
  42303. Apple Directions 07/97.pdf
  42304. Apple Directions 08/97.pdf
  42305. Apple Directions 09/97.pdf
  42306. Apple Directions 10/97.pdf
  42307. Apple Directions 11/97.pdf
  42308. Feb 97L
  42309. Sep 97d
  42310. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  42311. GXtoPS Installer:K
  42312. Feb 98M
  42313. QuickDraw GX 1.1.6 and aboveN
  42314. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  42315.  - Development Kits (Disc 2)
  42316.  - QuickDraw GX
  42317.  - Programming Stuff
  42318.  - Sample Code
  42319.  - GX->PostScript SampleV
  42320. 61626X
  42321. Apr 98^
  42322. --set theItem to choose file -- uncomment to test in an AS editor
  42323.     tell application "Finder"
  42324.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  42325.         activate
  42326.     end tell
  42327. on error errMsg number errNum
  42328.     --enter statements to perform when no records are found such as...
  42329.     display dialog "Sorry, the item you selected could not be found."
  42330.     return
  42331. end try
  42332. e    No Changef
  42333. PostScript
  42334. sample codeq
  42335. Dev.CD Apr 98 SDK2
  42336. fileinfoz
  42337. filemaker
  42338. filename
  42339. filenames
  42340. filesQ
  42341. files/foldersB
  42342. filesharingon
  42343. filetool
  42344. filing
  42345. filled
  42346. filler
  42347. filling
  42348. fills
  42349. readmefirst
  42350. recipes
  42351. recognition
  42352. recordit
  42353. recordit
  42354. redistribution
  42355. reference
  42356. references
  42357. registratiR
  42358. registration
  42359. features
  42360. Dev.CD May 00 TC:Sample Code:P
  42361. Dev.CD May 00 TC
  42362.  - Sample CodeV
  42363. 61653X
  42364. May 00^
  42365. r--set theItem to choose file -- uncomment to test in an AS editor
  42366.     tell application "Finder"
  42367.         open item "Dev.CD May 00 TC:Sample Code:"
  42368.         activate
  42369.     end tell
  42370. on error errMsg number errNum
  42371.     --enter statements to perform when no records are found such as...
  42372.     display dialog "Sorry, the item you selected could not be found."
  42373.     return
  42374. end try
  42375. e    No Changef
  42376. QuickTime
  42377. Dev.CD May 00 TC
  42378. D!All Packages
  42379. Tool Chest Edition
  42380. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J
  42381. Sample Code.imgK
  42382. Feb 00
  42383. - Common
  42384.     - Sun Compliant Java Runtime Environment 1.1
  42385.     - QuickTime 3 
  42386.     - QTJava.zip
  42387.     - QTJava media samples
  42388. - Mac OS:
  42389.     - System 8 or later
  42390.     - Macintosh Runtime for Java (MRJ) 2.1
  42391. - Windows 95, 98, or NT::
  42392.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42393. QuickTime, Java, MRJange
  42394. summary
  42395. navigable
  42396. movie
  42397. toolkit
  42398. hypercard
  42399. stack
  42400. summary
  42401. opendoc
  42402. development
  42403. framework
  42404. objec
  42405. summary
  42406. programmer's
  42407. guide
  42408. apple
  42409. scanners
  42410. second
  42411. summary
  42412. purpose
  42413. menuscripter
  42414. sample
  42415. summary
  42416. beta-level
  42417. tools
  42418. creating
  42419. summary
  42420. quickdraw
  42421. print
  42422. spooler
  42423. patch
  42424. fixes
  42425. problem
  42426. Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  42427. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  42428. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  42429. s a library that makes it easy to do.
  42430. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  42431. de    No Changef
  42432. QuickTime
  42433. Dev.CD May 00 TC
  42434. eD!All Packages
  42435. Tool Chest Edition
  42436. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J
  42437. Sample Code.imgK
  42438. May 98L
  42439. Jun 98M
  42440. OpenTransportN"OpenTransport, arp, cache, displayO
  42441. Dev.CD May 00 TC:Sample Code:P
  42442. Dev.CD May 00 TC
  42443.  - Sample CodeV
  42444. 61596X
  42445. May 00^
  42446. r--set theItem to choose file -- uncomment to test in an AS editor
  42447.     tell application "Finder"
  42448.         open item "Dev.CD May 00 TC:Sample Code:"
  42449.         activate
  42450.     end tell
  42451. on error errMsg number errNum
  42452.     --enter statements to perform when no records are found such as...
  42453.     display dialog "Sorry, the item you selected could not be found."
  42454.     return
  42455. end try
  42456. e    No Changef
  42457. OpenTransport
  42458. cache
  42459. displayq
  42460. Dev.CD May 00 TC
  42461. fD!All Packages
  42462. Tool Chest Edition
  42463. DumpNetworkSetup
  42464.     u want to ship the NSI disk or the MacSNMP software to your customers
  42465. e    No Change
  42466. documentationandsamp
  42467. hODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  42468.  - Development Kits (Disc 2)
  42469.  - QuickTime Conferencingyellow
  42470. openstep
  42471. rhapsody
  42472. pages
  42473. ringQ
  42474. riser
  42475. robustness
  42476. rotation
  42477. router
  42478. routing
  42479. rules
  42480. runtime
  42481. sample
  42482. sample
  42483. sample
  42484. games
  42485. graphics
  42486. animation
  42487. sample
  42488. traffic
  42489. light
  42490. saving
  42491. scanner
  42492. scomP
  42493. screen
  42494. script\
  42495. scriptable\
  42496. doubles
  42497. doubletrouble
  42498. down`
  42499. downfall
  42500. download
  42501. downloaded
  42502. downloading
  42503. downloads
  42504. dozen
  42505. dozens
  42506. draftj
  42507. draftbits
  42508. drafting
  42509. dragN
  42510. Summary:  The February 1994 edition of the Apple Publications Style Guide provides developers with the most up-to-date style conventions used in Apple documentation. Included are general rules for style and usage, in addition to appendixes on technical notation, units of measure, how to write balloons, how to create a glossary, and a Newton Style Guide. 
  42511. This extensive revision has added many new terms and deleted obsolete ones. It includes new appendixes for writing a glossary and a NewtB
  42512. on Style Guide. 
  42513. J.Apple Pubs Glossary 3.0
  42514. Apple Style Guide 2/94K
  42515. Vol IIIL
  42516. May 94M
  42517. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  42518.  - Technical Documentation
  42519.  - Publication Guidesisplay dialog "Sorry, the item you selected could not be found."
  42520.     return
  42521. end try
  42522. All Packages
  42523. System UpdateO
  42524. Dev.CD Apr 94P
  42525. Dev.CD Apr 9V
  42526. 61285X
  42527. Apr 94
  42528. glossariess
  42529. investmentsj
  42530. invoke
  42531. invoked
  42532. involve
  42533. involved
  42534. lvesp
  42535. involving
  42536. iostreams
  42537. iotracer
  42538. Sample Code.imgK
  42539. Mar 96M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsO
  42540. Dev.CD May 00 TC:Sample Code:P
  42541. Dev.CD May 00 TC
  42542.  - Sample CoderrNum
  42543.     --enter statements to perform when no records are found such as...
  42544.     display dialog "Sorry, the item you selected could not be found."
  42545.     return
  42546. end try
  42547. eloper Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  42548. quires Hypercard 2.1.
  42549. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  42550.  Dev Info Change Form
  42551. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  42552. instant
  42553. instantiated
  42554. instantly
  42555. insteado
  42556. instruction
  42557. instructionsZ
  42558. instrumentation
  42559. instrumented
  42560. instruments
  42561. instuctions
  42562. insure
  42563. int'ls
  42564. intact
  42565. integer
  42566. integral
  42567. integratet
  42568. integrated
  42569. integrates
  42570. integrating
  42571. integrating
  42572. computer-based
  42573. media
  42574. broadcast
  42575. environment
  42576. integration
  42577. integrator
  42578. integrity
  42579. intelligent
  42580. intelligently
  42581. intend
  42582. take.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  42583. PC Card Manager 3.0
  42584. What's the difference?K
  42585. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  42586.  - Development Kits
  42587.  - Hardware
  42588.  - PC Card SDKsV
  42589. 60598X
  42590. 1rd SDKsV
  42591. 60598X
  42592. 1e    No Change
  42593. 61531X
  42594. May 00^
  42595. --set theItem to choose file -- uncomment to test in an AS editor
  42596.     tell application "Finder"
  42597.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  42598.         activate
  42599.     end tell
  42600. on error errMsg number errNum
  42601.     --enter statements to perform when no records are found such as...
  42602.     display dialog "Sorry, the item you selected could not be found."
  42603.     return
  42604. end try
  42605. e    No Changef+Memory Manager
  42606. Power Macintosh
  42607. heaps
  42608. memoryq
  42609. Dev.CD May 00 TC
  42610. %D!All Packages
  42611. Mac OS SDK Edition
  42612. Debugging Sound ManagerI
  42613. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  42614. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  42615. Readme Debug Sound ManagerK
  42616. Jan 98N
  42617. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  42618. Dev.CD Apr 95
  42619. Dev.CD Jan 95P
  42620. Dev.CD Apr 95
  42621. Dev.CD Jan 9V
  42622. 61862X
  42623. Apr 95
  42624. p--set theItem to choose file -- uncomment to test in an AS editor
  42625.     tell application "Finder"
  42626.         open item "Dev.CD Apr 95
  42627. Dev.CD Jan 95"
  42628.         activate
  42629.     end tell
  42630. on error errMsg number errNum
  42631.     --enter statements to perform when no records are found such as...
  42632.     display dialog "Sorry, the item you selected could not be found."
  42633.     return
  42634. end try
  42635. All Packages
  42636. F    PowerTalkO
  42637. Dev.CD Apr 95P
  42638. Dev.CD Apr 9V
  42639. 61863X
  42640. Apr 95
  42641. b--set theItem to choose file -- uncomment to test in an AS editor
  42642.     tell application "Finder"
  42643.         open item "Dev.CD Apr 95"
  42644.         activate
  42645.     end tell
  42646. on error errMsg number errNum
  42647.     --enter statements to perform when no records are found such as...
  42648.     display dialog "Sorry, the item you selected could not be found."
  42649.     return
  42650. end try
  42651. All Packages
  42652. F    PowerTalkO
  42653. Dev.CD Apr 95P
  42654. Dev.CD Apr 9V
  42655. 61864X
  42656. Apr 95
  42657. 61405X
  42658. Dec 99^
  42659. --set theItem to choose file -- uncomment to test in an AS editor
  42660.     tell application "Finder"
  42661.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  42662.         activate
  42663.     end tell
  42664. on error errMsg number errNum
  42665.     --enter statements to perform when no records are found such as...
  42666.     display dialog "Sorry, the item you selected could not be found."
  42667.     return
  42668. end try
  42669. Deletedq
  42670. Dev.CD Dec 99 RL
  42671. 'D!All Packages
  42672. Mac OS SDK Edition
  42673. Apple Color OneScanner SDK
  42674.     erProviderOwnership client library OTq
  42675. Dev.CD May 00 TC
  42676. !D!All Packages
  42677. Tool Chest Edition
  42678. TransitionsIkThis demo shows how to use the QuickTime effects architecture applied to a character in an animation scene.J
  42679. Sample Code.imgK
  42680. Feb 00
  42681. C:Sample Code:V
  42682. 61319X
  42683. 1e    No Change
  42684. tch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Thaliaslab
  42685. --set theItem to choose file -- uncomment to test in an AS editor
  42686.     tell application "Finder"
  42687.         open item "Dev.CD Apr 94
  42688. Dev.CD Jan 94
  42689. Dev.CD Oct 93
  42690. Dev.CD Jul 93"
  42691.         activate
  42692.     end tell
  42693. on error errMsg number errNum
  42694.     --enter statements to perform when no records are found such as...
  42695.     display dialog "Sorry, the item you selected could not be found."
  42696.     return
  42697. end try
  42698. draggingsprites
  42699. drawing
  42700. drawsprocket
  42701. drawsprocket
  42702. drawsprockettest
  42703. drive
  42704. drive
  42705. utilities
  42706. driver
  42707. driver
  42708. installer
  42709. drivergestaltexplore
  42710. dronezone
  42711. 1.1.3
  42712. dropdisk
  42713. context
  42714. switch
  42715. goodies
  42716. utilities
  42717. aug-95
  42718. dukemovie
  42719. dumparpcache
  42720. dumpnetworksetup
  42721.     EMonzalez
  42722. Application Frameworks Product Marketing Manager
  42723. Apple Computer, Inc.
  42724. MacApp Developer Survey
  42725. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  42726.  - Tool Chest
  42727.  - Development Kitsk version 2.5.7
  42728.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  42729.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  42730.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  42731. r all Apple Comm Slot ethernet cards
  42732.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  42733.  TokenTalk version 2.5.7
  42734.  Token Ring Control Panel version 1.0.1
  42735.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  42736.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  42737.  A/ROSE 1.2.1, for use in some token ring configurations
  42738. See the document "NSI 1.5.1 - Read Me First" for details.
  42739. Aug 92L
  42740. Jul 95W
  42741. enable
  42742. mouse
  42743. keyboard
  42744. enable
  42745. speech
  42746. se file -- uncomment to test in an AS editor
  42747.     tell application "Finder"
  42748.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:"
  42749.         activate
  42750.     end tell
  42751. on error errMsg number errNum
  42752.     --enter statements to perform when no records are found such as...
  42753.     display dialog "Sorry, the item you selected could not be found."
  42754.     return
  42755. end try
  42756. e    No Changef%Control Strip
  42757. PowerBook
  42758. Control Panelq
  42759. Dev.CD Apr 00 SDK1
  42760. ControlBackground
  42761. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  42762. Don't have the Appearance Manager running.
  42763. Sample Code.imgK
  42764. Aug 97N$color, controls, draw, window, tableaw, window, table
  42765. replaces
  42766. simple
  42767. sample
  42768. dumps
  42769. version
  42770. though
  42771. thoughts
  42772. thousand
  42773. thrashing
  42774. thread
  42775. threaded
  42776. threads
  42777. threed
  42778. thrive
  42779. throughR
  42780. throughput
  42781. throw
  42782. throws
  42783. thumb
  42784. thumbs
  42785. thunder
  42786. ticks
  42787. tietz
  42788. tighter
  42789. times
  42790. time-based
  42791. timers
  42792. 61415X
  42793. Apr 00^
  42794. --set theItem to choose file -- uncomment to test in an AS editor
  42795.     tell application "Finder"
  42796.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  42797.         activate
  42798.     end tell
  42799. on error errMsg number errNum
  42800.     --enter statements to perform when no records are found such as...
  42801.     display dialog "Sorry, the item you selected could not be found."
  42802.     return
  42803. end try
  42804. e    No Changef
  42805. Apple Guide
  42806. Help Systemsq
  42807. Dev.CD Apr 00 SDK1
  42808. 1D!All Packages
  42809. Mac OS SDK Edition
  42810. Apple Help SDK 1.0
  42811. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  42812. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  42813. Apple Help SDK.smiK
  42814. Oct 99M
  42815. Mac OS 8.6 or later systemsW
  42816. Dev.CD Jul 93
  42817. Dev.CD Apr 9V
  42818. 62075X
  42819. Jul 93
  42820. p--set theItem to choose file -- uncomment to test in an AS editor
  42821.     tell application "Finder"
  42822.         open item "Dev.CD Jul 93
  42823. Dev.CD Apr 93"
  42824.         activate
  42825.     end tell
  42826. on error errMsg number errNum
  42827.     --enter statements to perform when no records are found such as...
  42828.     display dialog "Sorry, the item you selected could not be found."
  42829.     return
  42830. end try
  42831. All Packages
  42832. F    QuickTimeO
  42833. Dev.CD Jul 93
  42834. Dev.CD Apr 93P
  42835. Dev.CD Jul 93
  42836. Dev.CD Apr 9V
  42837. 62076X
  42838. Jul 93
  42839. p--set theItem to choose file -- uncomment to test in an AS editor
  42840.     tell application "Finder"
  42841.         open item "Dev.CD Jul 93
  42842. Dev.CD Apr 93"
  42843.         activate
  42844.     end tell
  42845. on error errMsg number errNum
  42846.     --enter statements to perform when no records are found such as...
  42847.     display dialog "Sorry, the item you selected could not be found."
  42848.     return
  42849. end try
  42850. All Packages
  42851. F    QuickTimeO
  42852. Dev.CD Jul 93
  42853. Dev.CD Apr 93V
  42854. 62077X
  42855. 61589X
  42856. May 00^
  42857. r--set theItem to choose file -- uncomment to test in an AS editor
  42858.     tell application "Finder"
  42859.         open item "Dev.CD May 00 TC:Sample Code:"
  42860.         activate
  42861.     end tell
  42862. on error errMsg number errNum
  42863.     --enter statements to perform when no records are found such as...
  42864.     display dialog "Sorry, the item you selected could not be found."
  42865.     return
  42866. end try
  42867. e    No Changef6InputSprocket
  42868. DrawSprocket
  42869. SoundSprocket
  42870. 3D Sound
  42871. QD3Dq
  42872. Dev.CD May 00 TC
  42873. _D!All Packages
  42874. Tool Chest Edition
  42875. PS 1.1.3
  42876.     ects Explode
  42877. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  42878. Dec 99V
  42879. 60681X
  42880. F(Snippets - Development Tools & Languages
  42881. (** = new, * = revised)
  42882. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  42883. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  42884. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  42885. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),vol
  42886. br-brazilianportugue
  42887. brazilian
  42888. british
  42889. browseri
  42890. reporting
  42891. bugdetails
  42892. build
  42893. buildfailed
  42894. building
  42895. building
  42896. dcmds
  42897. buildprogram
  42898. builds
  42899. buildscript
  42900. buildsucceeded
  42901. buildxcmd
  42902. business
  42903. business
  42904. opp's
  42905. germany
  42906. butcdef
  42907. butcdef
  42908. change
  42909. developeru
  42910. developmentm
  42911. directionsj
  42912. disku
  42913. Dev.CD Jul 96 SSWP
  42914. Dev.CD Jul 96 SSV
  42915. 62278X
  42916. Jul 96
  42917. f--set theItem to choose file -- uncomment to test in an AS editor
  42918.     tell application "Finder"
  42919.         open item "Dev.CD Jul 96 SSW"
  42920.         activate
  42921.     end tell
  42922. on error errMsg number errNum
  42923.     --enter statements to perform when no records are found such as...
  42924.     display dialog "Sorry, the item you selected could not be found."
  42925.     return
  42926. end try
  42927. D!All Packages
  42928. Tool Chest Edition
  42929. System 7.5.5 Update
  42930. Summary:  The System 7.5.5 Update is a set of system software enhancements that improves the reliability and performance of all Macintosh and Mac OS-compatible computers running system software version 7.5.3.  The System 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  42931. Apple recommends that all customers who are currently using System 7.5.3 shW`
  42932. altivec
  42933. always
  42934. america
  42935. amongb
  42936. amongst
  42937. amount
  42938. amounts
  42939. Wage is System 7.0 compatible.J
  42940. Sample Code.imgK
  42941. Jan 92O
  42942. Dev.CD May 00 TC:Sample Code:P
  42943. Dev.CD May 00 TC
  42944.  - Sample CodeV
  42945. 60455X
  42946. May 00^
  42947. #CD Mar 00 RL Disk 1
  42948.  - What's New
  42949.  - Sample Code
  42950.  - Human Interface Toolbox
  42951.  - PackageToolV
  42952. 56847X
  42953. Mar 00e    No Change
  42954. mpt; to set OF NVRAM variables, type "setenv name value".
  42955. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  42956. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  42957.  the Tanzania-family machines listed above.
  42958. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  42959. Any MacOS prior to 8.2.
  42960. Hanging on boot (black screen) is possible with the above configuration.
  42961. JDBugDetails
  42962. Buildscript
  42963. Extension.a
  42964. Extension.r
  42965. OpenFWBridgeFixJuly97K
  42966. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  42967. --set theItem to choose file -- uncomment to test in an AS editor
  42968.     tell application "Finder"
  42969.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  42970.         activate
  42971.     end tell
  42972. on error errMsg number errNum
  42973.     --enter statements to perform when no records are found such as...
  42974.     display dialog "Sorry, the item you selected could not be found."
  42975.     return
  42976. end try
  42977. Mac OS Development Toolkit.imgK
  42978. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD May 00 TC
  42979.  - Tool Chest
  42980.  - Testing & Debugging
  42981.  - Mac OS Development Toolkit
  42982. OTTraceRouteSample
  42983. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  42984. Sample Code.imgK
  42985. Sep 96L
  42986. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  42987. Dev.CD May 00 TC:Sample Code:P
  42988. Dev.CD May 00 TC
  42989.  - Sample CodeV
  42990. 61825X
  42991. May 00^
  42992. r--set theItem to choose file -- uncomment to test in an AS editor
  42993.     tell application "Finder"
  42994.         open item "Dev.CD May 00 TC:Sample Code:"
  42995.         activate
  42996.     end tell
  42997. on error errMsg number errNum
  42998.     --enter statements to perform when no records are found such as...
  42999.     display dialog "Sorry, the item you selected could not be found."
  43000.     return
  43001. end try
  43002. e    No Changences.
  43003. On-screen keyboards to enable quick input of symbols and puntuation marks.
  43004. Recognize
  43005. updated
  43006.  file -- uncomment to test in an AS editor
  43007.     tell application "Finder"
  43008.         open item "Dev.CD Nov 97 TC"
  43009.         activate
  43010.     end tell
  43011. on error errMsg number errNum
  43012.     --enter statements to perform when no records are found such as...
  43013.     display dialog "Sorry, the item you selected could not be found."
  43014.     return
  43015. end try
  43016. evelopment kit for MacODBC version 2.1.2 GM.  
  43017. Features:
  43018.  Cross-platform remote database access
  43019.  Wide range of third party drivers
  43020.  All major relational databases covered
  43021.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  43022. PleaB3se report bugs and problems to kodom@visigenic.com.
  43023. J\Documentation:
  43024. ODBC Install.image
  43025. ODBC Sample Bins.image
  43026. ODBC Tools.image
  43027. Readme - InstallerK
  43028. Sep 93L
  43029. Sep 96M
  43030. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  43031. K:dages  
  43032. information
  43033. release
  43034. notes
  43035. release
  43036. notes
  43037. includes
  43038. index
  43039. index
  43040. index
  43041. index
  43042. indexes
  43043. indexg
  43044. indexg
  43045. infox
  43046. infoid
  43047. infoid
  43048. information
  43049. init]
  43050. initprojector
  43051. inputdialog
  43052. inputdialog
  43053. inputsprocket
  43054. owColors:  This application displays the default window colors stored in the System's 'wctb' resource.  Note that this app is 7.0 only, since it only recognizes the 7.0 version of the resource.
  43055. ZoomWindow:  Demonstrates how to properly zoom a window. It gives attractive results with most WDEFs because it uses the window
  43056. s structure
  43057. F    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  43058. Sample Code.imgK
  43059. Feb 00
  43060. - Common
  43061.     - Sun Compliant Java Runtime Environment 1.1
  43062.     - QuickTime 3 
  43063.     - QTJava.zip
  43064.     - QTJava media samples
  43065. - Mac OS:
  43066.     - System 8 or later
  43067.     - Macintosh Runtime for Java (MRJ) 2.1
  43068. - Windows 95, 98, or NT::
  43069.     - JRE/JDK from Sun Microsystems, Inc. recommended
  43070. QuickTime, Java, MRJO
  43071. Dev.CD May 00 TC:Sample Code:P
  43072. Dev.CD May 00 TC
  43073.  - Sample CodeV
  43074. 62147X
  43075. May 00^
  43076. r--set theItem to choose file -- uncomment to test in an AS editor
  43077.     tell application "Finder"
  43078.         open item "Dev.CD May 00 TC:Sample Code:"
  43079.         activate
  43080.     end tell
  43081. on error errMsg number errNum
  43082.     --enter statements to perform when no records are found such as...
  43083.     display dialog "Sorry, the item you selected could not be found."
  43084.     return
  43085. end try
  43086. e    No ChangerkS
  43087. network
  43088. server
  43089. guideS
  43090. network
  43091. software
  43092. installer
  43093. 61508X
  43094. Apr 00^
  43095. --set theItem to choose file -- uncomment to test in an AS editor
  43096.     tell application "Finder"
  43097.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:"
  43098.         activate
  43099.     end tell
  43100. on error errMsg number errNum
  43101.     --enter statements to perform when no records are found such as...
  43102.     display dialog "Sorry, the item you selected could not be found."
  43103.     return
  43104. end try
  43105. e    No Changef
  43106. Contextual
  43107. Managerq
  43108. Dev.CD Apr 00 SDK1
  43109. D!All Packages
  43110. Mac OS SDK Edition
  43111. Control Strip
  43112. tanaka
  43113. tantek
  43114. tanzania
  43115. tanzania-family
  43116. targetR
  43117. targeted
  43118. targetingf
  43119. targets
  43120. targetted
  43121. tasksb
  43122. tbltdrvr
  43123. tcp/ip
  43124. Summary:  Three samples involving Standard File dialogs.
  43125. NOTE: StandardGetFolder replaces CustomGetFile
  43126.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  43127. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  43128. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  43129. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  43130. includs
  43131. inclusion
  43132. incoming
  43133. nzibar
  43134. zap's
  43135. zaptcp
  43136. zeroing
  43137. zimmerman
  43138. zimmerman's
  43139. zonez
  43140. zones
  43141. zoombox
  43142. zoomdocproc
  43143. zoomed
  43144. zoomedvideo
  43145. zooming
  43146. zoomnogrow
  43147. zoomrecter
  43148. zoomwindow
  43149. 009-4303
  43150. 009-4303
  43151. updater
  43152. 009-4525
  43153. 009-4525
  43154. 009-4526
  43155. 009-4526
  43156. 009-4527
  43157. 009-4527
  43158. 00csmp-abstracts
  43159. 00csmp-abstracts
  43160. 01-introR
  43161. 01-intro
  43162. 01/95j
  43163. 01/96k
  43164. 01/97l
  43165. 02-what'sR
  43166. 02-what's
  43167. 02/95j
  43168. 02/96k
  43169. 02/97l
  43170. 03-informationR
  43171. suitem
  43172. suitesm
  43173. suites
  43174. under
  43175. developmentm
  43176. support
  43177. supporting
  43178. supporting
  43179. files
  43180. survey
  43181. survival
  43182. The MRJ 2.2 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  43183. Apple frequently updates MRJ and the MRJ SDK, with 
  43184. final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  43185. s Java Developer web site at http://developer.apple.com/java/.
  43186. The MRJ Redistribution SDK includes the file 
  43187. MRJ Redistribution.smi
  43188.  that you will bundle with your own product.  Installing and running MRJ will require additional mem
  43189. --set theItem to choose file -- uncomment to test in an AS editor
  43190.     tell application "Finder"
  43191.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  43192.         activate
  43193.     end tell
  43194. on error errMsg number errNum
  43195.     --enter statements to perform when no records are found such as...
  43196.     display dialog "Sorry, the item you selected could not be found."
  43197.     return
  43198. end try
  43199.  in its use.
  43200.  Apple doesn't own this package.  Please read the copyright meB
  43201. ssage. 
  43202.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  43203. JFAbout ZoneRanger
  43204. Metrowerks ZoneRanger 1.1
  43205. ZoneRanger Revision HistoryK
  43206. May 94L
  43207. Nov 94M
  43208. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  43209.  - Tool Chest
  43210.  - Memory
  43211.  - ZoneRanger 1.1,
  43212. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  43213.         
  43214. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  43215. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  43216. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  43217. yourself
  43218. zanzibar
  43219. zap's
  43220. zaptcp
  43221. zeroing
  43222. zimmerman
  43223. zimmerman's
  43224. zonez
  43225. zones
  43226. zoombox
  43227. zoomdocproc
  43228. zoomed
  43229. zoomedvideo
  43230. zooming
  43231. zoomnogrow
  43232. zoomrecter
  43233. zoomwindow
  43234. 009-4303
  43235. 009-4303
  43236. updater
  43237. 009-4525
  43238. 009-4525
  43239. 009-4526
  43240. 009-4526
  43241. 009-4527
  43242. 009-4527
  43243. 00csmp-abstracts
  43244. 00csmp-abstracts
  43245. 01-introR
  43246. 01-intro
  43247. 01/95j
  43248. 01/96k
  43249. 01/97l
  43250. 02-what'sR
  43251. 02-what's
  43252. 02/95j
  43253. 02/96k
  43254. 02/97l
  43255. 03-informationR
  43256. read, edit and write any block on any drive without using the SCSI manager. This debugger is meant to talk directly to the hardware. There is little if any OS. support.
  43257. This pac
  43258. meres
  43259. merely
  43260. messagex
  43261. messagepadj
  43262. messagesj
  43263. messagewatcher
  43264. messy
  43265. meta-content
  43266. metafile
  43267. meter
  43268. metering
  43269. meters
  43270. metertest
  43271. methodg
  43272. methodology
  43273. methods
  43274. metrowerks
  43275. mexican
  43276. minor
  43277. minow
  43278. minute
  43279. minutes
  43280. mirrori
  43281. misaligned
  43282. misalignment
  43283. misdemeanors
  43284. misrecognized
  43285. mixed
  43286. mixed-mode
  43287. mixed-partition
  43288. mixing
  43289. mobile
  43290. modal
  43291. modeO
  43292. model\
  43293. modeled
  43294. modeling
  43295. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  43296. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  43297. premastering
  43298. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  43299. the medium.
  43300. Working with DVD requires an in-depth understanding of the fo
  43301. ^rmat, production process, and tools required to bring titles to market. By
  43302. understanding DVD and all that it entails, professional media develop-ers
  43303. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  43304. Apr 99ound."
  43305.     return
  43306. end try
  43307. All Packages
  43308. PowerTalk (PPC)O
  43309. Dev.CD Oct 94P
  43310. Dev.CD Oct 9V
  43311. 60649X
  43312. Oct 94
  43313. 61418X
  43314. May 00^
  43315. --set theItem to choose file -- uncomment to test in an AS editor
  43316.     tell application "Finder"
  43317.         open item "Dev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:"
  43318.         activate
  43319.     end tell
  43320. on error errMsg number errNum
  43321.     --enter statements to perform when no records are found such as...
  43322.     display dialog "Sorry, the item you selected could not be found."
  43323.     return
  43324. end try
  43325. e    No Changef
  43326. International
  43327. Glossariesq
  43328. Dev.CD May 00 TC
  43329. 4D!All Packages
  43330. Mac OS SDK Edition
  43331. Apple Location Manager
  43332. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  43333. Contains a new version of ALM (2.0.1) for developer use.
  43334. 61419X
  43335. 1e    No Change
  43336.  information about the Power Mac G4 
  43337. Deletedq
  43338. Dev.CD Nov 99 TC
  43339. D!All Packages
  43340. Tool Chest Edition
  43341. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.J
  43342. Sample Code.imgK
  43343. Vol. IVL
  43344. Feb 95M
  43345. MPW, THINK C, or A/UXO
  43346. Dev.CD May 00 TC:Sample Code:P
  43347. Dev.CD May 00 TC
  43348.  - Sample CodeV
  43349. 62205X
  43350. May 00^
  43351. r--set theItem to choose file -- uncomment to test in an AS editor
  43352.     tell application "Finder"
  43353.         open item "Dev.CD May 00 TC:Sample Code:"
  43354.         activate
  43355.     end tell
  43356. on error errMsg number errNum
  43357.     --enter statements to perform when no records are found such as...
  43358.     display dialog "Sorry, the item you selected could not be found."
  43359.     return
  43360. end try
  43361. Movedq
  43362. Dev.CD May 00 TC
  43363. All Packages
  43364. System 7 Tune-UpOUDev.CD Apr 94
  43365. Dev.CD Jan 94
  43366. Dev.CD Oct 93
  43367. Dev.CD July 92
  43368. Dev.CD June 92
  43369. Dev.CD May 92PTDev.CD Apr 94
  43370. Dev.CD Jan 94
  43371. Dev.CD Oct 93
  43372. Dev.CD July 92
  43373. Dev.CD June 92
  43374. Dev.CD May 9V
  43375. 62206X
  43376. Apr 94
  43377. hardware
  43378. developer
  43379. documentation
  43380. developer
  43381. notes
  43382. devnotes
  43383. heap@
  43384.   tell application "Finder"
  43385.         open item "Dev.CD Aug 96 TC"
  43386.         activate
  43387.     end tell
  43388. on error errMsg number errNum
  43389.     --enter statements to perform when no records are found such as...
  43390.     display dialog "Sorry, the item you selected could not be found."
  43391.     return
  43392. end try
  43393.     display dialog "Sorry, the item you selected could not be found."
  43394.     return
  43395. end try
  43396. e    No ChangefmA/ROSE
  43397. Macintosh Coprocessor Platform
  43398. Ethernet NB
  43399. PowerPC
  43400. Network Software
  43401. AppleTalk
  43402. TokenTalk
  43403. Token Ringq
  43404. Dev.CD May 00 TC
  43405. D!All Packages
  43406. Tool Chest Edition
  43407. About Developer University
  43408. encoding
  43409. unicode
  43410. script
  43411. language
  43412. conversion
  43413. games
  43414. input@
  43415. virtual
  43416. external
  43417. traceroute@
  43418. version@
  43419. --set theItem to choose file -- uncomment to test in an AS editor
  43420.     tell application "Finder"
  43421.         open item "Dev.CD Apr 94
  43422. Dev.CD Jan 94
  43423. Dev.CD Oct 93
  43424. Dev.CD Jul 93"
  43425.         activate
  43426.     end tell
  43427. on error errMsg number errNum
  43428.     --enter statements to perform when no records are found such as...
  43429.     display dialog "Sorry, the item you selected could not be found."
  43430.     return
  43431. end try
  43432. mystery
  43433. naked
  43434. nameb
  43435. named
  43436. names
  43437. nasty
  43438. natick
  43439. nationalv
  43440. native
  43441. natural
  43442. navigateZ
  43443. navigates
  43444. navigationi
  43445. nearest
  43446. nearly
  43447. necessaryq
  43448. needo
  43449. betaBase
  43450. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  43451. Features:
  43452.  lists all of the current System Software and Macintosh Systems
  43453.  handles more than one user at a time
  43454.  password capability
  43455.  easi
  43456. notationw
  43457. noteZ
  43458. apple
  43459. guide
  43460. intended
  43461. those
  43462. developers
  43463. notesQ
  43464. notify
  43465. notions
  43466. novemberj
  43467. novice
  43468. nubusQ
  43469. number
  43470. numbers
  43471. numerals
  43472. numerousp
  43473. objectQ
  43474. object-based
  43475. PFDev.CD May 00 TC
  43476.  - Tool Chest
  43477.  - Testing & Debugging
  43478.  - General toolsarning to Drive
  43479. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  43480. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  43481. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  43482. J/Learning to Drive
  43483. Learning to Drive Disclaimer K
  43484. Mar 93O7Dev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD May 00 TC
  43485.  - Tool Chest
  43486.  - Printing
  43487.  - Learning to DriveV
  43488. 60467X
  43489. May 00^
  43490. #ew computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  43491. Macintosh PowerBook 2400cK
  43492. Aug 97M
  43493. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  43494. drive
  43495. setup
  43496. utilities@
  43497. dynamic@
  43498. ethernet
  43499. built-in
  43500. address
  43501. burned-in
  43502. address
  43503. getenetaddr@
  43504. finder
  43505. display
  43506. folder
  43507. launch@
  43508. games@
  43509. r14d1
  43510. macapp
  43511. r14d5
  43512. macbinary
  43513. maccalendar
  43514. maccalendar
  43515. 1.1b1
  43516. maccheck
  43517. maccheck
  43518. 1.0.4
  43519. macintosh
  43520. macintosh
  43521. cd-rom
  43522. setup
  43523. 5.3.2
  43524. macintosh
  43525. v1.1.1
  43526. macintosh
  43527. 1.1.1
  43528. macintosh
  43529. client
  43530. interface
  43531. macintosh
  43532. powerbook
  43533. 2400c
  43534. macintosh
  43535. powerbook
  43536. qualified
  43537. macintosh
  43538. technical
  43539. macintosh
  43540. technotes
  43541. macodbc
  43542. macodbc
  43543. 2.1.2
  43544. macos8documentation
  43545. onescannerg
  43546. opp's
  43547. palette
  43548. parserV
  43549. performance
  43550. photoshop
  43551. player
  43552. plugins
  43553. postscript
  43554. powerbook
  43555. primer
  43556. d, after MRJ opened a window.  
  43557. This release is Bronze certified for running applications built with Oracle Developer 1.6.1 and deployed on Oracle Developer Server using Apple Applet Runner 2.1.4.
  43558.  Apple has created a mailing list server, called MRJ-DEV, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  43559.  Do not call Apple
  43560. s 800 number(s) regarding this software since our operat
  43561. ors are not trained to support developer products. 
  43562.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  43563. Known issues
  43564.  Java Epoch Date: Java
  43565. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  43566. D!All Packages
  43567. Mac OS SDK Edition
  43568. AdLib 2.6.5
  43569. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  43570. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  43571. lay dialog "Sorry, the item you selected could not be found."
  43572.     return
  43573. end try
  43574. e    No ChangefZtraversing related tables
  43575. referential integrity rules
  43576. validation and reformatting
  43577. databaseq
  43578. Dev.CD Apr 00 SDK1
  43579. All Packages
  43580. WebObjects Memory Mgmt
  43581. 61344X
  43582. win2maccountersample
  43583. windowpicker
  43584. windowpicker
  43585. windows
  43586. services
  43587. 1.0.8
  43588. services
  43589. suite
  43590. 1.0.7
  43591. palette
  43592. parserV
  43593. performance
  43594. photoshop
  43595. player
  43596. plugins
  43597. postscript
  43598. powerbook
  43599. primer
  43600. --set theItem to choose file -- uncomment to test in an AS editor
  43601.     tell application "Finder"
  43602.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  43603.         activate
  43604.     end tell
  43605. on error errMsg number errNum
  43606.     --enter statements to perform when no records are found such as...
  43607.     display dialog "Sorry, the item you selected could not be found."
  43608.     return
  43609. end try
  43610. write
  43611. sample
  43612. program
  43613. demonstrate
  43614. direct
  43615. access
  43616. ether
  43617. samplefilter
  43618. samplerateavail
  43619. LaserWriter 8.0
  43620. Each log holds only 32K of information
  43621. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  43622. information will fit in the logs.
  43623. MacCheck
  43624.  is a trademark of Apple Computer
  43625. General tools.imgK
  43626. Oct 93M
  43627. MacPlus or aboveN    MacCheck
  43628. O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools: on a remote Power Macintosh.
  43629. e    No Change
  43630. resources]
  43631. resources
  43632. restext
  43633. restext
  43634. restore
  43635. restore
  43636. restorectrlchars
  43637. restorectrlchars
  43638. resultcodetable
  43639. reuse
  43640. revision
  43641. rfc1332
  43642. rfc1332
  43643. rfc1334
  43644. rfc1334
  43645. authentication
  43646. rfc1378
  43647. rfc1378
  43648. rfc1570
  43649. rfc1570
  43650. rfc1618
  43651. rfc1618
  43652. rfc1661
  43653. rfc1661
  43654. rfc1662
  43655. rfc1662
  43656. rhapsody
  43657. rhapsody
  43658. richardson
  43659. rights
  43660. rinaldi
  43661. rincludes
  43662. source
  43663. sources
  43664. stack]
  43665. standardsv
  43666. stylew
  43667. suitem
  43668. suitesm
  43669. suites
  43670. under
  43671. developmentm
  43672. symfilesu
  43673. systeme
  43674. telephonym
  43675. telephony
  43676. suitem
  43677. template^
  43678. terminology^
  43679. terminology
  43680. 3/92^
  43681. test]
  43682. textv
  43683. themeso
  43684. tool]
  43685. tools]
  43686. tools
  43687. topicsR
  43688. trainingR
  43689. transitionso
  43690. 7P5Dev.CD May 00 TC
  43691.  - Tool Chest
  43692.  - Text
  43693.  - WASTE 1.3a6
  43694. center
  43695. pages
  43696. systemsp
  43697. helper
  43698. class
  43699. driver
  43700. menubar
  43701. corners
  43702. desktop
  43703. finder
  43704. grayrgn
  43705. hierarchical
  43706. level
  43707. hooper
  43708. hp-ux
  43709. rendering
  43710. htmlrenderinglib
  43711. human
  43712. human
  43713. interface
  43714. guidelines
  43715. hypercard
  43716. hypercard
  43717. player
  43718. cardbus
  43719. ibook
  43720. family
  43721. plotting
  43722. resources
  43723. services
  43724. utilities
  43725. iconref
  43726. icons
  43727. identification
  43728. image
  43729. imagewriter
  43730. imaging
  43731. inactive
  43732. index
  43733. indian
  43734. plist
  43735. information
  43736. information
  43737. property
  43738. inline
  43739. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  43740. Features:
  43741.  AppleGlot 2.3 works correctly on Power MacinB
  43742. tosh, fixing a problem with the Modern Memory manager. 
  43743.  Richer set of template field types supported
  43744.  ...and many more : see manual
  43745.  We now provide a Manual !
  43746. J?AppleGlot 2.3
  43747. AppleGlot 2.3 Users Guide
  43748. AppleGlot 2.3 Whats NewK
  43749. Jun 92L
  43750. Dec 95M
  43751. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  43752.  - Tool Chest
  43753.  - Localization
  43754.  - AppleGlot 2.3W
  43755. theta
  43756. Dev.CD May 00 TC
  43757.  - Sample Codedictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  43758. What Chines
  43759. e Dictation Kit Can Do For You
  43760. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  43761. Features:
  43762.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  43763.  In contrast to most other Chinese dictation software, CDK  allows
  43764. e    No Changef
  43765. setdeskcpatq
  43766. Dev.CD May 00 TC
  43767. D!All Packages
  43768. Tool Chest Edition
  43769. SetLED
  43770. A sample program which demonstrates how to make the ADBOp call under 68K, PPC and CFM-68K environments.  The program sample will cause the Caps Lock, Num Lock and Scroll Lock Keys to blink until the mouse is pressed.  This program is a modification of the LEDApp which was written by Greg Robbins in 1991
  43771. The program sample works in all of the current Mac OS environments. Of interest is that the sample code includes glue code for fixing a crashing problem in making the ADBOp call under CFM-B\68K for SSW 8.1 and earlier.  
  43772. The sample code was built using Code Warrior Pro environment
  43773. Sample Code.imgK
  43774. Jun 98N
  43775. ADBOp, ADB, CFM-68KO
  43776. Dev.CD May 00 TC:Sample Code:P
  43777. Dev.CD May 00 TC
  43778.  - Sample CodeV
  43779. 62144X
  43780. May 00^
  43781. #hical data, much like the triangular buttons used for displaying files and folders in the Finder.
  43782. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  43783. fourN
  43784. four-color
  43785. fragments
  43786. frame
  43787. frames/sec
  43788. framework
  43789. framework-based
  43790. frameworks
  43791. francois
  43792. franke
  43793. freeZ
  43794. freed
  43795. freeing
  43796. freeware
  43797. french
  43798. frequently
  43799. fresh
  43800. friend
  43801. friendly
  43802. friends
  43803. fromZ
  43804. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  43805. SNMP, Network ManagementO=Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD May 00 TC
  43806.  - Tool Chest
  43807.  - Networking
  43808.  - SNMP
  43809.  - SNMP DevelopmentV
  43810. 62180X
  43811. May 00^
  43812. --set theItem to choose file -- uncomment to test in an AS editor
  43813.     tell application "Finder"
  43814.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  43815.         activate
  43816.     end tell
  43817. on error errMsg number errNum
  43818.     --enter statements to perform when no records are found such as...
  43819.     display dialog "Sorry, the item you selected could not be found."
  43820.     return
  43821. end try
  43822. e    No Changef
  43823. Network Managementq
  43824. Dev.CD May 00 TC
  43825. D!All Packages
  43826. Mac OS SDK Edition
  43827. SOMobjects
  43828.  for Mac OS
  43829.  you to send SCSI commands directly out to any SCSI device.  J$Sedit
  43830. Sedit Documentation
  43831. Template.rK
  43832. Vol IIIL
  43833. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:nge
  43834. "Fragment Tool" is a simple application desi
  43835. All Packages
  43836. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  43837. Dev.CD Jan 94
  43838. Dev.CD Oct 93
  43839. Dev.CD Aug 93P6Dev.CD Apr 94
  43840. Dev.CD Jan 94
  43841. Dev.CD Oct 93
  43842. Dev.CD Aug 9V
  43843. 62341X
  43844. Apr 94
  43845. --set theItem to choose file -- uncomment to test in an AS editor
  43846.     tell application "Finder"
  43847.         open item "Dev.CD Apr 94
  43848. Dev.CD Jan 94
  43849. Dev.CD Oct 93
  43850. Dev.CD Aug 93"
  43851.         activate
  43852.     end tell
  43853. on error errMsg number errNum
  43854.     --enter statements to perform when no records are found such as...
  43855.     display dialog "Sorry, the item you selected could not be found."
  43856.     return
  43857. end try
  43858. All Packages
  43859. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  43860. Dev.CD Jan 94
  43861. Dev.CD Oct 93
  43862. Dev.CD Jul 93
  43863. Dev.CD Apr 93PDDev.CD Apr 94
  43864. Dev.CD Jan 94
  43865. Dev.CD Oct 93
  43866. Dev.CD Jul 93
  43867. Dev.CD Apr 9V
  43868. 62342X
  43869. Apr 94
  43870. ulesQ
  43871. momentumj
  43872. moneys
  43873. monitorT
  43874. monitoringA
  43875. monthlyj
  43876. more]
  43877. networksetup
  43878. documentation
  43879. sample
  43880. he drivers.
  43881. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  43882. JGAbout Driver Installer
  43883. About Driver Installer.txt
  43884. Installer for DriversK
  43885. Vol IVO5Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD May 00 TC
  43886.  - Tool Chest
  43887.  - Devices
  43888.  - Driver Installern an AS editor
  43889.     tell application "Finder"
  43890.         open item "Dev.CD Jul 95"
  43891.         activate
  43892.     end tell
  43893. on error errMsg number errNum
  43894.     --enter statements to perform when no records are found such as...
  43895.     display dialog "Sorry, the item you selected could not be found."
  43896.     return
  43897. end try
  43898. All Packages
  43899. QuickDraw GXO
  43900. Dev.CD Jul 95P
  43901. Dev.CD Jul 9V
  43902. 59488X
  43903. Jul 95
  43904.  RL Disk 1
  43905. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  43906. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  43907. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  43908. Keith's CatSearch:  This snippet provides a
  43909.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  43910. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  43911. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  43912. p--set theItem to choose file -- uncomment to test in an AS editor
  43913.     tell application "Finder"
  43914.         open item "Dev.CD Apr 94
  43915. Dev.CD Jan 94"
  43916.         activate
  43917.     end tell
  43918. on error errMsg number errNum
  43919.     --enter statements to perform when no records are found such as...
  43920.     display dialog "Sorry, the item you selected could not be found."
  43921.     return
  43922. end try
  43923. orkBuf, TNetworkOStream  and TNetworkIOStream object. 
  43924. OT Code Resource:  This piece of sample code shows how to cal
  43925. l Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  43926. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  43927. All Packages
  43928. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  43929. Dev.CD Jan 94
  43930. Dev.CD Oct 93
  43931. Dev.CD Jul 93
  43932. Dev.CD Apr 93PDDev.CD Apr 94
  43933. Dev.CD Jan 94
  43934. Dev.CD Oct 93
  43935. Dev.CD Jul 93
  43936. Dev.CD Apr 9V
  43937. 62478X
  43938. Apr 94
  43939. --set theItem to choose file -- uncomment to test in an AS editor
  43940.     tell application "Finder"
  43941.         open item "Dev.CD Apr 94
  43942. Dev.CD Jan 94
  43943. Dev.CD Oct 93
  43944. Dev.CD Jul 93
  43945. Dev.CD Apr 93"
  43946.         activate
  43947.     end tell
  43948. on error errMsg number errNum
  43949.     --enter statements to perform when no records are found such as...
  43950.     display dialog "Sorry, the item you selected could not be found."
  43951.     return
  43952. end try
  43953. All Packages
  43954. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  43955. Dev.CD Jan 94
  43956. Dev.CD Oct 93
  43957. Dev.CD Jul 93
  43958. Dev.CD Apr 93PDDev.CD Apr 94
  43959. Dev.CD Jan 94
  43960. Dev.CD Oct 93
  43961. Dev.CD Jul 93
  43962. Dev.CD Apr 9V
  43963. 62479X
  43964. Apr 94
  43965.  and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  43966. controls/events
  43967. convert
  43968. convert
  43969. projects
  43970. converter
  43971. coolrequest
  43972. install
  43973. copybits
  43974. copybits
  43975. application
  43976. copybits
  43977. copyfolder
  43978. copyfolder
  43979. copyres
  43980. copyres
  43981. corefoundation
  43982. coreheaders
  43983. coresample\
  43984. coresample
  43985. coresource
  43986. count
  43987. coursesR
  43988. crcpatch
  43989. crcpatch
  43990. folder
  43991. createalias
  43992. createalias
  43993. createcopy
  43994. createcopy
  43995. createcustomicon
  43996. createcustomicon
  43997. createfolder
  43998. createfolder
  43999. createmenuhelp
  44000. createmenuhelp
  44001. createthumbnail
  44002. createthumbnail
  44003. creating
  44004. creating
  44005. creating
  44006. pippin
  44007. cdroms
  44008. creation
  44009. csmp-digest-v3-001
  44010. 61387X
  44011. May 00^
  44012. --set theItem to choose file -- uncomment to test in an AS editor
  44013.     tell application "Finder"
  44014.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  44015.         activate
  44016.     end tell
  44017. on error errMsg number errNum
  44018.     --enter statements to perform when no records are found such as...
  44019.     display dialog "Sorry, the item you selected could not be found."
  44020.     return
  44021. end try
  44022. e    No Changeq
  44023. Dev.CD May 00 TC
  44024. D!All Packages
  44025. Tool Chest Edition
  44026. ADB Key Spy 1.0.1b3
  44027. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  44028.  building a system extension
  44029.  using the ADB API
  44030.  "patching" ADB service routines
  44031.  building, installing, and using a driver
  44032.  mapping physical key codes to virtual key codes
  44033. Sample Code.imgK
  44034. Nov 95L
  44035. May 97M
  44036. anything later than a Mac SE:Sample Code:V
  44037. 61388X
  44038. Moved
  44039. QuickTime, Java, MRJO
  44040. Dev.CD May 00 TC:Sample Code:P
  44041. Dev.CD May 00 TC
  44042.  - Sample CodeV
  44043. 62555X
  44044. May 00^
  44045. r--set theItem to choose file -- uncomment to test in an AS editor
  44046.     tell application "Finder"
  44047.         open item "Dev.CD May 00 TC:Sample Code:"
  44048.         activate
  44049.     end tell
  44050. on error errMsg number errNum
  44051.     --enter statements to perform when no records are found such as...
  44052.     display dialog "Sorry, the item you selected could not be found."
  44053.     return
  44054. end try
  44055. e    No Changef
  44056. QuickTime
  44057. Dev.CD May 00 TC
  44058. All Packages
  44059. TypeServicesForUnicode
  44060. 62556X
  44061. system
  44062. enabler
  44063. system
  44064. enabler
  44065. performa
  44066. system
  44067. enabler
  44068. performa
  44069. system
  44070. enabler
  44071. color
  44072. classic
  44073. All Packages
  44074. System 7 Tune-UpO
  44075. Dev.CD Apr 92
  44076. Dev.CD Mar 92P
  44077. Dev.CD Apr 92
  44078. Dev.CD Mar 9V
  44079. 62223X
  44080. Apr 92
  44081. p--set theItem to choose file -- uncomment to test in an AS editor
  44082.     tell application "Finder"
  44083.         open item "Dev.CD Apr 92
  44084. Dev.CD Mar 92"
  44085.         activate
  44086.     end tell
  44087. on error errMsg number errNum
  44088.     --enter statements to perform when no records are found such as...
  44089.     display dialog "Sorry, the item you selected could not be found."
  44090.     return
  44091. end try
  44092. All Packages
  44093. System 7 Tune-UpO
  44094. Dev.CD Apr 92P
  44095. Dev.CD Apr 9V
  44096. 62224X
  44097. Apr 92
  44098. b--set theItem to choose file -- uncomment to test in an AS editor
  44099.     tell application "Finder"
  44100.         open item "Dev.CD Apr 92"
  44101.         activate
  44102.     end tell
  44103. on error errMsg number errNum
  44104.     --enter statements to perform when no records are found such as...
  44105.     display dialog "Sorry, the item you selected could not be found."
  44106.     return
  44107. end try
  44108. All Packages
  44109. System 7 Tune-UpV
  44110. 62225X
  44111. hypercard
  44112. summary
  44113. folder
  44114. contains
  44115. complete
  44116. information
  44117. developR
  44118. summary
  44119. folder
  44120. contains
  44121. documents
  44122. about
  44123. programming
  44124. summary
  44125. folder
  44126. contains
  44127. dozens
  44128. samples
  44129. summary
  44130. folder
  44131. contains
  44132. electronic
  44133. forms
  44134. allow
  44135. summary
  44136. folder
  44137. contains
  44138. helpful
  44139. scripts
  44140. summary
  44141. folder
  44142. contains
  44143. information
  44144. tells
  44145. develope
  44146. edition
  44147. 62191X
  44148. May 98^
  44149. --set theItem to choose file -- uncomment to test in an AS editor
  44150.     tell application "Finder"
  44151.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  44152.         activate
  44153.     end tell
  44154. on error errMsg number errNum
  44155.     --enter statements to perform when no records are found such as...
  44156.     display dialog "Sorry, the item you selected could not be found."
  44157.     return
  44158. end try
  44159. e    No Changeq
  44160. Dev.CD May 98 TC
  44161. D!All Packages
  44162. Tool Chest Edition
  44163. SPEC S&L v.1.0.1
  44164.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  44165. Features:
  44166. Electronic Documentation in Apple DocViewer form.
  44167. 27 different 3rd party application scripts.
  44168. 26 Virtual User libraries
  44169. Several V.U. external tools to aid test automation
  44170. Issues:  Not supported
  44171. Virtual User tools.imgK
  44172. Feb 94M
  44173. Virtual User 2.0.1OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  44174. chess
  44175. application
  44176. deviceinfo
  44177. errNum
  44178.     --enter statements to perform when no records are found such as...
  44179.     display dialog "Sorry, the item you selected could not be found."
  44180.     return
  44181. end try
  44182. dialog "Sorry, the item you selected could not be found."
  44183.     return
  44184. end try
  44185. e    No Changeq
  44186. Dev.CD May 00 TC
  44187. mD!All Packages
  44188. Mac OS SDK Edition
  44189. CarbonLib 1.0.2 SDK
  44190. Carbon 1.0.2 SDK for Mac OS is now available to all developers. This SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.2 supports Mac OS 8.1 and greater.
  44191. CarbonLib_1.0.2_SDK.smi
  44192. Apr 00
  44193.  Mac OS 8.1 and greater
  44194. Carbon,  CarbonLib
  44195. http://developer.apple.com/sdk
  44196. All Packages
  44197. System 7.5 Update 1.0O
  44198. Dev.CD Jul 95P
  44199. Dev.CD Jul 9V
  44200. 62254X
  44201. Jul 95
  44202. b--set theItem to choose file -- uncomment to test in an AS editor
  44203.     tell application "Finder"
  44204.         open item "Dev.CD Jul 95"
  44205.         activate
  44206.     end tell
  44207. on error errMsg number errNum
  44208.     --enter statements to perform when no records are found such as...
  44209.     display dialog "Sorry, the item you selected could not be found."
  44210.     return
  44211. end try
  44212. All Packages
  44213. System 7.5 Update 1.0O
  44214. Dev.CD Jul 95P
  44215. Dev.CD Jul 9V
  44216. 62255X
  44217. Jul 95
  44218. b--set theItem to choose file -- uncomment to test in an AS editor
  44219.     tell application "Finder"
  44220.         open item "Dev.CD Jul 95"
  44221.         activate
  44222.     end tell
  44223. on error errMsg number errNum
  44224.     --enter statements to perform when no records are found such as...
  44225.     display dialog "Sorry, the item you selected could not be found."
  44226.     return
  44227. end try
  44228. All Packages
  44229. System 7.5 Update 1.0O
  44230. Dev.CD Jul 95P
  44231. Dev.CD Jul 9V
  44232. 62256X
  44233. thereY
  44234. there
  44235. three
  44236. different
  44237. samples
  44238. showing
  44239. variat
  44240. there's
  44241. thereby
  44242. therefore
  44243. theresa
  44244. these[
  44245. theta
  44246. r--set theItem to choose file -- uncomment to test in an AS editor
  44247.     tell application "Finder"
  44248.         open item "Dev.CD May 00 TC:Sample Code:"
  44249.         activate
  44250.     end tell
  44251. on error errMsg number errNum
  44252.     --enter statements to perform when no records are found such as...
  44253.     display dialog "Sorry, the item you selected could not be found."
  44254.     return
  44255. end try
  44256. ing from applications launched after ATrapper.
  44257. General tools.imgK
  44258. Vol VL
  44259. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  44260.  - Tool Chest
  44261.  - Testing & Debugging
  44262.  - General toolsV
  44263. 58971X
  44264. May 00^
  44265. #Jan 94
  44266. Dev.CD Oct 93
  44267. Dev.CD Jul 93P6Dev.CD Apr 94
  44268. Dev.CD Jan 94
  44269. Dev.CD Oct 93
  44270. Dev.CD Jul 9V
  44271. 58712X
  44272. Apr 94
  44273. ighting
  44274. highlightsj
  44275. highly-successful
  44276. heaps
  44277. hebrew
  44278. helpp
  44279. hierarchical
  44280. sub-menus
  44281. helper
  44282. menubar
  44283. corners
  44284. desktop
  44285. finder
  44286. grayrgn
  44287. hierarchical
  44288. level
  44289. toolbox
  44290. morefiles
  44291. moreisbetter
  44292. wrapper
  44293. hooper
  44294. hp-ux
  44295. htmlq
  44296. htmlrenderinglib
  44297. packages
  44298. htmlrenderinglib
  44299. human
  44300.  COMPATIBLE WITH SYSTEM 6.0.X.
  44301. Summary: This is the software for the Apple Macintosh Display Card 8
  44302. 24GC.
  44303. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  44304. 24GC.J
  44305. 24 GC
  44306. 24GC READMEK
  44307. Jan 92M
  44308. Apple Macintosh Display Card 8
  44309. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  44310. Video
  44311. counters@
  44312. debugging@
  44313. sweden
  44314. sweden
  44315. distributors/localiz
  44316. swedish
  44317. swedish
  44318. 1.1.3
  44319. switch
  44320. switch
  44321. switz
  44322. switz
  44323. distributors/localiz
  44324. symantec
  44325. symantec
  44326. builds
  44327. sellj
  44328. selling
  44329. semantics
  44330. semchishen
  44331. send]
  44332. sendappleeventn
  44333. sender
  44334. sendfinderopen
  44335. sendingn
  44336. sends
  44337. senior
  44338. sense
  44339. sensitive
  44340. senta
  44341. sentence
  44342. sentencesb
  44343. sentense
  44344. separate
  44345. separatelyb
  44346. separation
  44347. separations
  44348. septemberj
  44349. sequel
  44350. buttons
  44351. includes
  44352. dumpster
  44353. dutch
  44354. dutch
  44355. 1.1.3
  44356. development
  44357. primer
  44358. e-spanish
  44359. easyview
  44360. editor]
  44361. mini-conference
  44362. report
  44363. embedding
  44364. embedding
  44365. profile
  44366. embedding
  44367. profile
  44368. gif89a
  44369. embedding
  44370. profile
  44371. embedding
  44372. profiles
  44373. embedding
  44374. profiles
  44375. embedding
  44376. profiles
  44377. embedding
  44378. profiles
  44379. emulator
  44380. emulator
  44381. release
  44382. notes
  44383. emulator
  44384. update
  44385. extension
  44386. filesi
  44387. filter
  44388. filterdirectory
  44389. filterdirectory
  44390. findchange
  44391. finderevents
  44392. finderevents
  44393. findhammerhead
  44394. findhammerhead
  44395. findlurkers
  44396. firstp
  44397. ibrary:
  44398. MIDI, Music movie, converterO4Dev.CD May 00 TC:Tool Chest:QuickTime:MIDIConverter:P<Dev.CD May 00 TC
  44399.  - Tool Chest
  44400.  - QuickTime
  44401.  - MIDIConverterV
  44402. 61750X
  44403. May 00^
  44404. --set theItem to choose file -- uncomment to test in an AS editor
  44405.     tell application "Finder"
  44406.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:MIDIConverter:"
  44407.         activate
  44408.     end tell
  44409. on error errMsg number errNum
  44410.     --enter statements to perform when no records are found such as...
  44411.     display dialog "Sorry, the item you selected could not be found."
  44412.     return
  44413. end try
  44414. e    No Changef
  44415. Music movie
  44416. converterq
  44417. Dev.CD May 00 TC
  44418. MiniLauncher 1.3b5
  44419. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  44420. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  44421. All Packages
  44422. System Enabler 403 (LC 520)O
  44423. Dev.CD Apr 94
  44424. Dev.CD Jan 94P
  44425. Dev.CD Apr 94
  44426. Dev.CD Jan 9V
  44427. 62498X
  44428. Apr 94
  44429. p--set theItem to choose file -- uncomment to test in an AS editor
  44430.     tell application "Finder"
  44431.         open item "Dev.CD Apr 94
  44432. Dev.CD Jan 94"
  44433.         activate
  44434.     end tell
  44435. on error errMsg number errNum
  44436.     --enter statements to perform when no records are found such as...
  44437.     display dialog "Sorry, the item you selected could not be found."
  44438.     return
  44439. end try
  44440. All Packages
  44441. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  44442. Dev.CD Jan 94
  44443. Dev.CD Oct 93P(Dev.CD Apr 94
  44444. Dev.CD Jan 94
  44445. Dev.CD Oct 9V
  44446. 62499X
  44447. Apr 94
  44448. drawkeycaps
  44449. drawline
  44450. drawn
  44451. draws
  44452. drawsprcoket
  44453. computer
  44454. based
  44455. media
  44456. conditional
  44457. support
  44458. sales
  44459. products
  44460. apple
  44461. conjunction
  44462. tobias
  44463. today
  44464.     tell application "Finder"
  44465.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  8:"
  44466.         activate
  44467.     end tell
  44468. on error errMsg number errNum
  44469.     --enter statements to perform when no records are found such as...
  44470.     display dialog "Sorry, the item you selected could not be found."
  44471.     return
  44472. end try
  44473. Next CDq
  44474. Dev.CD Mar 00 RL
  44475. FD(All Packages
  44476. Reference Library Edition
  44477. develop Issue  9
  44478.     -angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  44479. These tools:
  44480.  Make it easy for computer graphics program users to create QuickTime VR content.
  44481.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  44482.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  44483. 61728X
  44484. Apr 98^
  44485. --set theItem to choose file -- uncomment to test in an AS editor
  44486.     tell application "Finder"
  44487.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  44488.         activate
  44489.     end tell
  44490. on error errMsg number errNum
  44491.     --enter statements to perform when no records are found such as...
  44492.     display dialog "Sorry, the item you selected could not be found."
  44493.     return
  44494. end try
  44495. e    No Changef
  44496. Print
  44497. AppleTalk
  44498. Dev.CD Apr 98 SDK1
  44499. D!All Packages
  44500. Tool Chest Edition
  44501. Macintosh PowerBook 2400c
  44502. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  44503. Macintosh PowerBook 2400cK
  44504. Aug 97M
  44505. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  44506. primer
  44507. edition
  44508. folks
  44509. follow
  44510. followed
  44511. following
  44512. follows
  44513. fonte
  44514. fonts
  44515. fontsync
  44516. footprintg
  44517. F    QuickTimeO
  44518. Dev.CD Oct 93
  44519. Dev.CD Jul 93P
  44520. Dev.CD Oct 93
  44521. Dev.CD Jul 9V
  44522. 58339X
  44523. Oct 93
  44524. p--set theItem to choose file -- uncomment to test in an AS editor
  44525.     tell application "Finder"
  44526.         open item "Dev.CD Oct 93
  44527. Dev.CD Jul 93"
  44528.         activate
  44529.     end tell
  44530. on error errMsg number errNum
  44531.     --enter statements to perform when no records are found such as...
  44532.     display dialog "Sorry, the item you selected could not be found."
  44533.     return
  44534. end try
  44535. All Packages
  44536. F    QuickTimeO
  44537. Dev.CD Oct 93
  44538. Dev.CD Jul 93P
  44539. Dev.CD Oct 93
  44540. Dev.CD Jul 9V
  44541. 58340X
  44542. Oct 93
  44543. All Packages
  44544. Arabic Language KitO
  44545. Dev.CD May 96 TCP
  44546. Dev.CD May 96 TV
  44547. 61443X
  44548. May 96
  44549. e--set theItem to choose file -- uncomment to test in an AS editor
  44550.     tell application "Finder"
  44551.         open item "Dev.CD May 96 TC"
  44552.         activate
  44553.     end tell
  44554. on error errMsg number errNum
  44555.     --enter statements to perform when no records are found such as...
  44556.     display dialog "Sorry, the item you selected could not be found."
  44557.     return
  44558. end try
  44559. All Packages
  44560. Arabic Language KitO2Dev.CD May 97 TC
  44561. Dev.CD Nov 96 TC
  44562. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  44563. Dev.CD Nov 96 TC
  44564. Dev.CD Aug 96 TV
  44565. 61444X
  44566. May 97
  44567. tem Enabler 201 (PB Duo)OEDev.CD Apr 94
  44568. Dev.CD Jan 94
  44569. Dev.CD Oct 93
  44570. Dev.CD Jul 93
  44571. Dev.CD Apr 93PDDev.CD Apr 94
  44572. Dev.CD Jan 94
  44573. Dev.CD Oct 93
  44574. Dev.CD Jul 93
  44575. Dev.CD Apr 9V
  44576. 61214X
  44577. Apr 94
  44578. accessS
  44579. aci2.5
  44580. acireference
  44581. acrobat
  44582. acrobat
  44583. reader
  44584. 4.0.1
  44585. acrobat3
  44586. acrobat3
  44587. 2.6.5
  44588. 3.0.1
  44589. analyzerT
  44590. parser
  44591. 5.0.7V
  44592. parser
  44593. parser
  44594. adbreinit
  44595. adbreinit
  44596. noteW
  44597. adbreinit
  44598. adcstyle
  44599. adcstyle
  44600. addchange
  44601. addendumg
  44602. addheader
  44603. additions
  44604. addmenu
  44605. addressh
  44606. addresses
  44607. administration
  44608. archive
  44609. filesi
  44610. archive
  44611. htmli
  44612. color
  44613. imaging
  44614. advanced[
  44615. advanced
  44616. color
  44617. imaging[
  44618. advanced
  44619. color
  44620. imaging
  44621. advanced
  44622. technique
  44623. coercion
  44624. init]
  44625. aegizmos]
  44626. guide
  44627. provides
  44628. information
  44629. about
  44630. markets
  44631. distri
  44632. summary
  44633. complete
  44634. demonstration
  44635. access
  44636. med, 
  44637. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  44638. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  44639. 1 file describing Apple
  44640. s use of the Unicode private use area.
  44641. 24 files - one for each encoding - providing specific information about that B
  44642. encoding and specifying the encoding by showing how it maps to Unicode.
  44643. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  44644. Sample Code.imgK
  44645. Apr 98L
  44646. Nov 99M
  44647. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  44648. Dev.CD May 00 TC:Sample Code:P
  44649. Dev.CD May 00 TC
  44650.  - Sample Codesystems, Inc. recommended
  44651. QuickTime, Java, MRJckTime, Java, MRJct 94
  44652. reportj
  44653. reported
  44654. reporter
  44655. reporting
  44656. reportsx
  44657. repositories
  44658. repository
  44659. representation
  44660. representative
  44661. represented
  44662. representing
  44663. represents
  44664. reprintingj
  44665. reproduce
  44666. reproduced
  44667. reproduction
  44668. request
  44669. requested
  44670. requests
  44671. requies
  44672. requireh
  44673. requiredN
  44674. requiredfindercolors
  44675. requirementsg
  44676. requiresd
  44677. reserve
  44678. reservedj
  44679. reset
  44680. residep
  44681. resident
  44682. resizable
  44683. resize
  44684. context
  44685. context-sensitive
  44686. contextualh
  44687. continueZ
  44688. continued
  44689. continues
  44690. continuing
  44691. continuing
  44692. offer
  44693. traditional
  44694. server
  44695. software
  44696. suite
  44697. contrast
  44698. contribute
  44699. contributed
  44700.  statements to perform when no records are found such as...
  44701.     display dialog "Sorry, the item you selected could not be found."
  44702.     return
  44703. end try
  44704. All Packages
  44705. PowerTalk (PPC)O
  44706. Dev.CD Oct 94P
  44707. Dev.CD Oct 9V
  44708. 60654X
  44709. Oct 94
  44710. b--set theItem to choose file -- uncomment to test in an AS editor
  44711.     tell application "Finder"
  44712.         open item "Dev.CD Oct 94"
  44713.         activate
  44714.     end tell
  44715. on error errMsg number errNum
  44716.     --enter statements to perform when no records are found such as...
  44717.     display dialog "Sorry, the item you selected could not be found."
  44718.     return
  44719. end try
  44720. All Packages
  44721. PowerTalk (PPC)O
  44722. Dev.CD Oct 94P
  44723. Dev.CD Oct 9V
  44724. 60655X
  44725. Oct 94
  44726. gy. Editor's Note: MIcrotrends. News: Developer Support Enhancements; OpenDoc Support Builds; Educational PoweMac; QuickTime 2.1; Mac Common Lisp 3.0; PowerBook 5300 Shipments Resume; MAE for Japan; Copland Release Update
  44727. Technology: CD Highlights; OpenDoc HI FAQs; Optimizing PowerPC Programs
  44728. Business: Japanese Market Report; Confessions of New Mac Developer
  44729. Listings: DU Schedule; Internet Page
  44730. October 1995 Apple Directions Articles
  44731. News:  Apple Releases PowerPC Processor-Based PowerB
  44732. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  44733.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  44734. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  44735. DIMPORTANT INFORMATION ABOUT THIS SDK
  44736. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  44737. http://www.apple.com/quicktime/.
  44738. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  44739. untitled (DOS 1.4MB format)K
  44740. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  44741.  - Development Kits (Disc 2)
  44742.  - QuickTake for Windows 1.5es
  44743. systems
  44744. transport
  44745. opentransport
  44746. optimizing
  44747. option
  44748. option
  44749. management
  44750. ordered
  44751. ordered
  44752. collection
  44753. ot/ppp
  44754. ot/ppp
  44755. transport
  44756. otfifo
  44757. otlifo
  44758. otlink
  44759. otoptionmanagment
  44760. ottcpwilldial
  44761. override
  44762. override
  44763. quickdraw
  44764. table
  44765. resource
  44766. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  44767. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  44768. - SetupGL provides the function BuildGLFromWindow a
  44769. nd DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  44770. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  44771. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  44772. cd-romf
  44773. cd-rom-basedf
  44774. cdent
  44775. cdk's
  44776. cdromdrivecheck
  44777. cdtool
  44778. celestial
  44779. celik
  44780. centerx
  44781. centered
  44782. central
  44783. centre
  44784. certain
  44785. certainly
  44786. certificates
  44787. certified
  44788. cfdata
  44789. cfm-68kd
  44790. cgrafport
  44791. cgrafports
  44792. chain
  44793. chance
  44794. changer
  44795. nt explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  44796. Core Foundation Overview [NEW]
  44797. ---------------------------
  44798. This document summarizes the benefits of Core Foundation and explains some of the key conce
  44799. summary
  44800. installer
  44801. install
  44802. files
  44803. needed
  44804. worldscr
  44805. summary
  44806. collection
  44807. useful
  44808. quicktime
  44809. functions
  44810. summary
  44811. complete
  44812. demonstration
  44813. access
  44814. summary
  44815. updates
  44816. mactcp
  44817. driver
  44818. correct
  44819. summary
  44820. versionedit
  44821. software
  44822. development
  44823. which
  44824. supercard@
  44825. support
  44826. support's@
  44827. supports@
  44828. symptom@
  44829. system
  44830. software@
  44831. systems@
  44832. systemsoft@
  44833. talking@
  44834. tcp/ip
  44835. administration
  44836. macintosh
  44837. v2.0.4@
  44838. technically@
  44839. technological@
  44840. temporal@
  44841. test-harness@
  44842. encoding
  44843. converter
  44844. allows
  44845. convert
  44846. extractor
  44847. plug-ins
  44848. content
  44849. extra@
  44850. apple@
  44851. adobe
  44852. acrobat
  44853. reader
  44854. allows
  44855. navigate
  44856. redistribution
  44857. enables
  44858. developers
  44859. install@
  44860. then@
  44861. theory@
  44862. there@
  44863. they@
  44864. --set theItem to choose file -- uncomment to test in an AS editor
  44865.     tell application "Finder"
  44866.         open item "Dev.CD Apr 94
  44867. Dev.CD Jan 94
  44868. Dev.CD Oct 93
  44869. Dev.CD Jul 93
  44870. Dev.CD Apr 93"
  44871.         activate
  44872.     end tell
  44873. on error errMsg number errNum
  44874.     --enter statements to perform when no records are found such as...
  44875.     display dialog "Sorry, the item you selected could not be found."
  44876.     return
  44877. end try
  44878. e/settable
  44879. getter
  44880. gettingj
  44881. getting
  44882. started
  44883. webobjects
  44884. getting/setting
  44885. getvinfo
  44886. gimedapalette
  44887. giveN
  44888. given`
  44889. choose
  44890. folder
  44891. navigation
  44892. services
  44893. transport
  44894. cache
  44895. delete
  44896. query
  44897. transport
  44898. resource
  44899. codewarrior
  44900. ethern
  44901. transport
  44902. debug
  44903. transport
  44904. kernel
  44905. strlog
  44906. debug
  44907. streams
  44908. transport
  44909. appletalk
  44910. rawmode
  44911. nbplookup
  44912. otlookup
  44913. transport
  44914. mapper
  44915. mapperref
  44916. transport
  44917. netstat
  44918. display
  44919. cache
  44920. logical
  44921. physic
  44922. transport
  44923. networking
  44924. appletalk
  44925. tcp/ip
  44926. couldn't
  44927. counter
  44928. counterpart
  44929. counterparts
  44930. countersA
  44931. counting
  44932. country
  44933. counts
  44934. couple
  44935. courseR
  44936. coursesR
  44937. courseware
  44938. cover
  44939. covered
  44940. covering
  44941. covers
  44942. cpu'su
  44943. craig
  44944. Making Cool QD3D Apps.pdf
  44945. Music on the Net.pdf
  44946. New Audio Features QT3.pdf
  44947. Porting
  44948. kObjectiveCtoJava
  44949. Push Tech Survival Gd.pdf
  44950. QT3-More Than Dig. Video.pdf
  44951. Simplified Stream Audio.pdf
  44952. Web Animation Guide.pdf
  44953. WebObjects Database Part I.pdf
  44954. WebObjects Database Part II.pdf
  44955. WebObjects Memory Mgmt.pdf
  44956. WebObjects Tools and Techniques
  44957. WebObjectsCategories&Posers.pdf
  44958. WebObjectsPerformanceTuning
  44959. Working with WebObjects.pdf
  44960. Writing for Interactive Media
  44961. Wpowerbook
  44962. series
  44963. developer
  44964. macintosh's
  44965. aegizmos_
  44966. colorsync
  44967. profile
  44968. appear
  44969. where
  44970. location
  44971. memory
  44972. tablesY
  44973. tablet
  44974. tabso
  44975. tagged
  44976. tagging
  44977. tague
  44978. tailor
  44979. takeB
  44980. takeng
  44981. takes
  44982. taking
  44983. targeted
  44984. targetingf
  44985. targets
  44986. targetted
  44987. tasksb
  44988. tcp/ip
  44989. stateU
  44990. statements
  44991. states
  44992. statistic
  44993. statistics
  44994. status
  44995. staying
  44996. stays
  44997. stdfilesaver
  44998. stdfilterhacking
  44999. stdout
  45000. stdpix
  45001. steal
  45002. stept
  45003. step-by-step
  45004. steps
  45005. steve
  45006. stevens
  45007. stickers
  45008. sticky
  45009. still
  45010. stitching
  45011. stopc
  45012. stopped
  45013. stopping
  45014. stopxpp
  45015. storage
  45016. store
  45017. stored
  45018. storing
  45019. storyj
  45020. stragegyj
  45021. strassmann
  45022. strategicj
  45023. strategies
  45024. All Packages
  45025. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  45026. Dev.CD Jan 94
  45027. Dev.CD Oct 93
  45028. Dev.CD Jul 93
  45029. Dev.CD Apr 93PDDev.CD Apr 94
  45030. Dev.CD Jan 94
  45031. Dev.CD Oct 93
  45032. Dev.CD Jul 93
  45033. Dev.CD Apr 9V
  45034. 62281X
  45035. Apr 94
  45036. --set theItem to choose file -- uncomment to test in an AS editor
  45037.     tell application "Finder"
  45038.         open item "Dev.CD Apr 94
  45039. Dev.CD Jan 94
  45040. Dev.CD Oct 93
  45041. Dev.CD Jul 93
  45042. Dev.CD Apr 93"
  45043.         activate
  45044.     end tell
  45045. on error errMsg number errNum
  45046.     --enter statements to perform when no records are found such as...
  45047.     display dialog "Sorry, the item you selected could not be found."
  45048.     return
  45049. end try
  45050. All Packages
  45051. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  45052. Dev.CD Jan 94
  45053. Dev.CD Oct 93
  45054. Dev.CD Jul 93
  45055. Dev.CD Apr 93PDDev.CD Apr 94
  45056. Dev.CD Jan 94
  45057. Dev.CD Oct 93
  45058. Dev.CD Jul 93
  45059. Dev.CD Apr 9V
  45060. 62282X
  45061. Apr 94
  45062. general
  45063. tools
  45064. K from Sun Microsystems, Inc. recommended
  45065. Inc. recommended
  45066. O7Dev.CD Mar 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Mar 00 RL Disk 1
  45067.  - Utilities
  45068.  - Acrobat Reader 4.0.1STE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  45069. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  45070. e other hand, bidirectional scripts, like Arabic, are not supported).
  45071. Replacement for TextEdit that breaks the 32k limit on text.
  45072. Issues: 3rd Party Product
  45073. Change History
  45074. Extras
  45075. Quick Intro
  45076. WASTE 1.3a6
  45077. WASTE C/C++ Headers
  45078. WASTE Demo (CFM fat)
  45079. WASTE Demo (classic 68K)
  45080. WASTE Documentation
  45081. WASTE Pascal Interfaces
  45082. WASTELibK
  45083. Dec 95L
  45084. Feb 98M
  45085. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:
  45086. abovep
  45087. M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xof develop magazine.
  45088.  Issue 3 highlights:
  45089. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  45090. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  45091. s native file format, and how to implement them.
  45092. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  45093. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  45094. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  45095. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  45096. originally
  45097. orphaning
  45098. ortiz
  45099. os-compatible
  45100. ot/ppp
  45101. ot/ppp's
  45102. otgetendpointinfo
  45103. other`
  45104. others
  45105. otherwise
  45106. othmer
  45107. otioctl
  45108. otlifo
  45109. 61545X
  45110. Mar 00^
  45111. --set theItem to choose file -- uncomment to test in an AS editor
  45112.     tell application "Finder"
  45113.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:"
  45114.         activate
  45115.     end tell
  45116. on error errMsg number errNum
  45117.     --enter statements to perform when no records are found such as...
  45118.     display dialog "Sorry, the item you selected could not be found."
  45119.     return
  45120. end try
  45121. Next CDq
  45122. Dev.CD Mar 00 RL
  45123. All Packages
  45124. develop Issue 18
  45125. 61546X
  45126. powerbook
  45127. zoomed
  45128. video
  45129. powerbookg3series
  45130. powerbookg3series
  45131. powermac
  45132. powermac
  45133. stuff
  45134. powerpc
  45135. ppclist
  45136. ppclist
  45137. ppcnumerics
  45138. ppcsoftware
  45139. pre-asip
  45140. pre-release
  45141. pre-release
  45142. prebuilt
  45143. preferences
  45144. prefse
  45145. prefs
  45146. system
  45147. previous
  45148. primer
  45149.  Guides:nge
  45150.     C,le Computer, Inc. Software Licensing Group.
  45151. Compiler Stuff
  45152. Debugging Tools
  45153. Read Me
  45154. Sample Applications
  45155. Software Licensing Info
  45156. Thread Manager
  45157. Thread Manager 2.1.1d1+
  45158. Thread Manager Documentation
  45159. ThreadUtilities
  45160. What's New In This PackageK
  45161. Aug 93L
  45162. Apr 95M
  45163. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Apr 00 SDK1
  45164.  - Development Kits
  45165.  - Mac OS
  45166.  - Thread Managerred
  45167. altering
  45168. alternate_
  45169. alternatebufferdispl
  45170. alternating
  45171. alternative
  45172. alternatively
  45173. alters
  45174. although
  45175. transport
  45176. no-copy
  45177. receives
  45178. otbuffer
  45179. otbufferinfo
  45180. transport
  45181. rawip
  45182. transport
  45183. traceroute
  45184. rawip
  45185. transport
  45186. otgetendpointinfo
  45187. tendpointinfo
  45188. etsda
  45189. protocol
  45190. handoff
  45191. transport
  45192. registry
  45193. otgetindexedport
  45194. opendoc
  45195. opendoc
  45196. component
  45197. software
  45198. compound
  45199. document
  45200. architecture
  45201. opengl
  45202. opengl
  45203. graphics
  45204. opengl
  45205. drawsprocket
  45206. multiple
  45207. monitor
  45208. renderer
  45209. opentransport
  45210. opentransport
  45211. cache
  45212. display
  45213. opentransport
  45214. control
  45215. strip
  45216. module
  45217. opentransport
  45218. server
  45219. thread
  45220. manager
  45221. tcp/ip
  45222. iostreams
  45223. optimization
  45224. optimization
  45225. buffered
  45226. system
  45227. cache
  45228. cacheline
  45229. optimizing
  45230. option
  45231. ordered
  45232. ot/ppp
  45233. ot/ppp
  45234. transport
  45235. ot/ppp
  45236. otbuffer
  45237. otbufferinfo
  45238. otfifo
  45239. otgetendpointinfo
  45240. otgetindexedport
  45241. otlifo
  45242. otlink
  45243. ~--set theItem to choose file -- uncomment to test in an AS editor
  45244.     tell application "Finder"
  45245.         open item "Dev.CD Apr 94
  45246. Dev.CD Jan 94
  45247. Dev.CD Oct 93"
  45248.         activate
  45249.     end tell
  45250. on error errMsg number errNum
  45251.     --enter statements to perform when no records are found such as...
  45252.     display dialog "Sorry, the item you selected could not be found."
  45253.     return
  45254. end try
  45255. raftj
  45256. draftbits
  45257. drafting
  45258. dragN
  45259. drag-and-drop
  45260. dragable
  45261. dragged
  45262. dragging
  45263. draglib
  45264. draglow
  45265. dragwindow
  45266. dragwindowgrid
  45267. dramatic
  45268. dramatically
  45269. drawback
  45270. drawbacks
  45271. drawing
  45272. drawkeycaps
  45273. drawline
  45274. drawn
  45275. draws
  45276. drawsprcoket
  45277. devicesV
  45278. devon
  45279. devsupport
  45280. devworld
  45281. diagnosep
  45282. diagramT
  45283. dialers
  45284. dialogY
  45285. dialogbits
  45286. dialogse
  45287. produces
  45288. produces
  45289. module
  45290. productf
  45291. product-specific
  45292. 1995j
  45293. 1996R
  45294. 1999j
  45295. 2-byte
  45296. 2-way
  45297. re    No Changef1Drag and Drop
  45298. PromiseHFSFlavor
  45299. promise
  45300. finderq
  45301. Dev.CD May 00 TC
  45302. sD!All Packages
  45303. Tool Chest Edition
  45304. FinderEvents 1.2I
  45305. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  45306. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  45307. FinderEvents 1.2 Release NotesK
  45308. Jan 92M
  45309. Hypercard 2.1, System 7O^Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD May 00 TC
  45310.  - Tool Chest
  45311.  - Development Kits
  45312.  - HyperCard Related
  45313.  - XCMDs & XFCNs
  45314.  - FinderEvents 1.2V
  45315. 61610X
  45316. May 00^
  45317. #dition
  45318. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  45319. Sample Code.imgK
  45320. Aug 97M
  45321. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  45322. Dev.CD May 00 TC:Sample Code:P
  45323. Dev.CD May 00 TC
  45324.  - Sample CodeV
  45325. 60602X
  45326. May 00^
  45327. crashW
  45328. crashed
  45329. crashesV
  45330. crashing
  45331. crawl
  45332. crawls
  45333. createX
  45334. create
  45335. needs
  45336. createdu
  45337. createdirwithcustomi
  45338. createpmforecolorima
  45339. creatergbforecolorim
  45340. culturej
  45341. curbow
  45342. curious
  45343. current
  45344. currently
  45345. cursive
  45346. cursor
  45347. curves
  45348. customo
  45349. customchoose
  45350. customenabler
  45351. customersj
  45352. customise
  45353. All Packages
  45354. Cyrillic Language KitO!Dev.CD May 97 TC
  45355. Dev.CD May 96 TCP Dev.CD May 97 TC
  45356. Dev.CD May 96 TV
  45357. 61526X
  45358. May 97
  45359. v--set theItem to choose file -- uncomment to test in an AS editor
  45360.     tell application "Finder"
  45361.         open item "Dev.CD May 97 TC
  45362. Dev.CD May 96 TC"
  45363.         activate
  45364.     end tell
  45365. on error errMsg number errNum
  45366.     --enter statements to perform when no records are found such as...
  45367.     display dialog "Sorry, the item you selected could not be found."
  45368.     return
  45369. end try
  45370.  D!All Packages
  45371. Tool Chest Edition
  45372. Cyrillic Language Kit v1.0
  45373. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  45374.  and other computers using the Mac
  45375.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  45376. e    No Change
  45377. 61853X
  45378. May 98^
  45379. {--set theItem to choose file -- uncomment to test in an AS editor
  45380.     tell application "Finder"
  45381.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  45382.         activate
  45383.     end tell
  45384. on error errMsg number errNum
  45385.     --enter statements to perform when no records are found such as...
  45386.     display dialog "Sorry, the item you selected could not be found."
  45387.     return
  45388. end try
  45389. e    No Changeq
  45390. Dev.CD May 98 TC
  45391. gD!All Packages
  45392. Mac OS SDK Edition
  45393. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  45394. AOInterfaces&Libraries
  45395. PCI Power ReadMe
  45396. SampleDriver
  45397. Updating Drivers for PM v1.0
  45398.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  45399. PortingObjectiveCtoJava.pdfK
  45400. Oct 99M
  45401. Acrobat Reader 3.0 or laterN
  45402. WebObjects, Objective-C, JavaOGDev.CD Apr 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:PLDev.CD Apr 00 SDK1
  45403.  - Interactive Media Resources
  45404.  - PortingObjectiveCtoJava
  45405. ul 93"
  45406.         activate
  45407.     end tell
  45408. on error errMsg number errNum
  45409.     --enter statements to perform when no records are found such as...
  45410.     display dialog "Sorry, the item you selected could not be found."
  45411.     return
  45412. end try
  45413. All Packages
  45414. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  45415. Dev.CD Jan 94
  45416. Dev.CD Oct 93P(Dev.CD Apr 94
  45417. Dev.CD Jan 94
  45418. Dev.CD Oct 9V
  45419. 59979X
  45420. Apr 94
  45421. earing
  45422. gelphman
  45423. gemma
  45424. generalw
  45425. apple
  45426. standardsv
  45427. apple
  45428. workgroup
  45429. servers@
  45430. appletalk
  45431. first@
  45432. r later.
  45433. All Packages
  45434. System UpdateO
  45435. Dev.CD Apr 94
  45436. Dev.CD Jan 94P
  45437. Dev.CD Apr 94
  45438. Dev.CD Jan 9V
  45439. 62519X
  45440. Apr 94
  45441. p--set theItem to choose file -- uncomment to test in an AS editor
  45442.     tell application "Finder"
  45443.         open item "Dev.CD Apr 94
  45444. D